Search found 1007 matches

by Rickard Johansson
06 Apr 2011 10:11
Forum: Syntax files
Topic: folding and code explorer
Replies: 2
Views: 7313

Would you mind showing us the entire *.syx file?
by Rickard Johansson
17 Jan 2011 16:14
Forum: Syntax files
Topic: Problem with folding
Replies: 3
Views: 8691

Hmm... seems it's already fixed in my next version (v7.10) 8)
by Rickard Johansson
17 Jan 2011 16:04
Forum: Syntax files
Topic: Problem with folding
Replies: 3
Views: 8691

Seems to be a bug. I'll fix it.

Thanks!
by Rickard Johansson
01 Nov 2010 17:54
Forum: Syntax files
Topic: bgcolor, color, background - Select Color and File dialog
Replies: 9
Views: 26391

Probably my fault. I wrote properties instead of attributes.

We were indeed talking about tag attributes, but the idea for a CSS property dialog is not a bad one. Some properties can have several values and in some cases a dialog may help. I'll consider it.
by Rickard Johansson
01 Nov 2010 16:22
Forum: Syntax files
Topic: bgcolor, color, background - Select Color and File dialog
Replies: 9
Views: 26391

Actually, we can add both url and file dialogs to the background property, so never mind.
by Rickard Johansson
01 Nov 2010 16:20
Forum: Syntax files
Topic: bgcolor, color, background - Select Color and File dialog
Replies: 9
Views: 26391

Those properties are not valid in HTML5, so I didn't add them. I'll fix that.

BTW. The property

background="" -> file dialog

should be

background="" -> url dialog

right?
by Rickard Johansson
01 Oct 2010 08:10
Forum: Syntax files
Topic: function folding question
Replies: 4
Views: 15916

You should probably have something like below in your syntax ini file:

Code: Select all

[Block]
1_Name=Function
1_OnLine=1
1_AsString=1
1_Start=@
1_End=


[Fold]
1_Id=~@
1_Begin=
1_End=endp
1_EndBefore=
1_Section=
1_NoParentOfId=1
1_NotAlwaysEnded=0
1_ListItem=ceMethod
by Rickard Johansson
28 Sep 2010 00:04
Forum: Syntax files
Topic: Syntax hightlighter
Replies: 1
Views: 5997

You could try to re-install the program (you may have to delete the settings file "<AppData>\RJ TextEd\TextEd.ini" first.

You should probably use a newer version too. V5.80 is pretty old.
by Rickard Johansson
03 Sep 2010 10:00
Forum: Language files
Topic: Have two Spanish languages
Replies: 3
Views: 16529

I'm sure there are some differences in the files, why else make a second one. I think they are both Spanish es though. Any user can make a language file and there is no limit. If someone feel we need a third Spanish es language file, that's perfectly OK. It's up to the user to decide which one they ...
by Rickard Johansson
23 Aug 2010 10:18
Forum: Syntax files
Topic: Define class member using variable feature
Replies: 4
Views: 9703

I've fixed both the issue in the syntax editor and with auto completion in the editor. Variables should work properly in the next release.

Thanks!
by Rickard Johansson
22 Aug 2010 22:13
Forum: Syntax files
Topic: Define class member using variable feature
Replies: 4
Views: 9703

I don´t know what the "@@foo|+@" is. It should be just "@foo".
by Rickard Johansson
22 Aug 2010 18:35
Forum: Syntax files
Topic: Javascript regexp pattern
Replies: 2
Views: 7437

Fixed in the next version. I added a new block to the JavaScript syntax with a new option to only allow the block highlighting after certain characters, like ({[=, ;: The block is called "RegEx Pattern". You may have to set the color for it manually in the options. The default color is set...
by Rickard Johansson
08 Aug 2010 16:08
Forum: Syntax files
Topic: Highlighting everything between { and } for Smarty templates
Replies: 2
Views: 7506

Blocks may not work very well with tags. It's not been used in any syntax file before and therefor haven't been tested. I'll look into it.
by Rickard Johansson
03 Aug 2010 09:57
Forum: Syntax files
Topic: AutoCloseBlock
Replies: 2
Views: 7277

No. But you should be able to fix that by using a macro instead. Turn off the auto block feature and assign a shortcut for your macro.
by Rickard Johansson
01 Jul 2010 17:58
Forum: Scripts
Topic: Shortcut for scripts?
Replies: 1
Views: 6987

You add the script as a tool and assign a shortcut.