-
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
Language changes due to renames are not sufficiently recognized #12243
Comments
This is per |
Marking move to backlog, to consider along with other rename issues (since rename isn't an "official" feature yet). Note that we will probably also want some other, more general event when a document is renamed, but it does make sense to specifically have a |
|
Said event was removed in #2961 |
Looks like this should be straightforward to fix now that we have the Marking medium priority to me. |
Seems this has been forgotten, but it's still a bug. |
|
I did the scrub NJ had suggested. Looks like there are at least a few items here:
This is ignoring API usages by features that are highly transient (code hints, quick open) or that show a persistent results view but the results are static (HTML->CSS inline editor results list, JS inline editor results, CSS inline quick docs). |
To |
(I'll change priority from medium->low now). |
Wednesday Feb 20, 2013 at 13:21 GMT
Originally opened as adobe/brackets#2911
For instance, when changing a file's extension from "txt" to "js", JSLint doesn't open. Only the editor mode is updated, but this is also only true for the current full editor.
Note that #2844 will introduce a "languageChanged" event that editors listen to in order to update their mode. JSLint and other tools could listen to the same event.
The text was updated successfully, but these errors were encountered: