Christoph Brandau
f5bd79f067
feat(lsp): add incremental indexing and file ops support
...
Adds a thread-safe incremental index and snapshot API for LSP.
Introduces cache invalidation and file operation hooks for delete
and rename. This keeps indices in sync with disk changes.
Supports reindexing TCL files from disk when needed.
- Adds workspace file change handlers to sync indices on delete/rename.
- Introduces locking and snapshot helpers to safely access shared state.
- Refactors to invalidate caches on edits and reindex TCL files.
2026-08-17 08:45:09 +02:00
Christoph Brandau
a39aee1b9d
feat(server): add TCL signature help support
...
Adds a signature help system for TCL commands.
The LSP server now exposes signature help for custom and
built-in MOM procedures, enabling parameter hints while editing.
Tests and documentation were added to cover common usage.
- Adds signature_help module to parse and present signatures
- Integrates with LSP server to provide signature help on the client
- Adds tests for custom and built-in procedures
2026-08-17 08:31:15 +02:00
Christoph
4ca1b0cce9
Update version to 2026.6.201
2026-06-22 06:50:56 +00:00
Christoph
6051260a8d
Merge pull request 'Fix single-line brace formatting to preserve internal whitespace' ( #31 ) from bug_fixing into main
...
/ build_and_publish (release) Successful in 33s
Reviewed-on: #31
2026.6.201
2026-06-22 06:50:16 +00:00
Christoph Brandau
dfe15dd3db
Fix single-line brace formatting to preserve internal whitespace
...
The formatter now calculates and passes explicit leading and trailing whitespace around expression content to the `_brace` method. This ensures correct rendering of single-line expressions that include braces.
2026-06-22 08:49:22 +02:00
Christoph
5d1c402d2a
Update version to 2026.6.200
2026-06-22 06:34:00 +00:00
Christoph
88f834ae79
Merge pull request 'Fix Bug for Formatting' ( #30 ) from bug_fixing into main
...
/ build_and_publish (release) Successful in 37s
Reviewed-on: #30
2026.6.200
2026-06-22 06:32:26 +00:00
Christoph Brandau
3b233389c8
Fix Tcl formatting bug by adjusting formatter options
2026-06-22 08:29:48 +02:00
Christoph
67bd9de18a
Update version to 2026.6.100
2026-06-18 19:03:03 +00:00
Christoph
495b7b7a07
Update package.json
/ build_and_publish (release) Failing after 14m37s
2026.6.100
2026-06-18 19:01:47 +00:00
Christoph
8b39c4d250
Update version to 2026.6.100
2026-06-18 18:41:28 +00:00
Christoph
49e8cdd7df
Merge pull request 'Bug fixing' ( #29 ) from bug_fixing into main
...
/ build_and_publish (release) Has been cancelled
Reviewed-on: #29
2026-06-18 18:39:23 +00:00
Christoph Brandau
f60c4563e4
Delegate TCL folding to server, fix bugs, and enhance stability
...
- Move TCL folding range computation from client to language server, avoiding duplicate regions.
- Serialize language server restarts to prevent multiple server instances running concurrently.
- Pin server-side Python dependencies to specific minor versions for improved stability and predictability.
- Make debug server connection non-fatal, allowing the language server to start even if the debugger isn't attached.
- Optimize semantic token generation by caching Tclint plugin commands.
2026-06-18 20:38:47 +02:00
Christoph Brandau
3ad3847045
add new features and fix bugs
2026-06-18 17:31:51 +02:00
Christoph Brandau
41f331d4c4
add updates libs
2026-06-18 17:21:58 +02:00
Christoph
91ce762570
Update version to 2025.9.200
2025-09-01 13:24:13 +00:00
Christoph
d60d3ec942
Update package.json
/ build_and_publish (release) Successful in 40s
2025.9.200
2025-09-01 13:22:58 +00:00
Christoph
e52722e353
Update README.md
2025-09-01 13:21:36 +00:00
Christoph
a8bf55882e
Merge pull request 'feat: use uv instead of pip' ( #28 ) from change_to_uv_ into main
...
Reviewed-on: #28
2025-08-16 20:23:34 +00:00
Christoph
377bddf579
feat: use uv instead of pip
2025-08-16 22:22:28 +02:00
Christoph
cdc1cb4805
Update version to 2025.9.100
2025-08-16 16:35:58 +00:00
Christoph
34430097d8
Update README.md
/ build_and_publish (release) Failing after 25s
2025-08-16 09:43:44 +00:00
Christoph
dcf447ed4f
Merge branch 'relicense-agpl3'
2025-08-16 11:33:32 +02:00
Christoph
783a9aa7d7
Relicense to AGPL-3.0-or-later
2025-08-16 11:29:09 +02:00
Christoph
63638d6b3b
Update LICENSE
2025-08-16 09:16:37 +00:00
Christoph Brandau
af8cd58fda
Merge branch 'main' of https://git.cbsk-tech.de/Christoph/nx_post_support
2025-08-15 13:13:15 +02:00
Christoph Brandau
df0f3d7a61
add description
2025-08-15 13:12:41 +02:00
Christoph
72906a1930
Update version to 2025.8.400
2025-08-15 07:34:53 +00:00
Christoph
068cf2d1c3
Update README.md
/ build_and_publish (release) Successful in 42s
2025.8.400
2025-08-15 07:33:26 +00:00
Christoph
ad18a3dcf3
Update README.md
2025-08-15 07:32:58 +00:00
Christoph Brandau
bd4b17825c
add: Outline support for DEF and CDL files
2025-08-15 07:29:01 +02:00
Christoph Brandau
5d6182e91f
double value MOM_add_to_block_buffer rename to MOM_add_to_line_buffer
2025-08-15 07:18:38 +02:00
Christoph Brandau
63e9c429bd
update ReadMe
2025-08-14 07:57:40 +02:00
Christoph
7fdafe484e
Update version to 2025.8.300
2025-08-12 11:26:06 +00:00
Christoph Brandau
5cba6763f1
Merge branch 'new_features'
/ build_and_publish (release) Successful in 36s
2025.8.300
2025-08-12 13:21:27 +02:00
Christoph Brandau
e20bb85ac6
fix: wrong highligthing
2025-08-12 13:18:08 +02:00
Christoph
98a0b2197d
Update version to 2025.8.202
2025-08-12 09:38:34 +00:00
Christoph Brandau
579847b56d
fix formatter
/ build_and_publish (release) Successful in 33s
2025.8.202
2025-08-12 11:35:54 +02:00
Christoph Brandau
618d6b478b
fix: formatter when \ was deleting
2025-08-12 11:28:10 +02:00
Christoph Brandau
480978d6bb
Merge branch 'new_features' of https://git.cbsk-tech.de/Christoph/nx_post_support into new_features
/ build_and_publish (release) Failing after 31s
2025-08-12 11:27:20 +02:00
Christoph Brandau
04798328bd
fix: formatter
2025-08-12 11:27:14 +02:00
Christoph Brandau
ae835089b6
fix: formatter when \ was deleting
2025-08-12 11:26:52 +02:00
Christoph
0ed1e887fc
Update version to 2025.9.100
2025-08-12 07:21:23 +00:00
Christoph Brandau
12b7b62aa5
add variable indexing keep track of postion
/ build_and_publish (release) Successful in 39s
2025-08-12 09:07:04 +02:00
Christoph Brandau
7263b6f530
optimze Server
2025-08-12 07:48:05 +02:00
Christoph Brandau
c0635e48ea
Merge branch 'new_features' of https://git.cbsk-tech.de/Christoph/nx_post_support into new_features
2025-08-12 07:15:21 +02:00
Christoph Brandau
8fb98d2f40
refacxtor the code
2025-08-12 07:15:18 +02:00
Christoph
f24b280edf
mod: Keywords
2025-08-11 22:06:49 +02:00
Christoph
b61cff3b3b
Update version to 2025.9.4
2025-08-11 19:46:20 +00:00
Christoph
cf62044d3e
Update version to 2025.8.201
2025-08-11 19:37:32 +00:00