Search found 1046 matches

by Rickard Johansson
05 Jul 2009 13:32
Forum: Language files
Topic: Update from v5.30 to v5.40
Replies: 0
Views: 14118

Update from v5.30 to v5.40

[Menu] 1041=Open &File at Cursor 2022=H&ighlight 3034=F&ull Screen Mode 3035=Show Tabs 4037=Sort... [Hints] 058=Save As... 059=Save as Template... 060=Print Preview... 061=Print... 062=Delete 063=Smart Paste 064=Column Mode 065=Word wrap 066=Toggle Hex View 067=Open a command prompt... 0...
by Rickard Johansson
25 Jun 2009 21:54
Forum: Syntax files
Topic: Highlighting comments
Replies: 1
Views: 6105

Not at the moment. I may add something in a later version.
by Rickard Johansson
08 May 2009 13:59
Forum: Syntax files
Topic: Create Foldblock for T-SQL
Replies: 6
Views: 12510

I guess I made a small change somewhere in the folding code, but I can't remember where right now... I'm glad it works now :D
by Rickard Johansson
29 Apr 2009 16:54
Forum: Syntax files
Topic: ConTEXT syntax files
Replies: 1
Views: 6487

You can convert them manually, copy and paste or maybe using some clever macros. Or you could create a script to convert them.

You may still need to do some editing in the syntax editor.
by Rickard Johansson
27 Apr 2009 08:31
Forum: Syntax files
Topic: Code explorer methods shown as "Other"
Replies: 4
Views: 9601

You could try this:

Code: Select all

BlockName = Modifiers ?
BlockOnLine = Yes
BlockAsString = Yes
BlockStart = /
BlockEnd = <empty>

and

EndOpenBlockAt = 0123456789+-*/\=[]();:.,'"
It may give some strange highlighting at times, e.g. appinfo will be highlighted in $path/appinfo.json
by Rickard Johansson
26 Apr 2009 20:52
Forum: Syntax files
Topic: Code explorer methods shown as "Other"
Replies: 4
Views: 9601

Enter

Fold_begin {
Fold_end }
Fold_List_item <empty>

and enter something in List_Exclude=<string>|<string>...

For some reason List_Exclude need at least 1 string for it to work :D
by Rickard Johansson
25 Apr 2009 18:26
Forum: Syntax files
Topic: Create Foldblock for T-SQL
Replies: 6
Views: 12510

I just tried to add this to the SQL syntax: [Fold] 1_Id=if 1_Begin=begin 1_End=end 1_EndBefore= 1_Section= 1_NoParentOfId=0 1_ListItem= 2_Id=case 2_Begin= 2_End=end 2_EndBefore= 2_Section= 2_NoParentOfId=0 2_ListItem= I used the syntax editor and RJ TextEd v5.01. The code if @i != 0 begin set @state...
by Rickard Johansson
21 Apr 2009 21:07
Forum: Syntax files
Topic: Create Foldblock for T-SQL
Replies: 6
Views: 12510

Try to set the fold option for "case" to

FoldID=case
FOLD_BEGIN=
FOLD_END=end
by Rickard Johansson
27 Feb 2009 23:03
Forum: Syntax files
Topic: Python
Replies: 1
Views: 6589

Try to open a UltraEdit wordfile in the syntax editor. You may have to make some changes though.
by Rickard Johansson
25 Feb 2009 10:51
Forum: Syntax files
Topic: create fold block
Replies: 6
Views: 14092

The lines

Code: Select all

Start=__START__
End=__END__
CommentStart=//
was added to the syntax file.

Use

Code: Select all

//__START__

...

//__END__
It can be changed in the "..\AppData\RJ TextEd\Syntax\php.syx" file. But it is overwritten every time you update the program.
by Rickard Johansson
30 Jan 2009 09:05
Forum: Scripts
Topic: Script for modifying document syntax file
Replies: 1
Views: 7874

If you create and add your files to a project it's possible to use auto completion in this way. At least if the programming language uses one of the syntaxes below: Cpp CSharp Delphi/Pascal Java PHP VB .Net It may be possible to create scripts. You may need at least two. One that parse the document ...
by Rickard Johansson
20 Nov 2008 16:05
Forum: Syntax files
Topic: SCRIPT RUNAT="SERVER"
Replies: 1
Views: 6808

Should already work if you use the ASPX highlighter. The ASPX highlighter should be used if the file extension is .aspx. You can add more extensions if you need to. You can also change the highlighter manually in the toolbar. The default source language is set to C#. You can change this in options. ...
by Rickard Johansson
19 Oct 2008 16:51
Forum: Syntax files
Topic: colors??
Replies: 5
Views: 19691

Open "Environment->Options" and go to the "Highlighters" page. Use the dropdown list to select a syntax. You can now change the color of any element listed in the right list box including keywords.
by Rickard Johansson
07 Oct 2008 09:09
Forum: Scripts
Topic: PascalScript Document WideString and String functions
Replies: 1
Views: 7958

The script engine does seem to be able to handle "WideStrings" correctly even though they are handled as Variant type. Function calls seems to work as well. With both Unicode and ANSI data. Most functions available through the script engine can only handle ANSI or Unicode (UCS-2). The func...
by Rickard Johansson
26 Sep 2008 08:34
Forum: Syntax files
Topic: Framscript
Replies: 0
Views: 5865

Framscript

A syntax file for "Framscript" is available in the "Syntax" section.

The file was written by Eelke Spaak. I converted it to the new syntax file format and added a settings file.