- Fix issues with workers to allow background jobs like jshint.
- Fix open command by allowing pop-ups form
edit:
URLs. - Got rid off annoying ace hotkeys that conflict with browser ones.
- Normalize URLs to avoid
/./
-s in them.
- Remove dependency on npm and graphqurie.
- Introduce new independent plugin system.
- Implement all features ace plugins.
- Decouple mode manager from the
fs
plugin. - Add setting
mode
for manual mode settings on buffer. - Add support for new language modes added in latest ace.
- Fix issue #3 with coffeescript files.
- Fix issue #2 that breaks navigation when holding navigation keys.
- Update no newer ace with code-folding.
- Improved UI
- Parens highlighting.
- Selection highlighting.
- Updating to the latest ACE version.
command-s
saves buffer.- More VIM bindings (
f/t/F/T/0/20G
).
- Fixing bug breaking an addon.
- Some visual improvements.
- Add-on cleans up correctly after uninstall / reinstall.
- history.pushState support now changes location bar depending on loaded buffer.
- Fix undo manager.
- Modify default settings.
- Code refactoring & cleanup.
- Fix
^
and$
keybindings. - Improve write / edit commands feedback.
- Style improvements.
- Switch to URL based require.
- Updating to the latest ace version.
- Improve feedback for writing files.
- Adding keyboard shortcut for jumping in and out of CLI.
- Bugfixes.
- Switching to packageless module dependencies.
- Simplified package structure.
- Performance improvement.
- Replacing hacks with actual fixes.
- Syntax highlighting for
.js
and.json
files. - Support for file saving.
- Start managing dependencies via git-submodules.
- Bugfix.
- Improved ace embedding.
- Bug fix.
- Ace update.
- Vim key bindings.
- Initial implementation.