https://pub.dev/api/packages/code_forge/feed.atomRecently published versions of package code_forge on pub.dev2026-04-12T19:12:34.378913ZPub Feed GeneratorA sophisticated code editor package with AI completion, LSP support, syntax highlighting, and advanced editing capabilities.urn:uuid:2eb7cec0-aa03-41ca-82a6-653daa42f337v9.9.0 of code_forge2026-04-12T19:12:34.378913Z9.9.0 was published on Apr 12, 2026. Changelog excerpt: - FIX: Cursor jump on typing. - FIX: Frozen horizontal scroll on dynamic font size.urn:uuid:64f22d7c-2ca2-4cd0-9bad-048d735247f8v9.8.0 of code_forge2026-04-10T09:46:30.271013Z9.8.0 was published on Apr 10, 2026. Changelog excerpt: - - FIX: LSP initialization bug.urn:uuid:b12f14d1-08d3-4e39-9144-00140af966f4v9.7.0 of code_forge2026-03-31T11:29:58.123819Z9.7.0 was published on Mar 31, 2026. Changelog excerpt: - Enhanced large text handling.urn:uuid:fae4c925-caef-4318-b19b-4b6e0399764cv9.6.0 of code_forge2026-03-29T08:03:04.071815Z9.6.0 was published on Mar 29, 2026. Changelog excerpt: - FIX: [#60](https://github.com/heckmon/code_forge/issues/60) - FEATURE: Empty `Mode`as default highlight grammar instead of dart grammar as requested in [#59](https://github.com/heckmon/code_forge/discussions/59)urn:uuid:4073e30e-81cd-46fa-8ae4-e8fe16531141v9.5.0 of code_forge2026-03-27T14:05:37.290004Z9.5.0 was published on Mar 27, 2026. Changelog excerpt: - FIX: [#57](https://github.com/heckmon/code_forge/issues/57) - FIX: [#58](https://github.com/heckmon/code_forge/issues/58)urn:uuid:58ac448f-ea86-4078-a6e4-234995b1fb5ev9.4.0 of code_forge2026-03-24T07:32:44.407052Z9.4.0 was published on Mar 24, 2026. Changelog excerpt: - FIX: [#57](https://github.com/heckmon/code_forge/issues/57) - FIX: [#58](https://github.com/heckmon/code_forge/issues/58) - FIX: Anchored gutter for `controller.setGitDiffDecorations`urn:uuid:b666fda3-1f1f-4beb-82f2-ff83fb3ca0c7v9.3.0 of code_forge2026-03-21T07:51:01.496142Z9.3.0 was published on Mar 21, 2026. Changelog excerpt: - FIX: [#54](https://github.com/heckmon/code_forge/issues/54) - FEATURE: Multiple highlight grammars for a single editor instance.urn:uuid:1aef1de3-05b3-4f9b-82aa-7b968cb6024dv9.2.0 of code_forge2026-03-12T09:15:40.529911Z9.2.0 was published on Mar 12, 2026. Changelog excerpt: - FEATURE: [#51](https://github.com/heckmon/code_forge/issues/51) - FIX: [#53](https://github.com/heckmon/code_forge/issues/53)urn:uuid:7e569aa6-e4eb-4a24-9913-ece71f521ebfv9.1.0 of code_forge2026-03-04T16:45:08.572668Z9.1.0 was published on Mar 4, 2026. Changelog excerpt: - FIX: [#49](https://github.com/heckmon/code_forge/issues/49) - FIX: [#50](https://github.com/heckmon/code_forge/issues/50)urn:uuid:6b63f6ed-f3d9-4dfb-904f-940ebfc68541v9.0.0 of code_forge2026-03-02T16:16:49.772566Z9.0.0 was published on Mar 2, 2026. Changelog excerpt: - #### FEATURE: Multi-cursor - Alt + Click to add multiple cursors in the editor. - APIs: ``` `// Multi-cursor operations controller.addMultiCursor(int line, int character); controller.clearMultiCursor(); controller.backspaceAtAllCursors(); controller.insertAtAllCursors(String textToInsert);```` - #### FIX: [#43](https://github.com/heckmon/code_forge/issues/43) - #### ENHANCEMENT: Virtual lines for git diff removed ranges. - #### Added `customCodeSnippets`parameter on the editor to add external code snippets on the suggestions as requested in [#46](https://github.com/heckmon/code_forge/issues/46)