-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Expose mode and getTokenAt() on editor #799
Comments
Pull #923 fixed half of this by adding an |
The existing TokenUtils abstracts away getTokenAt() reasonably well, and the new 'token stream' I'm working on will do so even more cleanly. After that we may be able to close this. |
Is there still something to do here? Has "token stream" landed? |
I guess this can be closed now, as we've managed to achieve everything we need from our TokenUtils implementation. |
Friday May 04, 2012 at 00:26 GMT
Originally opened as adobe/brackets#804
This is related to #803
While writing the "Inline Editor for JavaScript functions" and "Inline Image Viewer" extensions, I needed to access the "private"
_codeMirror
property in order to get the current mode (usinggetOption("mode")
) and call thegetTokenAt()
function.We should either expose these on Editor, or consider just making the
_codeMirror
property public.The text was updated successfully, but these errors were encountered: