Not pretty, but a possible solution.
P.S.: This workaround is not yet useful !
The pattern '.xyz' also occurs in other combinations like '#include <GUIConstants.au3>' (here marked '.au3' as method) or like '#Region dummytext Form=Name.ext' (here also the extension marked as method).
Search found 146 matches
- 30 Jul 2013 14:21
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
- 30 Jul 2013 11:47
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
Yes !
AutoIt can contain precompiler-options like '#test=xyz.ext'
In this example the fileextension is marked as method
AutoIt can contain precompiler-options like '#test=xyz.ext'
In this example the fileextension is marked as method

- 29 Jul 2013 21:41
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
That's not practicable !
I would have to define from one to about fifty letters.
Another idea ?
I would have to define from one to about fifty letters.
Another idea ?
- 29 Jul 2013 14:56
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
Yes, if tried it. No error, but no proper function (nothing highlighted).
- 29 Jul 2013 10:39
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
Has nobody an idea ?
Waht's wrong at my RegEx ?
Thanks,...
Micha
Waht's wrong at my RegEx ?
Thanks,...
Micha
- 24 Jul 2013 09:04
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
I have tried to improve the recognition of the object-methods. The 'positive lookbehind' (?<=\$abc\.)[a-zA-Z]+ --> does work but (?<=\$[a-zA-Z0-9]\.)[a-zA-Z]+ or (?<=\$[a-zA-Z0-9]+\.)[a-zA-Z]+ --> produce an error ! Can someone help ? Micha P.S.: Pattern is like '$Abc2.dEf'. It begins with a '$', fo...
- 18 Jul 2013 09:42
- Forum: Color themes
- Topic: SciTE4-AutoIt Theme
- Replies: 4
- Views: 31854
Re: AutoIt-SciTE4 and new/modified AutoIt-Syntax
I will not decide, if it's pretty!
I have only try to implement the original SciTE4-design from AutoIt, for the user who like it's design !
So this user can also change to great RJTED
I have only try to implement the original SciTE4-design from AutoIt, for the user who like it's design !
So this user can also change to great RJTED

- 04 Jul 2013 15:12
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
Is there any help about RegEx-character like this:
Code: Select all
(?<=\.)
- 04 Jul 2013 09:20
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
- 04 Jul 2013 09:19
- Forum: Color themes
- Topic: SciTE4-AutoIt Theme
- Replies: 4
- Views: 31854
SciTE4-AutoIt Theme
Here is a color-theme, that the AutoIt highlighting look like the SciTE4-Editor, wich comes with AutoIt 3: It works with RJTED >= V8.63. AutoIt-SciTE4_xml.zip To use all functions (highlicht 'own functions' and 'object methods') the AutoIt-Syntax-File from this thread is reguired: Modified AutoIt-Sy...
- 03 Jul 2013 18:14
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
No, i didn't. I think restart the editor is enough. I'll test it again tomorrow.
Thanks,
Micha
P.S.: A 'Reload'-function for the colortheme would be nice !
Thanks,
Micha
P.S.: A 'Reload'-function for the colortheme would be nice !
- 03 Jul 2013 17:07
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
I have used '<Keyword9 color="#00000"....' (keyword 0-8 are exists) in my colortheme.xml-file, but the color doesn't work !?
Color is always blue (default) and styles also doesn't work.
Color is always blue (default) and styles also doesn't work.
- 03 Jul 2013 16:33
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Re: Highlight Object-Methods possible ?
Not in 'Theme.xml' ?Rickard Johansson wrote: You should be able to add more keyword colors manually to the settings file (TextEd.ini)...
- 03 Jul 2013 07:02
- Forum: Syntax files
- Topic: Highlight Object-Methods possible ?
- Replies: 24
- Views: 65046
Highlight Object-Methods possible ?
Is it possible, that i can modify the AutoIt-Syntax-Highlighter, so the object-methods are shown in a different color ?
The pattern is: $[object].[method][delimiter like space or '(']
Here is comparison to SciTE4: P.S.: Is it possible, to define more than nine keywords in a theme ?
The pattern is: $[object].[method][delimiter like space or '(']
Here is comparison to SciTE4: P.S.: Is it possible, to define more than nine keywords in a theme ?
- 07 May 2013 14:36
- Forum: Syntax files
- Topic: Highlight specialtext in different color possible ?
- Replies: 5
- Views: 25419
Re: Highlight specialtext in different color possible ?
Hi Rickard. Can you comment this conspicuity ?
Thanks
Micha
Thanks
Micha