Skip to content

Releases: heckmon/code_forge

code_forge v10.6.0

10 Jun 13:53

Choose a tag to compare

  • FIX: #82
  • FIX: Gutter mismatch.
  • FEATURE: Exposed vertical scroll physics.

code_forge v10.5.0

05 Jun 11:23

Choose a tag to compare

  • FIX: #81
  • FEATURE: Added a custom gutter builder as requested in #79
  • FEATURE: Exposed keyboard shortcuts overriding via CodeForgeKeyboardShortcuts and Added multiple column editing and multicursor extending with Alt + Shift + ArrowUp/ArrowDown as requested in #80

code_forge v10.4.0

01 Jun 07:52

Choose a tag to compare

FIX: Fixed focus bug in mobile.

code_forge v10.3.0

31 May 15:14

Choose a tag to compare

  • FIX: #45
  • FIX: Code action bulb icon placement issue.

code_forge v10.2.0

29 May 14:36

Choose a tag to compare

code_forge v10.1.0

28 May 13:26

Choose a tag to compare

  • FIX: #76
  • FIX: Semantic highlight flicker on backspace.
  • FIX: Fold bug on indentation based languages
  • FEATURE: Added chinese and spanish translation on README

code_forge v10.0.0

27 May 10:29

Choose a tag to compare

10.0.0

  • Migrated the backend from dart to rust:

    • Uses ropey crate for text storage.
    • Introduced SumTree data structure to store line details using the zed-sum-tree crate, used by the Zed editor.
    • Bidi support has been enhanced using the unicode-bidi crate for RTL languages.
    • Bracket pair calculation, fold range calculation, etc has been moved to rust side.
  • FEATURE: Line number index in scrollbar.
  • FEATURE: New ScrollbarDecoration API to customize the scroll bar.
  • FEATURE: Code action bulb icon now shows on the line start.
  • API CHANGE: enableSuggestions has been changed to enableLocalSuggestions and default value is false. This API cannot be used to disable LSP suggestions. Use capabilities field in the LspConfig instead.
  • FIX: #72

CodeForge Demo
Smooth editing in 1M+ lines of code, tested on a low end PC with pentium dual core CPU and no dedicated graphics card.

code_forge v9.10.0

15 May 14:32

Choose a tag to compare

  • FEATURE: Added tabSize to customize tab spaces in the Controller.
  • FIX: #63
  • FIX: #61
  • FIX: #65
  • FIX: #62

code_forge v9.9.0

12 Apr 19:13

Choose a tag to compare

  • FIX: Cursor jump on typing.
  • FIX: Frozen horizontal scroll on dynamic font size.

code_forge v9.8.0

10 Apr 09:58

Choose a tag to compare

  • FIX: LSP Initialization bug.