Search found 52 matches

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: 1867

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: 338

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: 1867

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: 592

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: 560

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: 366

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...
by Random Void User
28.02.2025 19:13
Forum: Bugs, issues
Topic: GTK2 Access Violation Still Happens
Replies: 4
Views: 1687

Re: GTK2 Access Violation Still Happens

Thanks for those tools, I downloaded them. The error happens intermittently so I don't have a way to trigger it, but will report back when I get some info. Thanks!
by Random Void User
28.02.2025 19:09
Forum: General - CudaText
Topic: Configure Menu Plugin JSON Questions
Replies: 3
Views: 560

Configure Menu Plugin JSON Questions

I am experimenting with the 'Confiugure Menu' plugin and have a few questions. (1) I wish to add a new 'File' menu item for the action 'file: open file, in text viewer' from the 'Help / Command palette...' dialog. How would I define this item in JSON? I need a cmd_... keyword that isn't obvious. (2)...
by Random Void User
28.02.2025 19:08
Forum: General - CudaText
Topic: Hackable Recent Files
Replies: 5
Views: 757

Re: Hackable Recent Files

Boolean options? add them where, to session? but it's redundant. when user opens a session, session's last opened filenames are opened in Cud. no need for option. The boolean defines if the session or project opens its files automatically. Consider the 'Open recent' item on the 'File' menu. 'Open r...
by Random Void User
27.02.2025 19:14
Forum: Bugs, issues
Topic: GTK2 Access Violation Still Happens
Replies: 4
Views: 1687

GTK2 Access Violation Still Happens

CudaText 1.221.5.2, linux-x86_64-gtk2, fpc 3.2.3 Reference: https://github.com/Alexey-T/CudaText/issues/3800 I see this same warning dialog at random times while using CudaText GTK2. I doubt that it is specific to Void Linux. Void has both musl and glibc builds. I use the glibc build with Wayland/Sw...