Releases: kaaedit/kaa
Releases · kaaedit/kaa
kaa 0.37.0
- Home directory was not expanded to open file in Grep window.
- Undo command in the macro was not worked properly.
- Command 'selection.curword' doesn't select Japanese word.
kaa 0.36.0
・ An Error raised when file open dialog displayed at startup was canceled.
kaa 0.35.0
- Impove highlighting of reStructuredText mode.
- Don't update mode class on saving file if ext part of filename is not changed.
kaa 0.33.0
- new kaa.addon module to customize kaa.
kaa 0.32.0
- Impove auto indentation of Python mode.
- Support vi-style repeat count in macro record and in repeating last change.
kaa 0.31.0
- Cursor position was wrong at start up.
- Add some vi-like commands.
kaa 0.30.0
- Fix error on reloading modified file.
- Highlight decorator in Python mode.
- Version check was failed.
kaa 0.29.0
- Check for new release of kaa.
kaa 0.28.0
- Improve file-save-as dialog.
- Interuppt Python script with ^C key while running script in Python console.
- Display empty lines like vim.
kaa 0.27.0
- New command line option: --command, -x specify kaa command id to execute on start up.
- Alt+m key now assigned as new preferred menu key instead of alt+/ because key sequence of alt+/ could be
misinterpreted by other applications <https://twitter.com/kefir_/status/416613392879611904>
_. - Alt+^ moves cursor to first non-blank character of the line.