Search found 84 matches
- 08.01.2026 20:04
- Forum: Bugs, issues
- Topic: Find/Replace History Never Clears
- Replies: 4
- Views: 55
Find/Replace History Never Clears
Help / Command palette ... / settings: clear find/replace dialog history This command does not work as it should. It only temporarily clears the pop-up menu of all previous search items. Quit and restart Cud, the menu reappears. The command should work like File / Open recent file / Clear list whic...
- 08.01.2026 19:26
- Forum: Plugins
- Topic: rumdl, a Rust-language Markdown Linter Formatter LSP Server
- Replies: 1
- Views: 15
rumdl, a Rust-language Markdown Linter Formatter LSP Server
rumdl Github LSP Usage Overview rumdl is a high-performance Markdown linter and formatter that helps ensure consistency and best practices in your Markdown files. Inspired by ruff's approach to Python linting, rumdl brings similar speed and developer experience improvements to the Markdown ecosystem.
- 06.01.2026 20:45
- Forum: Plugins
- Topic: Shellcheck Tool and Shell Command Checkbox
- Replies: 6
- Views: 60
Re: Shellcheck Tool and Shell Command Checkbox
I just cloned my working "strings" tool and modified the clone: checked "Shell command" and changed command item to /usr/bin/strings with this param string: --all --unicode=default --encoding=S --bytes=1 "{SelectionAsTemp}" This experiment did not work, but did not emit...
- 06.01.2026 19:28
- Forum: Plugins
- Topic: Shellcheck Tool and Shell Command Checkbox
- Replies: 6
- Views: 60
Re: Shellcheck Tool and Shell Command Checkbox
I read the Grok output, thank you. I also know about the plug-in. I have been experimenting with "tools" instead. The shellcheck plug-in uses Python, but I was looking for straight execution. Apparently "tools" route their OS calls through Python. I thought they were going throug...
- 06.01.2026 17:22
- Forum: Plugins
- Topic: Shellcheck Tool and Shell Command Checkbox
- Replies: 6
- Views: 60
Shellcheck Tool and Shell Command Checkbox
It should be simple to define a CudaText "tool" for the external shellcheck utility. I tried, but did not succeed. How might this tool be configured? In general, my tools all invoke bash explicitly. I put commands in the parameter field with the -c switch for bash. I have never been able t...
- 06.01.2026 17:12
- Forum: General - CudaText
- Topic: Pydantic Breaks Again Python 3.14.2
- Replies: 31
- Views: 394
Re: Pydantic Breaks Again Python 3.14.2
uv workspaces may be the key idea for CudaText plug-ins:
https://blog.freidereikhs.dev/posts/202 ... s-with-uv/
https://blog.freidereikhs.dev/posts/202 ... s-with-uv/
- 06.01.2026 17:07
- Forum: Plugins
- Topic: Colored Indent Plug-in PROC_SET_EVENTS Undefined
- Replies: 7
- Views: 54
Re: Colored Indent Plug-in PROC_SET_EVENTS Undefined
The version field showed 2025.12.29 but still had PROC_SET_EVENTS in the Python code. I don't know how it happened. I replaced the plug-in folder with the github files, and everything works now. I do have intermittent network outages, I can think of no other explanation. I wonder if Add-ons Manager ...
- 06.01.2026 00:34
- Forum: Plugins
- Topic: Colored Indent Plug-in PROC_SET_EVENTS Undefined
- Replies: 7
- Views: 54
Re: Colored Indent Plug-in PROC_SET_EVENTS Undefined
Hmm, I keep plug-ins updated and just tried again. The Add-ons Manager is not detecting updates. I still see the console error.
- 05.01.2026 22:16
- Forum: Plugins
- Topic: Colored Indent Plug-in PROC_SET_EVENTS Undefined
- Replies: 7
- Views: 54
Colored Indent Plug-in PROC_SET_EVENTS Undefined
CudaText 1.231.5.0, linux-x86_64-gtk2, fpc 3.2.3 Python console output: Init: cuda_colored_indent Traceback (most recent call last): File "...cudatext/py/cuda_colored_indent/__init__.py", line 35, in __init__ app_proc(PROC_SET_EVENTS, ';'.join([ ^^^^^^^^^^^^^^^ NameError: name 'PROC_SET_EV...
- 19.12.2025 23:38
- Forum: General - CudaText
- Topic: Installing Plug-in from Download Does Not Update Add-ons Manager Entry
- Replies: 4
- Views: 74
Re: Installing Plug-in from Download Does Not Update Add-ons Manager Entry
The file name could encode its version. Linux repos use this method. I saved the spelling plug-in on my disk as
Code: Select all
spellchecker-2025.12.18.1.zip