Adobe heeft versie 1.4 van Brackets uitgebracht. Deze in html, css en javascript ontwikkelde opensource- en crossplatform-teksteditor richt zich vooral op webdevelopment. Het programma heeft onder meer Live Preview, dat aanpassingen in de editor direct in de webbrowser toont, in-line-editing, dat het aanpassen van specifieke code zonder pop-ups of extra tabbladen mogelijk maakt, en ingebakken preprocessor-ondersteuning. Brackets kan worden gedownload met of zonder een preview van Extract for Brackets, een programma dat informatie uit psd-bestanden kan halen, waaronder kleuren, lettertypen en gradaties. De complete release notes kunnen op deze pagina worden gevonden, dit zijn de belangrijkste verbeteringen die in deze uitgave zijn aangebracht:
Instant Search
Say hello to instant search! Searching across files in Brackets has never been this fast. We have worked ground up to improve the performance of find in files inside Brackets. The end result was so good that we now update the search results as you type. This is a great improvement on top of the existing find in files.
Easier Preferences Editing
Editing preferences is now much easier in Brackets. All the preferences names appear as code hints, while editing the user preferences file. Also,Debug->Open Preferences File..
will now open up split view and bring up user preferences filebrackets.json
in one pane and all the default preferences in other pane.
Enable/Disable extensions individually
You now have the option to enable/disable individual extensions from Extension Manager.
Greek and Cyrillic Character support
We have updated our editor’s font (Source Code Pro), which brings in improved support for Greek and Cyrillic character sets.
Improved Text Rendering on Mac
We have enabled sub-pixel anti-aliasing on Mac by default, that renders the text crisper. This can be overridden by setting thefonts.fontSmoothing
preference toantialiased
, which brings back the old gray scale anti-aliasing.
Community Contributions
- Preferences Code Hints
- Docs for PreferencesManager.definePreference
- Define all preferences in core
- Move descriptions to their preferences
- Disable and enable extensions
- Use Ctrl+PageUp/PageDown to traverse files in list order
- Fix #10786 – Allow QuickView image preview for arbitrary URLs
- Update CodeMirror
- Update CodeMirror
- Escape RegExp specials in _createSpecialLineExp
- Clean-up servers when closing LiveDevelopment
- Italian translation review
- Clean up dependencies in brackets.js
- Shim Error.prototype.stack for browsers that lack it.
- added Slack channel and re-ordered contact order
- Rename CodeMirror2 folder to CodeMirror
- Sample projects: remove trailing whitespace on non-blank lines, fix arrow
- Fix #10821. Allow page reloads, navigating away and back etc.
- .t is the standard extension of test scripts in Perl
- Make font settings react to pref changes
- Fix horizontal scrolling of code hints
- Revert “Fix horizontal scrolling of code hints”
- Fix errors in src/utils/AppInit.js documentation
- Enable stylus support
- Allow JavaScript Code Hints in PHP Files
- implement sendCommandProgress and progress callback
- Implement progress callback so node domains are able to notify the Brackets before they finish
- Korean translation update
- Remove trailing whitespace in Korean translation
- Fix unittests
- Add CodeMirror simple-mode addon
- Add deprecation warning for convertPreferences()
- Detect keyword ‘linear’ on lines containing word ‘animation’ too
- Update Dutch translation
- Don’t try to handle protocol-relative URLs from Tern
- Allow JavaScript Code Hints only in its context
- Fixed a few typos
- Update strings.js
- QuickView for named colors in Stylus
- US misspellings and typos
- style typo
- Update German translation
- String change for “Next/Previous document” in list order
- Czech translation for v1.4
- Simplify PerfUtils.getValueAsString
- German translation
- Another load of typos
- Translate in Italian for Brackets 1.4
- Fixes for German translation
- Travis: Use container-based infrastructure
- Update descriptions of preferences
- German translation
- Czech translation for 473f8f0
- Czech translation of Getting Started project
- Spanish translation update for 1.4
- Latest typos in root/strings.js
- Typo in path to correspond with src/nls/root/strings.js
- Update translations for zh_CN
- Czech translation for ed57a2c
- Update German translation
