Releases: heckmon/code_forge
Releases · heckmon/code_forge
code_forge v10.6.0
code_forge v10.5.0
code_forge v10.4.0
FIX: Fixed focus bug in mobile.
code_forge v10.3.0
- FIX: #45
- FIX: Code action bulb icon placement issue.
code_forge v10.2.0
FIX: #45
code_forge v10.1.0
- 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
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
ScrollbarDecorationAPI to customize the scroll bar. - FEATURE: Code action bulb icon now shows on the line start.
- API CHANGE:
enableSuggestionshas been changed toenableLocalSuggestionsand default value is false. This API cannot be used to disable LSP suggestions. Usecapabilitiesfield in theLspConfiginstead. - FIX: #72

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
code_forge v9.9.0
- FIX: Cursor jump on typing.
- FIX: Frozen horizontal scroll on dynamic font size.
code_forge v9.8.0
- FIX: LSP Initialization bug.