All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.1 (2022-07-28)
2.3.0 (2022-07-20)
- statusbar: possibility to set the starting index (3164fa1)
2.2.2 (2022-06-28)
2.2.1 (2022-06-13)
- autocompletion: reverted hack as it was fixed in upstream (5283671)
2.2.0 (2022-06-07)
- changed method parameter for
generateHTML()
- added method to open a print dialog with ace's current value (060e921)
- modes: added
x12
highlighter (wip) (149eea9) - updated modes & themes (6239c5c)
2.1.1 (2022-04-12)
- lobster_logs: removed highlighting of every digit (2050c2c)
- lobster_records: removed highlighting of every digit (f2076e5)
2.1.0 (2022-03-24)
- customAutocompletion: now uses List instead of String Array
- cursorPosition: additional convenience methods (21b316e)
- customAutocompletion: now uses List instead of String Array (70cb03b)
- selection: additional convenience methods (e2a3fac)
- improved attach/detach logic (0432964)
2.0.1 (2022-03-16)
- missing value after reattaching same instance (c394f49)
- AceEditor extends now from Component
- added AceReady as Event (f549839)
- added possibility to add a dynamic autocompletion (774df2b), closes #13
- added working valueChangeListener (e2a2ef7)
- change style of #editor (72795b3)
- convenience methods (9b6a23d)
- modes: adding lobster_logs & lobster_records (d651b3d)
- using new AceSelection and AceCursorPosition Classes (40de358)