Search found 175 matches

by sl23
09.08.2025 15:57
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

Re: AutoIT - highlighting non-comment as a comment

that's great, thank you! ;)
by sl23
02.08.2025 15:38
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

Re: AutoIT - highlighting non-comment as a comment

Thanks Alexey, appreciate the fix, all seems to be good now. :)
by sl23
02.08.2025 14:24
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

Re: AutoIT - highlighting non-comment as a comment

I haven't been able to find it either, and I've been searching the manual. But I used AI to add the function so likely it is not even a term! Sorry about that. Will test now. Thanks for sorting it. :)
by sl23
02.08.2025 14:07
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

Re: AutoIT - highlighting non-comment as a comment

I can't seem to find a complete keyword reference in the manuals. I did find a list of keywords, but it isn't just those starting with a # at the start of a script, this list is a complete list of every type of keyword. so not sure it will be of use? The ones that I know about are these: #RequireAdm...
by sl23
02.08.2025 13:22
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

Re: AutoIT - highlighting non-comment as a comment

Yes in the SCiTe4AutoIT3 editor help file. Here's a complete list: #Region AutoIt3Wrapper directives section ;** This is a list of compiler directives used by AutoIt3Wrapper.exe. ;** comment the lines you don't need or else it will override the default settings ;=====================================...
by sl23
02.08.2025 10:18
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

Re: AutoIT - highlighting non-comment as a comment

I have one Preprocessor that isn't highlighting correctly, due to the way it's sued. It has a space and so I assume CT doesn't see it as a preprocessor.

The line is: #SingleInstance Force
by sl23
02.08.2025 09:42
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

Re: AutoIT - highlighting non-comment as a comment

how do I update the lexer? I went to Plugins/Addons Manager/Update, but the check comes back with a server error message.
Should I wait until the next CudaText update has been released?
EDIT: It's ok, done it! :)
by sl23
01.08.2025 13:16
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

Re: AutoIT - highlighting non-comment as a comment

Sorry, only just seen your message, but it seems you resolved it. Thanks for changing it. ;)
by sl23
31.07.2025 09:59
Forum: Lexers
Topic: AutoIT - highlighting non-comment as a comment
Replies: 15
Views: 2090

AutoIT - highlighting non-comment as a comment

I'm trying to learn AutoIT and although this is only a minor issue, could you please change lines starting with # as a separate entity to commented lines that start with a ; Just makes it harder to see where things are. It would be helpful if we could change the colour of these lines beginning with ...
by sl23
16.05.2025 10:16
Forum: Lexers
Topic: How to edit a lexer
Replies: 13
Views: 18069

Re: How to edit a lexer

Ok, no worries ;)