Releases: heckmon/code_forge
Releases · heckmon/code_forge
code_forge v9.9.0
12 Apr 19:13
Compare
Sorry, something went wrong.
No results found
FIX: Cursor jump on typing.
FIX: Frozen horizontal scroll on dynamic font size.
code_forge v9.8.0
10 Apr 09:58
Compare
Sorry, something went wrong.
No results found
FIX: LSP Initialization bug.
code_forge v9.7.0
31 Mar 11:49
Compare
Sorry, something went wrong.
No results found
Enhanced large text handling
code_forge v9.6.0
29 Mar 08:05
Compare
Sorry, something went wrong.
No results found
FIX: #60
FEATURE: Empty Mode as default highlight grammar instead of dart grammar as requested in #59
code_forge v9.5.0
27 Mar 14:07
Compare
Sorry, something went wrong.
No results found
code_forge v9.4.0
24 Mar 07:35
Compare
Sorry, something went wrong.
No results found
FIX: #57
FIX: #58
FIX: Anchored gutter for controller.setGitDiffDecorations
code_forge v9.3.0
21 Mar 07:52
Compare
Sorry, something went wrong.
No results found
FIX: #54
FEATURE: Multiple highlight grammars for a single editor instance.
code_forge v9.2.0
12 Mar 09:17
Compare
Sorry, something went wrong.
No results found
code_forge v9.1.0
04 Mar 16:46
Compare
Sorry, something went wrong.
No results found
code_forge v9.0.0
02 Mar 16:20
Compare
Sorry, something went wrong.
No results found
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);
ENHANCEMENT: Virtual lines for git diff removed ranges.
Added customCodeSnippets parameter on the editor to add external code snippets on the suggestions as requested in #46