Search found 149 matches

by micha_he
12 Feb 2014 14:46
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

Great, i will wait to test it ! Thanks....
by micha_he
26 Jan 2014 15:17
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

Is there a possibility ?
by micha_he
16 Jan 2014 12:53
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

Hallo Rickard. Can you change it, that we can use RegEx's like "(?:\$\w+\.)", "(?<=\$\w+\.)" or "\$\w+\.\K", to delete the var-name with a undefinied lenght from the match ? Or is the RegEx in RJTED a fixed Dll or other library ? I can not find a solution to highlicht o...
by micha_he
30 Jul 2013 14:21
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

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).
by micha_he
30 Jul 2013 11:47
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

Yes !

AutoIt can contain precompiler-options like '#test=xyz.ext'

In this example the fileextension is marked as method :(
by micha_he
29 Jul 2013 21:41
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

That's not practicable !
I would have to define from one to about fifty letters.

Another idea ?
by micha_he
29 Jul 2013 14:56
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

Yes, if tried it. No error, but no proper function (nothing highlighted).
by micha_he
29 Jul 2013 10:39
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

Has nobody an idea ?
Waht's wrong at my RegEx ?

Thanks,...
Micha
by micha_he
24 Jul 2013 09:04
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

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...
by micha_he
18 Jul 2013 09:42
Forum: Color themes
Topic: SciTE4-AutoIt Theme
Replies: 4
Views: 28224

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 :P
by micha_he
04 Jul 2013 15:12
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

Is there any help about RegEx-character like this:

Code: Select all

(?<=\.)
by micha_he
04 Jul 2013 09:20
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

Re: Highlight Object-Methods possible ?

Ok, with V8.63 it looks good! Thanks.

Here is the result: viewtopic.php?p=9971#p9971
by micha_he
04 Jul 2013 09:19
Forum: Color themes
Topic: SciTE4-AutoIt Theme
Replies: 4
Views: 28224

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...
by micha_he
03 Jul 2013 18:14
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

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 !
by micha_he
03 Jul 2013 17:07
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 53882

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.