antosdk-apps/Antedit/README.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

2021-04-13 20:03:53 +02:00
# Antedit
2021-04-21 11:37:58 +02:00
Simple yet powerful text/code editor based on the Monaco editor,
the editor that powers VS Code.
2021-04-13 20:03:53 +02:00
2021-04-21 11:37:58 +02:00
The editor functionality can be extended by its extension mechanism.
Extension can be developed/released/isntalled by the editor itself.
### Change logs
2023-07-14 12:05:12 +02:00
- 0.2.6-b: Fix resizer bug on new UI API
- 0.2.5-b: Fix setting bug with new AntOS setting API
- 0.2.3-b: Minor changes to adapt the core UI to the new AntOS 2.0.x
- 0.2.3-b: Allow reload current file via context menu in case of external changes
- 0.2.2-b: Support horizotal scrolling on horizotal tabbars
2022-07-04 19:58:51 +02:00
- 0.2.1-b: Add open file to right, editor actions are only attached to code editor
- 0.2.0-b: Support diff mode in editor + fix new Monaco version compatible bug
2022-06-06 11:27:46 +02:00
- 0.1.17-b: Fix extension keybinding bug with the new monaco editor
2022-06-03 19:30:11 +02:00
- 0.1.16-b: use the new version of monaco editor
2021-12-06 12:30:26 +01:00
- 0.1.14-b: improve output log display
2021-11-22 18:51:29 +01:00
- 0.1.13-b: Allow file upload in file view, add menu context in tabbar
2021-10-12 11:42:15 +02:00
- 0.1.12-b: fix recent files not adding correctly
2021-06-14 19:29:33 +02:00
- 0.1.11-b: fix file type parsing from path
- 0.1.10-b: Antedit now has it own extension manager
2021-05-11 22:12:33 +02:00
- 0.1.9-a: Allow output text selection
- 0.1.8-a: Allow to change language mode
2021-04-21 11:37:58 +02:00
- 0.1.7-a: Add keyboard shortcut support to extension actions