Search found 1045 matches

by Rickard Johansson
03 Jul 2013 16:39
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 49117

Re: Highlight Object-Methods possible ?

That should work as well.
by Rickard Johansson
03 Jul 2013 15:59
Forum: Syntax files
Topic: Highlight Object-Methods possible ?
Replies: 24
Views: 49117

Re: Highlight Object-Methods possible ?

I tried this in v8.63,

[Keywords]
#Object method=(?<=\.)[a-zA-Z]+

You can probably create a better regex expression.

You should be able to add more keyword colors manually to the settings file (TextEd.ini)...
by Rickard Johansson
03 Jun 2013 13:04
Forum: Syntax files
Topic: Powershell variables
Replies: 3
Views: 15728

Re: Powershell variables

You could use blocks, e.g.

[Block]
1_Name=Variable $
1_OnLine=1
1_AsString=1
1_Start=$
1_End=

Take a look at the Pearl syntax files.
by Rickard Johansson
03 Jun 2013 12:59
Forum: Scripts
Topic: REGEX "Problem"
Replies: 5
Views: 17758

Re: REGEX "Problem"

Doesn't the "Document.ReplaceAll()" function work? Or do you need another way to do regex search, maybe in a string?
by Rickard Johansson
08 May 2013 12:17
Forum: Syntax files
Topic: Highlight specialtext in different color possible ?
Replies: 5
Views: 18857

Re: Highlight specialtext in different color possible ?

It's a bug and it's been fixed in v8.62. Thanks!
by Rickard Johansson
18 Apr 2013 11:30
Forum: Syntax files
Topic: Highlight specialtext in different color possible ?
Replies: 5
Views: 18857

Re: Highlight specialtext in different color possible ?

Yes! Maybe something like this (not tested...)

[Keywords]
#Function names=_[0-9a-fA-F_]+
...
by Rickard Johansson
29 Mar 2013 14:26
Forum: News
Topic: Happy Easter
Replies: 0
Views: 11539

Happy Easter

Image

Have a good weekend everyone!
by Rickard Johansson
27 Mar 2013 12:20
Forum: Syntax files
Topic: Case insensitivity
Replies: 4
Views: 15812

Re: Case insensitivity

Made a small change in v8.61. If keywords are case sensitive, so are comments. If not case sensitive, then neigher are comments.
by Rickard Johansson
25 Mar 2013 21:38
Forum: Syntax files
Topic: Case insensitivity
Replies: 4
Views: 15812

Re: Case insensitivity

I may add an option for case sensitive comments.

You can still open the syntax editor from the highlighter drop menu "Edit current highlighter...".
by Rickard Johansson
10 Mar 2013 14:25
Forum: Syntax files
Topic: folding & maxscript
Replies: 7
Views: 22799

Re: folding & maxscript

I moved the forum from another server a while back, so some old attachments are gone. They now reside on a server I no longer have access to.
by Rickard Johansson
24 Dec 2012 14:19
Forum: News
Topic: Merry Christmas
Replies: 2
Views: 16049

Merry Christmas

Merry christmas everyone.

Image
by Rickard Johansson
31 Jul 2012 23:09
Forum: News
Topic: Changing web host for the rjsoftware.se site (Forum)
Replies: 2
Views: 16164

Changing web host for the rjsoftware.se site (Forum)

This forum was previously on the www.rjsoftware.se site. But after some problems transfering the domain to a new web host I changed the location of the forum. Not sure what has gone wrong, but the domain has not been transferred to the new web host. So the forum has been moved to the rj-texted.se si...
by Rickard Johansson
30 Jul 2012 12:38
Forum: News
Topic: Changing Web hosting for the main site www.rj-texted.se
Replies: 0
Views: 12314

Changing Web hosting for the main site www.rj-texted.se

I'm changing web host for my main site. If it's down don't worry - it will be up again soon (I hope...).
by Rickard Johansson
27 Jul 2012 17:00
Forum: News
Topic: RJ TextEd reviewed at HowToAnswer.com
Replies: 0
Views: 12729

RJ TextEd reviewed at HowToAnswer.com

The program has been review at HowToAnswer.com. If anyone is interested it's here.
by Rickard Johansson
19 Jul 2012 18:22
Forum: Syntax files
Topic: function folding question
Replies: 4
Views: 16806

Re: function folding question

I haven't tested this since I don't have your syntax file, but maybe the [Block] thing is interfering with the folding. Have you tried just to add [Options] Symbols=@ ... (plus anything else that you need) [Fold] 1_Id=~@ 1_Begin= 1_End=endp 1_EndBefore= 1_Section= 1_NoParentOfId=1 1_NotAlwaysEnded=0...