Search found 112 matches
- 26.02.2026 23:12
- Forum: General - CudaText
- Topic: Snippet Panel Ideas
- Replies: 2
- Views: 70
Snippet Panel Ideas
Wiki should clarify expectations for custom snippet panel data. (1) User must create new sub-folder, data/clips (2) Each list lives in a sub-sub-folder, data/clips/mysnipsname (3) mysnipsname appears on the snippets panel drop-down menu (4) Actual snippet file is data/clips/mysnipsname/List.txt Snip...
- 26.02.2026 00:39
- Forum: Lexers
- Topic: Generic Lexer Missing for rc/conf/config Files
- Replies: 18
- Views: 789
Re: Generic Lexer Missing for rc/conf/config Files
For anyone else interested, you need a stanza in user.json for files not otherwise matched, with caret in the lexer name as follows: "detect": { "shellcheckrc": "Config-RC ^", "clifmrc": "Config-RC ^", "miller.rc": "Config-RC ^" }...
- 23.02.2026 06:28
- Forum: Plugins
- Topic: plugin Spell Checker
- Replies: 36
- Views: 29551
Re: Spellchecker Dialog Broken Linux Qt6 Wayland
Cancel stops the whole spellcheck. Ignore All continues the spellcheck while ignoring the specified word anywhere in the document. Simple Ignore continues the spellcheck but only ignores the word once; if it happens again, the same correction prompt will too.
- 20.02.2026 19:07
- Forum: Lexers
- Topic: KDL Lexer Missing
- Replies: 7
- Views: 190
Re: KDL Lexer Missing
An installer question: why KDL does not show in packages.ini file. All other lexers do, just not KDL. I made an install .zip as follows: $ ls -1 lexer.KDL KDL.cuda-lexmap KDL.lcf default-config.kdl install.inf $ 7z a -tzip ./lexer.KDL.zip ./lexer.KDL The .zip I then opened in Cud to install. What sh...
- 19.02.2026 06:52
- Forum: Lexers
- Topic: KDL Lexer Missing
- Replies: 7
- Views: 190
KDL Lexer Missing
KDL Specification KDL is a small, pleasant document language with XML-like node semantics ... to be used both as a serialization format and a configuration language, much like JSON, YAML, or XML. all numbers can have underscores to help readability grammar and expected semantics are well-defined an...
- 18.02.2026 17:07
- Forum: Plugins
- Topic: plugin Spell Checker
- Replies: 36
- Views: 29551
Re: Spellchecker Dialog Broken Linux Qt6 Wayland
Ignore All just needs an in-memory short list of items for a single run. When checking ends, the list disappears. So running spellcheck on the same document stops on the same words again. That's my expectation for Ignore All. There is no ever-growing list. Some spell checkers do add an option beyond...
- 17.02.2026 19:27
- Forum: Plugins
- Topic: plugin Spell Checker
- Replies: 36
- Views: 29551
Spellchecker Dialog Broken Linux Qt6 Wayland
CudaText 1.232.1.0, linux-x86_64-qt6, fpc 3.2.3 on Wayland Other Cud dialogs work fine. Spellcheck will not allow me to close/cancel. Ignore does not work, either. I must kill the entire Cud process and relaunch. Also, spellcheck lacks a button for "Ignore All" which most spellcheckers have.
- 15.02.2026 07:07
- Forum: Issues solved
- Topic: Native Wayland on Linux SOLVED
- Replies: 5
- Views: 416
Re: Native Wayland on Linux SOLVED
DT_RUNPATH in the ELF would be cleaner than a wrapper script. The key here is to use the DT_RUNPATH, which can be embedded into the binary you are creating. You can link it so that it points to the same directory, as you wanted. I run many other wrapper scripts. Finding their execution directory is...
- 13.02.2026 01:09
- Forum: Issues solved
- Topic: [qt6 bug] CudaText 1.221.x Qt6 Glitches on Exit
- Replies: 8
- Views: 8535
Re: [qt6 bug] CudaText 1.221.x Qt6 Glitches on Exit
Problem seems gone now. Current version info:
CudaText 1.232.0.4, linux-x86_64-qt6, fpc 3.2.3
Void Linux Qt6 6.10.2_1
All I now see on exit is
CudaText 1.232.0.4, linux-x86_64-qt6, fpc 3.2.3
Void Linux Qt6 6.10.2_1
All I now see on exit is
Code: Select all
QThreadStorage: entry 1 destroyed before end of thread 0x388715d0
QThreadStorage: entry 0 destroyed before end of thread 0x388715d0
- 13.02.2026 01:03
- Forum: Issues solved
- Topic: Native Wayland on Linux SOLVED
- Replies: 5
- Views: 416
Re: Native Wayland on Linux SOLVED
If I understand the question, it asks what is wrong requiring users to download and install the Qt Pascal lib to the sys dir. * The user must have admin privs; not likely in multiuser (and/or thin client) corporate settings. * Some Linux distros don't package Qt Pascal libraries. Void only packages ...