Skip to content

Releases: heckmon/code_forge

code_forge v9.0.0

02 Mar 16:20

Choose a tag to compare

  • 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 customCodeSnippets parameter on the editor to add external code snippets on the suggestions as requested in #46

code_forge v8.5.1

28 Feb 16:24

Choose a tag to compare

  • FEATURE: Enhanced Mac keyboard support

code_forge v8.5.0

28 Feb 16:07

Choose a tag to compare

code_forge v8.4.1

10 Feb 12:17

Choose a tag to compare

code_forge v8.4.0

09 Feb 15:49

Choose a tag to compare

  • FEATURE: #39
  • FIX: html/xml guide lines.

code_forge v8.3.0

07 Feb 06:51

Choose a tag to compare

code_forge v8.2.0

06 Feb 16:59

Choose a tag to compare

code_forge v8.1.2

05 Feb 15:43

Choose a tag to compare

8.1.2

  • FIX: mobile scroll issue in RTL mode.

code_forge v8.1.1

04 Feb 13:48

Choose a tag to compare

  • FEATURE: added a public API called acceptSuggestion in the controller to manually accept LSP suggestions.

code_forge v8.1.0

04 Feb 09:38

Choose a tag to compare

  • ENHANCEMENT: Enhanced RTL support