You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
* origin/master:
Update CodeMirror SHA
updates from code review
Respond to code review feedback
final code cleanup, commenting, and functionality
Fix refactoring issue #271: Remove unneeded _currentFilePath state, use the FileEntry from DocumentManager.getCurrentDocument() instead.
Update unit tests to be more readable and add a test for when the closing quote of the attr value is typed
initial pass at code hint triggers
initial work to find an attribute name for code hinting
Conflicts:
test/SpecRunner.js
iwehrman
pushed a commit
to iwehrman/brackets
that referenced
this issue
Sep 11, 2013
We currently maintain a _currentFilePath member in FileCommandHandlers. Instead, we should just use getCurrentDocument().file.fullPath.
The text was updated successfully, but these errors were encountered: