Skip to content

Releases: heckmon/code_forge

10.7.0

Choose a tag to compare

@heckmon heckmon released this 29 Jun 12:05
  • FIX: Emoji crash
  • FIX: LSP hover infinite waiting.

code_forge v10.6.0

Choose a tag to compare

@heckmon heckmon released this 10 Jun 13:53
  • FIX: #82
  • FIX: Gutter mismatch.
  • FEATURE: Exposed vertical scroll physics.

code_forge v10.5.0

Choose a tag to compare

@heckmon heckmon released this 05 Jun 11:23
  • 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

Choose a tag to compare

@heckmon heckmon released this 01 Jun 07:52

FIX: Fixed focus bug in mobile.

code_forge v10.3.0

Choose a tag to compare

@heckmon heckmon released this 31 May 15:14
  • FIX: #45
  • FIX: Code action bulb icon placement issue.

code_forge v10.2.0

Choose a tag to compare

@heckmon heckmon released this 29 May 14:36

FIX: #45

code_forge v10.1.0

Choose a tag to compare

@heckmon heckmon released this 28 May 13:26
  • 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

Choose a tag to compare

@heckmon heckmon released this 27 May 10:29

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

Choose a tag to compare

@heckmon heckmon released this 15 May 14:32
  • FEATURE: Added tabSize to customize tab spaces in the Controller.
  • FIX: #63
  • FIX: #61
  • FIX: #65
  • FIX: #62

code_forge v9.9.0

Choose a tag to compare

@heckmon heckmon released this 12 Apr 19:13
  • FIX: Cursor jump on typing.
  • FIX: Frozen horizontal scroll on dynamic font size.