Releases: kaaedit/kaa
Releases · kaaedit/kaa
Kaa 0.47.0
- Range of word in word completion is fixed.
- Use X11 clipboard only if environment variable
DISPLAY
is provided. - Fix bug if dialog size is greater than screen size.
Kaa 0.46.0
0.46.0 - 2015.11.06
- Cursor word-right/left now skips white-space.
- Initial directory of file-open dialog is same directory as file now active.
- Various highlighting bugs.
Kaa 0.45.0
- Handle terminal resize in Python 3.5.
- Reworked syntax highligh.
- [CSS mode] Highlight @media rules.
Kaa 0.44.0
Kaa 0.43.0
- [HTML mode] Handle Javascript line comments(//) in HTML attributes/elements collectly.
- [Markdown mode] Highlight pre style(both indented block/Github style ``` markup)
Kaa 0.42.0
- HTML highlighter respects type attribute of script element.
Kaa 0.41.0
- History of grep directory was not saved correctly.
Kaa 0.40.0
- [JavaScript mode] Fix highlighting of regex token.
- [JavaScript mode] Highlight parenthesis under cursor.
- Use xclip instead of xsel for clilpboard on Unix.
kaa 0.39.0
- [Python console] Display time consumed to execute script.
- [Python console] Optimize text output.
kaa 0.38.0
- [Python console] Multiline scripts could be edited in-place. Edit window is no longer displayed. To execute script, cursor must be located at end of script.
- [Python console] local namespace is shared among consoles.