You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -378,4 +378,7 @@ This release establishes **CodeForge** as a powerful, production-ready code edit
378
378
- FEATURE: Empty `Mode` as default highlight grammar instead of dart grammar as requested in [#59](https://github.com/heckmon/code_forge/discussions/59)
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,24 @@
33
33
<imgsrc="https://raw.githubusercontent.com/heckmon/code_forge/refs/heads/main/gifs/code_forge_100k.gif"alt="CodeForge Demo"width="800"/><sub><br>large code support (tested with 100k+ lines) and LSP based intelligent lazy highlighting</sub>
34
34
</p>
35
35
36
+
### Feature demos: [CodeForge Features Showcase](https://heckmon.github.io/code_forge_demo/)
37
+
36
38
> [!NOTE]
37
39
>
38
40
> code_forge does **not** support Flutter web, as it relies on `dart:io` for core functionality. Use [code_forge_web](https://pub.dev/packages/code_forge_web) for web support.
39
41
40
42
41
-
### What's new in 9.7.0
42
-
- Enhanced large text handling.
43
+
## Upcoming feature (v10.0.0):
44
+
**Currently I'm working on the migration of code_forge backend from dart to rust, while keeping the front end flutter APIs untouched.
45
+
This will make the code_forge lightning fast like the [zed editor](https://zed.dev/).**
46
+
47
+
48
+
### What's new in 9.8.0
49
+
- FIX: LSP initialization bug.
50
+
51
+
43
52
44
53
## Why CodeForge?
45
-
**Feature demos:**[CodeForge Features Showcase](https://heckmon.github.io/code_forge_demo/)
46
54
47
55
**CodeForge** is a next-generation code editor widget designed for developers who demand more. Whether you're building an IDE, a code snippet viewer, or an educational coding platform, CodeForge delivers:
48
56
@@ -114,7 +122,7 @@ Add CodeForge to your `pubspec.yaml`:
0 commit comments