-
Notifications
You must be signed in to change notification settings - Fork 182
Release Notes: 1.14
Nitesh Kumar edited this page May 1, 2019
·
19 revisions
- AutoUpdate Framework by mbhavi : You can now automatically update Brackets, without leaving the code editor.
- Add drag and drop to move items in FileTreeView by boopeshmahendran : You can now manipulate folder structure from within Brackets. Move a file/folder from one folder to another with a simple drag and drop.
- Enable opening of remote(http|https) files in Brackets by swmitra : You can now open a remotely hosted web-page from within Brackets. Use Ctrl/Cmd-Shift-O shortcut and supply a URL to quickly open the file and review the code within Brackets.
Full change logs: brackets and brackets-shell
- Forcefully disabling renderer accesibility by nethip
- Executing default update process handler, in case auto-update fails. by nethip
- AutoUpdate Mac Installer Script Administrator privileges changes by niteskum
- Linux window size and position by pelatx
- Upgrading node to v6.14.0 by subhashjha333
- Auto Update Error Handlng Fix by niteskum
- JSRefactoring Bugs Fix by niteskum
- Fixed ExtractToVariable Menu Close Issue due to scrolling by niteskum
- Fixed Getter Setter Redo Issue by niteskum
- jsRefactor Rename Relative Path issue fixed by niteskum
- Add styles for stickyhighlight feature in livepreview by boopeshmahendran
- Enable DOMAgent in live preview by debajyotide
- Add a method to get live doc parent path by debajyotide
- Fixing the mac debug build by vickramdhawal
- Update CSSProperties.json for text-align and text-justify by narayani28
- Update notification - based on current platform by swmitra
- Language Server Protocol Support for Brackets by subhashjha333 and shubhsnov
- Php Tooling Extensions Using LSP Framework by niteskum
- switching from anonymous to pseudonymous to align with the definition… by niteskum
- Removing the old Brackets CLA check by shubhsnov
- Fixed LSP Linting Synchronization Issues by niteskum
- Php Tooling Strings changes by niteskum
- Fix for "GetItNow" action behaviour by swmitra
- Sending Analytics Data for file Operation and LSP features by niteskum
- Fix for PHPCodeHints invocation failure scenarios by shubhsnov
- PHPCodeHints : Select initial element in the hint list by shubhsnov
- Fix : Error occurs when dismissing QuickOpen dialog when no document is open by shubhsnov
- Changes to send data only once per 24 hours by SnchitGrover
- Adding Code Hints Description Box for handling additional hint information in LSP by shubhsnov
- Capability to Support Document & Project Symbols provided by a Language Server by shubhsnov
- LSP Find References Feature by niteskum
TODO: any brackets-shell updates? which of the below messages are applicable?
- A new brackets-shell build is required for this sprint. Be sure to rerun
grunt setup
before building. - Recommended: rebuild or reinstall an updated brackets-shell (no critical updates, but there are bugfixes).
- Rebuilding/updating brackets-shell is optional for this release.
- Rebuilding/updating brackets-shell is not required for this release.
- brackets-shell's Node dependencies have changed. Run
npm install
before rebuilding brackets-shell. - Some submodules were updated this sprint. Run
git submodule update
to ensure your source tree is fully up to date. - A submodule URL was changed this sprint. Run
git submodule sync
and thengit submodule update --init --recursive
to ensure your local source tree reflects the update.
For details on the bugs addressed, please refer to closed Release 1.14 bugs. Not all fixed bugs will be caught by this search query, however.