Modify ↓
Opened 15 years ago
Closed 14 years ago
#1619 closed Bug (Wont Fix)
Last line highlighting after undo operation in SciTE
Reported by: | MrCreatoR <mscreator@…> | Owned by: | Jos |
---|---|---|---|
Milestone: | Component: | SciTE4AutoIt | |
Version: | 3.3.6.0 | Severity: | None |
Keywords: | Cc: |
Description
Just type this single line (without any other empty lines) in the SciTE editor:
Exit
and now put the cursor at the end and type something quickly (for example: Test), then undo the changes (Ctrl + Z). You will see that the keyword is not highlighted anymore as it should.
BTW:
It's not only keywords, it's also functions, udfs, macros, preprocessors, and special keywords.
AutoIt:3.3.6.0 (Os:WIN_XP/X86/Service Pack 3 Language:0419 Keyboard:00000409 Cpu:X64)
Attachments (0)
Change History (1)
comment:1 Changed 14 years ago by Jos
- Resolution set to Wont Fix
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
I get the same behaviour in the lexers for ".bat" and ".c" files so assume the Scite Editor doesn't request the Scintilla Lexer to update the Syntax colouring.
So assuming a SciTE bug which I will not be working on.
Jos