Search found 56 matches

by Random Void User
29.05.2025 23:38
Forum: Plugins
Topic: Spell Checker No Longer Finds Dictionary
Replies: 4
Views: 1287

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...
by Random Void User
28.05.2025 17:47
Forum: Plugins
Topic: Spell Checker No Longer Finds Dictionary
Replies: 4
Views: 1287

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...
by Random Void User
05.05.2025 17:08
Forum: General - CudaText
Topic: Merging Custom Portable Config to a Debian Installation
Replies: 3
Views: 2985

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...
by Random Void User
04.05.2025 03:24
Forum: General - CudaText
Topic: Merging Custom Portable Config to a Debian Installation
Replies: 3
Views: 2985

Merging Custom Portable Config to a Debian Installation

I have two different Linux PCs. I wish to copy settings from a Linux "portable" CudaText folder to a Debian-installed CudaText. The portable folder has more plugins and themes than the Debian package. Do all the 'py' and 'data' files in $XDG_CONFIG_HOME/cudatext override the same ones in /...
by Random Void User
17.03.2025 19:38
Forum: Issues solved
Topic: Plugins with System Python Module Deps Should Catch Exceptions
Replies: 3
Views: 15446

Re: Plugins with System Python Module Deps Should Catch Exceptions

Thanks for the improvement.

A developer can decipher tracebacks. My concern is for average users. First impressions of error gibberish may mislead them that CudaText is buggy. Hand-holding and comfort hugs let them know all is well. Thanks!
by Random Void User
13.03.2025 23:23
Forum: General - CudaText
Topic: EditorConfig Support
Replies: 1
Views: 2679

EditorConfig Support

I do not know if CudaText already supports the format, but many editors have it, built-in or as a plugin.

https://editorconfig.org/#pre-installed

It would be nice to have. If support already exists, let me know. Thanks!
by Random Void User
13.03.2025 23:17
Forum: Issues solved
Topic: Plugins with System Python Module Deps Should Catch Exceptions
Replies: 3
Views: 15446

Plugins with System Python Module Deps Should Catch Exceptions

Plugins throwing an exception over missing modules should have error-handling. I got the errors below from cuda_css_inspector. After slogging through various GitHub pages and such, I found out that this plugin expects to find a couple of Python modules on my OS. Please write plugins to say, explicit...
by Random Void User
03.03.2025 22:56
Forum: Issues solved
Topic: Python NoneType error via ed_set_caret()
Replies: 2
Views: 3273

Python NoneType error via ed_set_caret()

Python 3.13.2 CudaText console is showing this error more than once. TypeError: 'NoneType' object cannot be interpreted as an integer The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/redacted/cudatext/py/cuda_hilite_occurrences/__ini...
by Random Void User
02.03.2025 02:39
Forum: General - CudaText
Topic: Configure Menu Plugin JSON Questions
Replies: 3
Views: 2883

Re: Configure Menu Plugin JSON Questions

OK, thanks for the details and fixes. Concerning question (2), the 'Command palette...' item seems misplaced in 'Help' because it is not an info display. I wish I could merge 'Command palette...' and 'Macros' and 'Tools' into one menu, maybe 'Programs' (I know this idea is not presently possible).
by Random Void User
28.02.2025 20:49
Forum: Issues solved
Topic: Discord Status Plugin Typo
Replies: 1
Views: 2625

Discord Status Plugin Typo

Seen by running CudaText with -verbose flag and redirecting stdout+stderr to a log file. Just an extra 's' typo in 'disconnect' here. Traceback (most recent call last): File "/home/apps/cudatext/py/cuda_discord_status/__init__.py", line 142, in on_exit self.dissconnect() ^^^^^^^^^^^^^^^^ A...