-
f219a8662f
fix: guard vim.lsp.diagnostics.refresh() against nil
main
lazar
2026-07-24 12:35:36 +02:00
-
a9c1b8db16
docs: update reference project path in AGENTS.md
lazar
2026-07-24 11:57:50 +02:00
-
a4400106db
refactor: collapse all {} blocks in declaration section, drop pattern filtering
lazar
2026-07-24 09:54:22 +02:00
-
b86ce08426
fix: bridge :SCLRescanWorkspaceTypes to LSP server + refresh diagnostics
lazar
2026-07-23 13:55:04 +02:00
-
0a0b5c9bf1
fix: DB completion path parsing, array-of-UDT resolution, blink source registration
lazar
2026-07-22 20:26:16 +02:00
-
3776ce33ff
refactor: change the default path for local dev env
lazar
2026-07-20 17:01:37 +02:00
-
1acac2b73c
docs: rewrite installation with architecture overview, troubleshooting, and cross-references
lazar
2026-07-19 15:09:58 +02:00
-
03548dab7d
feat: comprehensive query files for all block types and VAR sections (Phase 3)
lazar
2026-07-18 19:20:33 +02:00
-
aebffc34e7
fix: load compiled parser.so via vim.treesitter.language.add
lazar
2026-07-18 18:01:32 +02:00
-
bd50f7b459
fix: update tree-sitter parser URL to Gitea
develop
lazar
2026-07-18 11:49:16 +02:00
-
8255db7f64
chore: adjust for plugin-only scope after split
lazar
2026-07-18 11:46:18 +02:00
-
8c6a050efb
refactor: rename scl_lsp → tia_lsp (project umbrella for future STL/LAD/FBD)
lazar
2026-07-18 11:30:55 +02:00
-
137eda3e77
fix: Attribute block expand/collapse, TIME literal diagnostics, and formatter bugs
lazar
2026-02-24 15:21:21 +01:00
-
15b0e5360a
docs: encourage adding comments; fix nested IF/ELSIF indentation
lazar
2026-02-23 17:40:44 +01:00
-
bfdec0c4b1
test: add formatter tests
lazar
2026-02-23 14:16:46 +01:00
-
4471d9e1d9
Merge branch 'feat/testing_framework' into develop
lazar
2026-02-23 13:36:49 +01:00
-
-
eb10b1c0df
feat: add testing framework with reference project integration
lazar
2026-02-23 13:29:38 +01:00
-
-
5ca5628d39
Merge branch 'feat/scl_formatter' into develop
lazar
2026-02-23 10:30:32 +01:00
-
-
3dfca6bba3
feat: improve formatter and attribute block handling
lazar
2026-02-23 10:29:05 +01:00
-
-
15f88d110b
docs: add auto-editing features section to AGENTS.md
lazar
2026-02-21 01:39:17 +01:00
-
0f829552c2
fix: limit auto-semicolon to control structure END_* keywords only
lazar
2026-02-21 01:32:45 +01:00
-
97176508d3
feat: auto-uppercase keywords and auto-semicolon for END_* keywords
lazar
2026-02-21 01:24:04 +01:00
-
06e36a0b4b
docs: update collapse patterns documentation in AGENTS.md
lazar
2026-02-20 23:53:55 +01:00
-
a8559a17ef
Merge branch 'feat/db_udt_interactive_colapse_extend' into develop
lazar
2026-02-20 23:53:10 +01:00
-
-
d1078b0214
fix: improve attribute block collapse for .udt and .db files
lazar
2026-02-20 23:52:33 +01:00
-
-
69f5c7b215
feat: improve tree-sitter syntax highlighting with named nodes
lazar
2026-02-20 23:29:26 +01:00
-
2cd59f572f
feat: add builtin types/functions to diagnostics and completions
lazar
2026-02-20 13:01:29 +01:00
-
4f25a15936
Merge branch 'feat/lsp_goto' into develop
lazar
2026-02-20 09:40:45 +01:00
-
-
c4d65d5c87
docs: add filetype detection section to AGENTS.md
lazar
2026-02-20 09:01:06 +01:00
-
ff311b88b9
docs: update README with goto declaration feature
lazar
2026-02-19 18:07:04 +01:00
-
35eae17f4f
feat(lsp): add goto declaration for FB, DB, and UDT types
lazar
2026-02-19 18:01:30 +01:00
-
-
e0db21381a
docs(README): clarify formatter attribute collapsing behavior
lazar
2026-02-19 11:24:45 +01:00
-
212d4b710d
docs: document formatter collapseAttributes default change
lazar
2026-02-19 11:24:22 +01:00
-
b663fd6b4b
docs: document attr_toggle behavior after formatting
lazar
2026-02-19 11:18:16 +01:00
-
becf45d348
fix: clear attr_toggle state after formatting
lazar
2026-02-19 11:17:59 +01:00
-
35bf9ab781
Merge branch 'feat/scl_formatter' into develop
lazar
2026-02-19 10:24:38 +01:00
-
-
ce1e27a42d
docs: update README with attribute block toggle feature
lazar
2026-02-19 10:13:43 +01:00
-
74e521fe04
feat: add interactive attribute block toggle with keybindings and commands
lazar
2026-02-19 10:12:58 +01:00
-
246fa85442
fix(lsp): Fix LSP server attachment and JSON parsing issues
lazar
2026-02-18 13:03:14 +01:00
-
-
b5d50384fb
docs(AGENTS.md): Update AGENTS.md
lazar
2026-02-18 10:25:35 +01:00
-
a79082b64e
fix(multiline_paras): <Tab> behavior outside of fb/function
lazar
2026-02-18 10:04:41 +01:00
-
1e50b596de
fix(blink_cmp_source): Handling of DB patterns after operators
lazar
2026-02-18 09:21:38 +01:00
-
7d54578406
docs: Update AGENTS.md with comprehensive feature documentation
lazar
2026-02-17 15:30:30 +01:00
-
8933b9315d
Merge branch 'feat/db_workspace_scope_recognition' into develop
lazar
2026-02-17 15:22:05 +01:00
-
-
7db896b84c
feat: Add Global Data Block recognition in workspace scope
lazar
2026-02-17 15:06:36 +01:00
-
-
a3ea6e6c0a
Add multiline params documentation
lazar
2026-02-17 12:36:17 +01:00
-
c1500f954b
Fix multiline params feature and auto-prefix
lazar
2026-02-17 12:34:59 +01:00
-
802fe93fb7
Added .gitignore
lazar
2026-02-14 15:06:54 +01:00
-
fbbd357ee2
Inintal commit
lazar
2026-02-14 15:05:12 +01:00
Powered by TurnKey Linux.