Search found 1047 matches

by Rickard Johansson
04 Dec 2007 12:20
Forum: Scripts
Topic: Some example scripts
Replies: 3
Views: 18398

Some example scripts

Here are some example scripts published earlier in the beta forum:

http://www.rj-texted.st/downloads/Scripts.zip
by Rickard Johansson
05 Nov 2007 14:37
Forum: Syntax files
Topic: create fold block
Replies: 6
Views: 14064

It's the last ] character that makes it not work. This will though. In your syntax file add: (don't use the Fold_... options) Rgn_Start = "$REGIONSTART" Rgn_End = "$REGIONEND" Rgn_CommentStart = "//" In code write: //$REGIONSTART "This is a region" ... //$REGI...
by Rickard Johansson
05 Nov 2007 09:22
Forum: Syntax files
Topic: create fold block
Replies: 6
Views: 14064

Try this:

Rgn_Start = "[START]"
Rgn_End = "[END]"
Rgn_CommentStart = "//"
by Rickard Johansson
12 Aug 2007 14:54
Forum: Language files
Topic: Update from v3.90 to v4.0
Replies: 0
Views: 12986

Update from v3.90 to v4.0

The file include all the changes made to the language files from v3.90 to v4.0.

http://www.rj-texted.se/lang_update/lang_eng_400.ini
by Rickard Johansson
24 Jun 2007 08:03
Forum: Syntax files
Topic: How do I hook in a new syntax file?
Replies: 1
Views: 7957

Open the options dialog, go to the "Manage highlighters" page and press "New". This will open a wizard that installs the new syntax file. When done you can set the colors for keywords, strings etc. on the "Highlighters" page. The .chm help file is also no help at all. N...
by Rickard Johansson
30 Mar 2007 11:28
Forum: Language files
Topic: Update from v3.80 to v3.90
Replies: 0
Views: 12746

Update from v3.80 to v3.90

The file include all the changes made to the language files from v3.80 to v3.90.

http://www.rj-texted.se/lang_update/lang_eng_390.ini
by Rickard Johansson
22 Mar 2007 10:30
Forum: Syntax files
Topic: Parenthesis tracking
Replies: 1
Views: 8058

Thanks!

If you are using a beta version there are a few problems with PHP highlighting and PHP highlighting in html files. It might cause problems for the brace highlighter as well. It should work properly in v3.90 (final).
by Rickard Johansson
11 Nov 2006 16:53
Forum: Language files
Topic: Update from v3.72 -> v3.80
Replies: 0
Views: 12187

Update from v3.72 -> v3.80

The file include all the changes made to the language files from v3.72 -> v3.80.

http://www.rj-texted/lang_update/lang_eng_380.ini

For some the Russian additions may be easier to translate.

http://www.rj-texted/lang_update/lang_russ_380.ini
by Rickard Johansson
30 Sep 2006 09:13
Forum: Syntax files
Topic: Simulation Control Language
Replies: 2
Views: 9846

Go to {Settings -> Manage highlighters} and select "New". This will start a wizard to add the syntax to the editor. The editor needs to know what file extensions should be used with this syntax style. Don't forget to set colors and font attributes to the syntax elements, e.g. keywords, str...
by Rickard Johansson
09 Aug 2006 12:15
Forum: Syntax files
Topic: php with hypertext
Replies: 6
Views: 15415

PHP is embedded into HTML - both should be separate entities and thus have their own syntax colouring.
Well, if you put it that way it accually sound reasonable. :)
by Rickard Johansson
09 Aug 2006 11:03
Forum: Syntax files
Topic: php with hypertext
Replies: 6
Views: 15415

I'm not sure about the PHP highlighting inside a string. I think a string should be highlighted as a string. Anything else just seems wrong, some how.
by Rickard Johansson
09 Aug 2006 10:25
Forum: Syntax files
Topic: php with hypertext
Replies: 6
Views: 15415

Maybe it's better to use multiple highlighters. Maybe a line in the Html syntax file that loads the PHP syntax as well. Whenever a <?php is encountered the PHP syntax kicks in, and when the > is encountered the HTML syntax is used again. Just a thought.