Search found 151 matches

by micha_he
03 Jul 2013 18:14
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 47186

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: 47186

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

Re: Highlight Object-Methods possible ?

Rickard Johansson wrote: You should be able to add more keyword colors manually to the settings file (TextEd.ini)...
Not in 'Theme.xml' ?
by micha_he
03 Jul 2013 07:02
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 47186

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:
Methoden.jpg
Methoden.jpg (51.73 KiB) Viewed 27448 times
P.S.: Is it possible, to define more than nine keywords in a theme ?
by micha_he
07 May 2013 14:36
Forum: Syntax files
Topic: Highlight specialtext in different color possible ?
Replies: 5
Views: 17806

Re: Highlight specialtext in different color possible ?

Hi Rickard. Can you comment this conspicuity ?

Thanks
Micha
by micha_he
25 Apr 2013 09:16
Forum: Syntax files
Topic: Highlight specialtext in different color possible ?
Replies: 5
Views: 17806

Re: Highlight specialtext in different color possible ?

The length of the marked funktionname (black, underline in Example), depends on how many characters left of the ' = '-delimiter.

A bug or my mistake ??? It seems, that '\b' (begin of word) not fully working !

In other RegEx-Tester it works.
by micha_he
23 Apr 2013 10:48
Forum: Syntax files
Topic: Highlight specialtext in different color possible ?
Replies: 5
Views: 17806

Re: Highlight specialtext in different color possible ?

I have test with "#Own functions=\b_[0-9a-zA-Z_]+" and shorter with "#Own functions=\b_[\w]+".
But the highlighter sometimes mark only a part like here:
HighlighterTest.jpg
HighlighterTest.jpg (27.67 KiB) Viewed 17761 times
Where's my mistake ?
by micha_he
17 Apr 2013 10:27
Forum: Syntax files
Topic: Highlight specialtext in different color possible ?
Replies: 5
Views: 17806

Highlight specialtext in different color possible ?

I would like to highlight specific text in a different color. Autoit local functions [_abc(x,...) or _xyz_2(x,y,...)] be displayed as normal text in AutIt syntax file. Can i define a RegEx or similar for a keyword-group ? The functionnames begin often with a '_', end before next delimiter like '(', ...
by micha_he
10 Jul 2012 20:55
Forum: Scripts
Topic: How i use the Delete()-procedure in JS ?
Replies: 5
Views: 20211

Re: How i use the Delete()-procedure in JS ?

Thanks, DeleteStr() do it...
by micha_he
10 Jul 2012 17:53
Forum: Scripts
Topic: How i use the Delete()-procedure in JS ?
Replies: 5
Views: 20211

How i use the Delete()-procedure in JS ?

How do I use the Delete()-procedure from javascript ? I have already tested, but i do not understand the Syntax "Delete(var s: String; from, count: Integer): String" :-( I want to delete the leftmost char from a given string .... but: var_str = Delete(var_str, 1, 1); brings only the error ...
by micha_he
07 Jul 2012 14:07
Forum: Scripts
Topic: Replace In A String
Replies: 1
Views: 10736

Replace In A String

I have a String like "(abcdef)" in the selection. I would like replace the "(" with an empty string with a scriptpart like this: MoveStr = Document.SelText; ShowMessage(MoveStr); MoveStr = ScriptUtils.WStringReplaceAll(MoveStr, "(", ""); ShowMessage(MoveStr); ...
by micha_he
10 Jan 2012 22:04
Forum: Language files
Topic: German language updates for v7.90
Replies: 8
Views: 23515

Re: German language updates for v7.90

What means "incremental search" ?
by micha_he
10 Jan 2012 17:53
Forum: Language files
Topic: German language updates for v7.90
Replies: 8
Views: 23515

Re: German language updates for v7.90

Again without keyboard-shortcuts ! 2018 What function have the menu ? [Menu] 1042=RTF als HTML 1076=Einfügen Spezial 1077=HTML Quellcode 1078=Ausschneiden und Anfügen 1079=Kopieren und Anfügen 1080=Kopieren und Einfügen 1081=Ausschneiden/Kopieren Spezial 2018=Inkrementelles Suchen... (or 'Stufenweis...
by micha_he
21 Dec 2011 17:50
Forum: Language files
Topic: German language updates for v7.80
Replies: 3
Views: 15313

Re: German language updates for v7.80

You muss only select the letter for the shortcut ! [Menu] 1075=Aufsteigende Nummerierung einfügen... 2000=Suchen... 10029=Mit dem linken Dokument vergleichen [Hints] 010=Suchen... 011=Ersetzen... [Actions] 201=Finde Text in offenen Dokumenten oder Dateien 202=Ersetze Text in offenen Dokumenten oder ...
by micha_he
13 Aug 2011 11:30
Forum: Syntax files
Topic: Change in AutoIt-Syntax
Replies: 1
Views: 7335

Re: Change in AutoIt-Syntax

In V7.60 works ist now correct ! Thanks