-
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] Added a check of Untitled doc in _getNormalizedFilename and _getDenormalizedFilename #11199
Comments
Since this code will be refactored probably it is better to add a test. Overall this seems ok to me. |
|
You can go ahead and merge for me. |
|
Merging. |
|
|
Tuesday Mar 21, 2017 at 06:13 GMT
Originally opened as adobe/brackets#13201
Actually in the normalize path earlier there was no check of Untitled doc and it was appending the project dir to the Untitled path, so I added a check for Untitled doc before appending the project root.
Due to this JS codehints were not working for Untitled documents on changing the mode to JS.
All JavaScriptCodeHints tests are passing
saurabh95 included the following code: https://github.com/adobe/brackets/pull/13201/commits
The text was updated successfully, but these errors were encountered: