Does CudaText have plug-ins or interfaces to
Thanks!
Search found 61 matches
- 01.10.2025 23:56
- Forum: General - CudaText
- Topic: ConTeXt and BiomeJS
- Replies: 1
- Views: 86
- 25.09.2025 03:27
- Forum: General - CudaText
- Topic: File Open Show End Not Start
- Replies: 3
- Views: 162
Re: File Open Show End Not Start
What about just using the ctrl-end hotkey in that plugin,
Code: Select all
ed.cmd(cmds.cCommand_GotoTextEnd)- 23.09.2025 18:53
- Forum: General - CudaText
- Topic: File Open Show End Not Start
- Replies: 3
- Views: 162
File Open Show End Not Start
I would like CudaText to open all files at the end, not the start. It would always seek to, and show, the last part of every file opened. I found ui_reload_tail, but think I need a different option. Is one available? I prefer not to use "sessions" or similar data records, I just want a mas...
- 19.09.2025 17:46
- Forum: General - CudaText
- Topic: Pretty-print Active Tab JSON File
- Replies: 3
- Views: 174
Re: Pretty-print Active Tab JSON File
Yes, thank you. Seems I had JavaScript formatters and some others. The Addons Manager has wide functionality. CudaText has many families of plug-ins. The key "secret" is clicking the Category button under Addons Manager / Install..., then drilling down from the next dialog. The angle brack...
- 19.09.2025 06:02
- Forum: General - CudaText
- Topic: Pretty-print Active Tab JSON File
- Replies: 3
- Views: 174
Pretty-print Active Tab JSON File
How can I pretty-print a .json file open in CudaText? In the terminal I can do
Does some CudaText plugin or LSP trick do the same thing in the active tab? Thanks.
Code: Select all
python3 -m json.tool something.json > pretty.json
- 13.09.2025 18:51
- Forum: Issues solved
- Topic: Asterisk String Misbehaves at 3 Count Without a Lexer
- Replies: 4
- Views: 293
Re: Asterisk String Misbehaves at 3 Count Without a Lexer
Ah yes, ligatures. This one is so odd though; I don't know why it exists. The readme says it tweaks whitespace, which seems weird for three asterisks. https://github.com/JetBrains/JetBrainsMono Turning off ligatures everywhere is too draconian. An easy font config can disable them in one font. Howev...
- 13.09.2025 02:46
- Forum: Issues solved
- Topic: Asterisk String Misbehaves at 3 Count Without a Lexer
- Replies: 4
- Views: 293
Asterisk String Misbehaves at 3 Count Without a Lexer
Attached image shows the problem. Why is the middle asterisk on the relevant line elevated? Font is JetBrainsMono Nerd Font Mono, size 22pt, if it matters. CudaText 1.227.0.0, linux-x86_64-gtk2, fpc 3.2.3. This happens with new files or saved .txt files, in either case no lexer involved.
- 29.05.2025 23:38
- Forum: Plugins
- Topic: Spell Checker No Longer Finds Dictionary
- Replies: 4
- Views: 4377
Re: Spell Checker No Longer Finds Dictionary
Yes my system was broken. CudaText now works. Maybe Void Linux rearranged its packages. CudaText spelling always worked before. I had hunspell dictionaries for a long time, plus aspell stuff. Anyway, I just installed two more Void packages, and CudaText works again: $ sudo xbps-install -S enchant2-h...
- 28.05.2025 17:47
- Forum: Plugins
- Topic: Spell Checker No Longer Finds Dictionary
- Replies: 4
- Views: 4377
Spell Checker No Longer Finds Dictionary
(CudaText 1.224.0.0, linux-x86_64-gtk2, fpc 3.2.3) Spell checking worked until now. I get this dialog box: Dictionary for language 'en_US' could not be found Please check https://pyenchant.github.io/pyenchant/ for details Yet I have correct Linux packages installed. The Python console traceback: Ini...
- 05.05.2025 17:08
- Forum: General - CudaText
- Topic: Merging Custom Portable Config to a Debian Installation
- Replies: 3
- Views: 4364
Re: Merging Custom Portable Config to a Debian Installation
Assume no changes to Debian system files. The question is about duplication and override at the user level. Addons Manager lacks file permissions to modify /usr/share/cudatext contents; regardless, Addons Manager would conflict with apt/dpkg trying to manage those files, namely: $ mkdir foo $ dpkg-d...