-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goto Symbol (ctrl+r) doesn't work for methods of anonymous object #175
Comments
For test I installed Naomi from latest master from github |
also this is from sublime's console:
As I remember, same warning was before this commit too. |
Clean the cache directory to force sublime to recompile the syntaxes:
And restart sublime.
You can ignore that warning for now, I do use that context in an external file, the problem is that the sublime's syntax system was not planned to work with multiple files like I did, that'll be fixed when I finish the build system where the files will be concatenated into a single one, it should also improve the speed. |
I closed subl, emptied /home/gor/.config/sublime-text-3/Cache and started subl, still doesn't work ( |
may be some other plugin do this, native js syntax stopped to work too, need to investigate |
I also tagged the commit https://github.com/borela/naomi/releases/tag/v4.2.6, so if you are using the package control's version instead of clonning, you should see the update in ~2 hours. |
I tested fresh version from github, now it works correctly, thank you! |
Thank you for reporting this issue, I knew something odd was happenning but was only able to pin point the issue after your report. Feel free to open more of them as soon as you find more bugs. |
Ok, I already have issue about coloring, but need some time to prepare screenshots to show difference with native JS syntax highlighting for different color schemes: |
Ctrl+R doesn't work for code sample above.
It's a most most used construction for ExtJS app:
Babel syntax package does not respect such methods too, this is why I tried to switch to Naomi.
The text was updated successfully, but these errors were encountered: