Skip to content

Commit 606c122

Browse files
committed
feat: update CHANGELOG for version 9.10.0 and add floating cursor support
1 parent 23cf14a commit 606c122

5 files changed

Lines changed: 218 additions & 58 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,7 @@ This release establishes **CodeForge** as a powerful, production-ready code edit
389389

390390
## 9.10.0
391391
- FEATURE: Added `tabSize` to customize tab spaces in the Controller.
392+
- FIX: [#63](https://github.com/heckmon/code_forge/issues/63)
393+
- FIX: [#61](https://github.com/heckmon/code_forge/issues/61)
394+
- FIX: [#65](https://github.com/heckmon/code_forge/issues/65)
395+
- FIX: [#62](https://github.com/heckmon/code_forge/issues/62)

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@
4545
This 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

7881
To 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

122125
Add CodeForge to your `pubspec.yaml`:
123126

124127
```yaml
125128
dependencies:
126-
code_forge: ^9.9.0
129+
code_forge: ^9.10.0
127130
```
128131
129132
Then 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

193196
Connect 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

358361
CodeForge 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>
690693
CodeForge supports a variety of keyboard shortcuts for efficient editing:
691694

692695
### Editing

fix_status.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)