Skip to content

Commit e7ae18a

Browse files
committed
Docs: Update.
1 parent 013fdd7 commit e7ae18a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ Changelog
2222
[Github master](https://github.com/bjones1/CodeChat_Editor)
2323
--------------------------------------------------------------------------------
2424

25-
* No changes.
25+
* Fix errors in Client when editing a file with adjacent doc blocks.
26+
* Fix out of sync errors when the table of contents file is open.
27+
* Fix incorrect version info sent by the VSCode extension.
28+
* Change lexer name for C/C++ code to avoid escaping when converting from HTML
29+
to Markdown.
30+
* Fix Client so that edits produces updates to the IDE; previous, edits would
31+
occasionally stop updating the IDE.
2632

2733
Version 0.1.46 -- 2025-Dec-15
2834
--------------------------------------------------------------------------------

docs/design.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ These form a set of high-level requirements to guide the project.
113113
* Files/anchors can be freely moved without breaking links. This requires all
114114
anchors to be globally unique. HTML allows upper/lowercase ASCII plus the
115115
hyphen and underscore for IDs, meaning that a 5-character string provides
116-
>250 million unique anchors.
116+
117+
> 250 million unique anchors.
117118
* Make picking a file/anchor easy: provide a searchable, expanded TOC listing
118119
every anchor.
119120

toc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ Implementation
6868
1. [CodeChatEditor-test.mts](client/src/CodeChatEditor-test.mts)
6969
1. [Run tests](README.md?test)
7070
2. [HTML to Markdown conversion test document](docs/Markdown_HTML.js)
71-
3. [Extensions](extensions/)
72-
1. Visual Studio Code
71+
3. [Extensions](extensions/readme.md)
72+
1. [Visual Studio Code](extensions/VSCode/developer.md)
7373
1. [extension.ts](extensions/VSCode/src/extension.ts)
7474
2. [lib.rs](extensions/VSCode/src/lib.rs)
7575
3. [Cargo.toml](extensions/VSCode/Cargo.toml)

0 commit comments

Comments
 (0)