Releases: heckmon/code_forge
Releases · heckmon/code_forge
code_forge v9.0.0
-
FEATURE: Multi-cursor
- Alt + Click to add multiple cursors in the editor.
- APIs:
// Multi-cursor operations controller.addMultiCursor(int line, int character); controller.clearMultiCursor(); controller.backspaceAtAllCursors(); controller.insertAtAllCursors(String textToInsert);
-
FIX: #43
-
ENHANCEMENT: Virtual lines for git diff removed ranges.
-
Added
customCodeSnippetsparameter on the editor to add external code snippets on the suggestions as requested in #46
code_forge v8.5.1
- FEATURE: Enhanced Mac keyboard support
code_forge v8.5.0
code_forge v8.4.1
- Typo fix
code_forge v8.4.0
- FEATURE: #39
- FIX: html/xml guide lines.
code_forge v8.3.0
code_forge v8.2.0
code_forge v8.1.2
8.1.2
- FIX: mobile scroll issue in RTL mode.
code_forge v8.1.1
- FEATURE: added a public API called
acceptSuggestionin the controller to manually accept LSP suggestions.
code_forge v8.1.0
- ENHANCEMENT: Enhanced RTL support