Releases: kaaedit/kaa
Releases · kaaedit/kaa
kaa 0.26.1
- Fixed an error on file-save-as
kaa 0.26.0
- New command: Alt+m moves cursor to first non-blank character of the line.
kaa 0.25.0
- Syntax highlight in Python console.
kaa 0.24.0
- English spell checker.
kaa 0.23.0
- Improve Python console a lot.
- Breakpoints in Python debugger now works better.
kaa 0.22.0
- Respect encoding declaration on loading/saving file in CSS mode.
- Button to send SIGINT to the debug target process.
kaa 0.21.0
- Respect encoding declaration on loading/saving file in HTML/Python mode.
- Paste from OS clipboard didn't work on Mac.
kaa 0.20.0
- Save clipboard history to disk.
- Python debugger: Display status of target process.
kaa 0.19.0
- Support system clipboard. For Unix/Linux, xsel command should be installed(sudo apt-get install xsel).
kaa 0.18.0
- Optimizations. Kaa responds quicker than previous version.
- Error highlighting javascipt attribute in html mode was fixed.
- White space characters inserted by auto-indent are automatically removed if cursor moved to another position without entering a character.
- reStructuredText Mode: Non-ASCII punctuations were not recognized as separater of inline mark ups.