4545This will make the code_forge lightning fast like the [ zed editor] ( https://zed.dev/ ) .**
4646
4747
48- ### What's new in 9.9.0
49- - FIX: Cursor jump on typing.
50- - FIX: Frozen horizontal scroll on dynamic font size.
48+ ### What's new in 9.10.0
49+ - FEATURE: Added ` tabSize ` to customize tab spaces in the Controller.
50+ - FIX: [ #63 ] ( https://github.com/heckmon/code_forge/issues/63 )
51+ - FIX: [ #61 ] ( https://github.com/heckmon/code_forge/issues/61 )
52+ - FIX: [ #65 ] ( https://github.com/heckmon/code_forge/issues/65 )
53+ - FIX: [ #62 ] ( https://github.com/heckmon/code_forge/issues/62 )
5154
5255
5356
@@ -77,10 +80,10 @@ This will make the code_forge lightning fast like the [zed editor](https://zed.d
7780
7881To see working examples of all CodeForge features including AI Code Completion, LSP Integration, Smart Code Folding, Syntax Highlighting, Search and Replace, and RTL Language Support, visit the features showcase page above.
7982
80- ### 🌟 More Features
83+ ### More Features
8184
8285<details >
83- <summary ><strong >📋 Complete Feature List</strong ></summary >
86+ <summary ><strong >Complete Feature List</strong ></summary >
8487
8588#### Editor Core
8689- ** Rope Data Structure** — Optimized for large files
@@ -117,13 +120,13 @@ To see working examples of all CodeForge features including AI Code Completion,
117120
118121---
119122
120- ## 📦 Installation
123+ ## Installation
121124
122125Add CodeForge to your ` pubspec.yaml ` :
123126
124127``` yaml
125128dependencies :
126- code_forge : ^9.9 .0
129+ code_forge : ^9.10 .0
127130` ` `
128131
129132Then run:
@@ -134,7 +137,7 @@ flutter pub get
134137
135138---
136139
137- ## 🚀 Quick Start
140+ ## Quick Start
138141
139142### Basic Usage
140143
@@ -188,7 +191,7 @@ class _EditorState extends State<Editor> {
188191
189192<details >
190193
191- <summary ><h2 >🔌 LSP Integration</h2 ></summary >
194+ <summary ><h2 >LSP Integration</h2 ></summary >
192195
193196Connect to any Language Server Protocol compatible server for intelligent code assistance.
194197
@@ -353,7 +356,7 @@ Future<LspConfig> setupDartLsp() async {
353356---
354357
355358<details >
356- <summary ><h2 >🎨 Customization</h2 ></summary >
359+ <summary ><h2 > Customization</h2 ></summary >
357360
358361CodeForge offers extensive customization options for every aspect of the editor.
359362
@@ -442,7 +445,7 @@ CodeForge(
442445---
443446
444447<details >
445- <summary ><h2 >📚 API Reference</h2 ></summary >
448+ <summary ><h2 >API Reference</h2 ></summary >
446449
447450### CodeForge Widget
448451
@@ -686,7 +689,7 @@ final lspConfig = LspSocketConfig(
686689
687690---
688691<details >
689- <summary ><h2 >⌨️ Keyboard Shortcuts</h2 ></summary >
692+ <summary ><h2 >Keyboard Shortcuts</h2 ></summary >
690693CodeForge supports a variety of keyboard shortcuts for efficient editing:
691694
692695### Editing
0 commit comments