Change Log¶
Note
These lists are not exhaustive.
0.1.1¶
- Bug fixes release:
- better code completion popup show/hide
0.1.0¶
First release. Brings the following features:
- syntax highlighting mode (using pygments)
- code completion (static word list, from document words)
- line number Panel
- code folding Panel
- markers Panel (to add breakpoints, bookmarks, errors,...)
- right margin indicator mode
- active line highlighting mode
- editor zoom mode
- find and replace Panel
- text decorations (squiggle, box)
- unicode support (specify encoding when you load your file)
- styling (built-in white and dark styles + possibility to customize)
- flexible framework to add custom panels/modes
- auto indent mode(indentation level is based on the previous line indent)