Search found 166 matches

by sl23
16.05.2025 10:16
Forum: Lexers
Topic: How to edit a lexer
Replies: 13
Views: 15592

Re: How to edit a lexer

Ok, no worries ;)
by sl23
15.05.2025 12:21
Forum: Lexers
Topic: How to edit a lexer
Replies: 13
Views: 15592

Re: How to edit a lexer

Thank you. Just one more though if that's ok...
Allow comments on a line after a section name:
[SectionName] <--any number of spaces--> ; Comment here

Thanks again!
by sl23
10.05.2025 20:28
Forum: Lexers
Topic: How to edit a lexer
Replies: 13
Views: 15592

Re: How to edit a lexer

Ah your the best! Thank you :)
by sl23
10.05.2025 12:37
Forum: Lexers
Topic: How to edit a lexer
Replies: 13
Views: 15592

Re: How to edit a lexer

Actually, there is also one enhancement that would help: Similar to the Section names in the OP, keys do not keep their highlighting if they have spaces and/or symbols. So this works ok: MouseOverAction=.... But this does not: Mouse Over.Action=.... The reason for it is that INI files are useful for...
by sl23
09.05.2025 22:15
Forum: Lexers
Topic: How to edit a lexer
Replies: 13
Views: 15592

Re: How to edit a lexer

Hi Alexey, I just updated the plugins using the built in updater and now the Rainmeter lexer has reverted back to the problem mentioned in the OP, I then copied the lexers back as I had changed the colours for syntax highlighting, but it didn't fix the issue. What is the cause and can it be solved o...
by sl23
21.11.2024 13:26
Forum: General - CudaText
Topic: Adding toolbar button to Run an AutoIT script
Replies: 8
Views: 7349

Re: Adding toolbar button to Run an AutoIT script

>ExtTools and ExTerminal, though I am unable to get the output panel to show anything when I run a script. ExtTools tool properties must have option which tells to put output to Output panel. maybe it's called 'Capture output' or like this. did you set it? Sorry, no idea how. I can find nothing lik...
by sl23
14.11.2024 13:38
Forum: General - CudaText
Topic: Adding toolbar button to Run an AutoIT script
Replies: 8
Views: 7349

Re: Adding toolbar button to Run an AutoIT script

After a hiccup, I have managed to get things back on track. I have the two buttons on the toolbar. Installed both plugins that you suggested: ExtTools and ExTerminal, though I am unable to get the output panel to show anything when I run a script. However, if I click Plugins/ExTerminal/CD to current...
by sl23
14.11.2024 10:47
Forum: General - CudaText
Topic: Adding toolbar button to Run an AutoIT script
Replies: 8
Views: 7349

Re: Adding toolbar button to Run an AutoIT script

Ah, that's great, thanks!
I will likely get stuck, so will be back soon no doubt! lol
Thank you for your help ;)
by sl23
14.11.2024 10:28
Forum: General - CudaText
Topic: Adding toolbar button to Run an AutoIT script
Replies: 8
Views: 7349

Adding toolbar button to Run an AutoIT script

I'm trying out adding a button that will basically run a script using AutoIt3_x64.exe. I've created a button, and added all the necessary arguments. The only thing I am having trouble with, is that when I click the toolbar button, it tries to open the AutoIt3_x64.exe file instead of running it. I ha...
by sl23
14.11.2024 09:31
Forum: General - CudaText
Topic: AutoIT CudaLint help
Replies: 5
Views: 5388

Re: AutoIT CudaLint help

Ok, so this is telling you to create a new Windows system environment variable.
Thank you