Other editors like Notepad++ and Geany do not have this problem. Maybe an opportunity to optimize CudaText ?main Alexey wrote: ↑17.11.2023 15:17 you can create the 'lite lexer' for Java.
https://wiki.freepascal.org/CudaText#Lite_lexers
this way speed will be good and syntax-coloring will be partly ok (without multi-line comments).
Search found 8 matches
- 17.11.2023 15:30
- Forum: Bugs, issues
- Topic: Lag when typing
- Replies: 16
- Views: 13438
Re: Lag when typing
- 17.11.2023 15:19
- Forum: General - CudaText
- Topic: How to include user defined classes/methods/fields in auto-complete ?
- Replies: 7
- Views: 941
Re: How to include user defined classes/methods/fields in auto-complete ?
As a programmer myself I cannot understand how an application can generate data/information that it cannot use to provide related functionality. As a software user I become annoyed when an application requires plugins for the most basic functionality, specially when other similar applications can pr...
- 17.11.2023 15:10
- Forum: Bugs, issues
- Topic: Lag when typing
- Replies: 16
- Views: 13438
Re: Lag when typing
to detect that lexer is the 'reason for slowliness', turn off the lexer (statusbar click). compare the speed when none lexer is active: statusbar shows '(none)' . I can confirm that disabling the Java lexer did speed up things a lot in the old Windows XP computer. CudaText becomes very responsive. ...
- 17.11.2023 13:49
- Forum: General - CudaText
- Topic: How to include user defined classes/methods/fields in auto-complete ?
- Replies: 7
- Views: 941
Re: How to include user defined classes/methods/fields in auto-complete ?
You mean that CudaText is able to construct a very good Code Tree with all classes/methods seen in my source code files but I have to install a plugin to see these same classes/methods listed in the auto-complete list ? I am puzzled.
- 17.11.2023 13:18
- Forum: General - CudaText
- Topic: How to include user defined classes/methods/fields in auto-complete ?
- Replies: 7
- Views: 941
How to include user defined classes/methods/fields in auto-complete ?
How can I configure the auto-complete functionality to include also the classes/methods/fields seen in the file/project ? I want to see not just the programming language default classes/methods/fields but also those that I have created in my source code files. This question is specifically in the co...
- 17.11.2023 13:12
- Forum: Bugs, issues
- Topic: Lag when typing
- Replies: 16
- Views: 13438
Re: Lag when typing
I investigated further the lag issue in the Windows XP computer. All editors CudaText, Notepad++ and Geany see a somewhat high CPU usage when I press any key for several seconds. But while CudaText stops adding new characters after the first two or three, Notepad++ and Geany remain responsive adding...
- 17.11.2023 11:07
- Forum: Bugs, issues
- Topic: Lag when typing
- Replies: 16
- Views: 13438
Re: Lag when typing
The old computer has Windows XP installed and when starting Cudatext the attached error shows up. It translates to "could not find entry point of DeleteProcThreadAttributeList in KERNEL32.dll". If the error is acknowledged by clicking OK, Cudatext starts normally but the following warning ...
- 17.11.2023 10:18
- Forum: Bugs, issues
- Topic: Lag when typing
- Replies: 16
- Views: 13438
Lag when typing
I compared the typing latency/lag of CudaText, Notepad++ and Geany on two computers (one old/slow and the other modern/fast) with Windows operating systems and I noticed that CudaText is very slow compared to the other two editors. This is the main issue that is preventing me from switching to CudaT...