Releases: kaaedit/kaa
Releases · kaaedit/kaa
kaa 0.17.0
- reStructuredText Mode: Recognize non-ASCII punctuation as separator of inline mar
k ups. - Indent command: Don't indent blank line. (Contributed by [allanderek](https://git
hub.com//pull/94)) - Separate kaadbg as new package.
kaa 0.16.0
- Defer to save history information. Kaa now works much smoother than ever on PC with slow hard disk.
kaa 0.15.1
- Removed debugging code.
kaa 0.15.0
- Python debugger now runs 20+ times faster than in 0.14.
- Highlight Python constant.
kaa 0.14.0
- Experimental Python debugger.
kaa 0.13.0
- New file mode: C language.
- New command: [Tools] | Make. Invoke
make
command to build and view output without leaving kaa. - Move initial selection of Table Of Contents to current cursor position.
kaa 0.12.0
- Show table of contents in Markdown mode. Hit Ctrl+t to display TOC.
- Show table of contents reStructuredText mode. Hit Ctrl+t to display TOC.
- Improve highlighting in Markdown mode.
- Bugs fixed.
kaa 0.11.0
- Show table of contents in Python mode. Hit Ctrl+t to display TOC.
- Improve highlighting in reStructured mode.
kaa 0.10.0
- Add 'japanese' encoding that detects text encoding from file.
- Specify text encoding to grep file.
- New commandline option: --no-init, --init-script, --palette, --term.
- New color palette: dark, light.
kaa 0.9.0
- Markdown mode.
- reStructuredText mode.