Skip to content

Commit 0bf1bee

Browse files
authored
Update CHANGELOG with Consistem custom enhancements (#58)
1 parent 77e016d commit 0bf1bee

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

CHANGELOG.ccs.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ Minimum VS Code version is now 1.104.0.
1818
- Copy Windows filesystem file correctly to `isfs` filesystem (#1658)
1919
- Upgrade dependencies (#1650, #1653)
2020

21+
#### Consistem Customizations
22+
- Enhancements
23+
- Add ObjectScript enter rules for semicolon (`;`) continuation on line break (#5)
24+
- Auto-indent dot syntax on Enter for `objectscript`/`objectscript-int` (replicates leading dots) (#6)
25+
- Added `resolveContextExpression` command: posts current line/routine to API, inserts returned code on success, shows error otherwise (#7)
26+
- Reorganize CCS module structure into `src/ccs/` with separated folders for config, core, sourcecontrol, and commands (#12)
27+
- Add `core/` and centralized `config/` scaffolds for internal module structuring (#14)
28+
- Introduce `ContextExpressionClient` and centralized route handling for CCS API calls (#15)
29+
- Reorganize SourceControl API into dedicated `clients/` folder (#16)
30+
- Add **Ctrl+Q** to fetch global documentation from selection and print to Output (#17)
31+
- Unify Go to Definition (F12) and Ctrl+Click through CCS API resolution (#20)
32+
- Fixes
33+
- Prevent unwanted semicolon insertion on ObjectScript line breaks (#13)
34+
- Fix prettier “Insert enter” error in ObjectScript editor rules (#10)
35+
- Ensure consistent indentation and formatting for `.mac` and `.int` routines (#11)
36+
2137
## [3.0.6] 09-Sep-2025
2238

2339
- Enhancements

0 commit comments

Comments
 (0)