Search found 8 matches

by Marcus
26 Aug 2010 22:47
Forum: Syntax files
Topic: Define class member using variable feature
Replies: 4
Views: 11081

Thank you Rickard! Now it works perfect in 6.7 beta 1!!
by Marcus
23 Aug 2010 08:04
Forum: Syntax files
Topic: Define class member using variable feature
Replies: 4
Views: 11081

OK Rickard, that may be a bug during the saving of variables created by the class list.
I'll post in the bug section the procedure which the @foo variable was created by.
Thankyou

Regards
by Marcus
22 Aug 2010 19:48
Forum: Syntax files
Topic: Define class member using variable feature
Replies: 4
Views: 11081

Define class member using variable feature

Using RjTextEd 6.60 running on Windows Vista Home Basic. I'm trying to use the variable definition syntax editor ferature to define and use a common list of members. For example, i try to define a @foo variable, contains three member as in the picture below: http://img823.imageshack.us/img823/9585/f...
by Marcus
22 Aug 2010 19:26
Forum: Syntax files
Topic: Javascript regexp pattern
Replies: 2
Views: 8303

Thank you Rickard,

I'll waiting for the beta. I'll try to use the new option in the Syntax Editor.

Kind regards
by Marcus
16 Aug 2010 19:47
Forum: Syntax files
Topic: Javascript regexp pattern
Replies: 2
Views: 8303

Javascript regexp pattern

RjTextEd V 6.6 installed in Windows Vista Home Basic Using regular expression I note that the pattern delimiter are not correctly regognized, expecially if I include one character normally used to delimit literal string. For example: var myRegExp=/('|/g; var mySecondVar; var myThirdVar; the second ...
by Marcus
23 Feb 2010 14:00
Forum: Syntax files
Topic: JScript syntax file: common class member lists
Replies: 4
Views: 11034

Yes Rickard, simplify is always right! Please note that attributes[]. and childNodes[]. (like other base class) could be base-class themself, because could be use in other class (some class could use only attributes[]., some other class could use only childNodes). But this is only an example! Thank-...
by Marcus
22 Feb 2010 21:22
Forum: Syntax files
Topic: JScript syntax file: common class member lists
Replies: 4
Views: 11034

Oh Yes Rickard, it will works fine. I think that is better to leave the [AutoComplete] section as it is and add a new [BaseClassList] section. Please, take a look to the following real case [AutoComplete] document.archors[].=href|href+p##@HTMLElement## [BaseClassList] HTMLElement=name|name+p##@attri...
by Marcus
21 Feb 2010 14:10
Forum: Syntax files
Topic: JScript syntax file: common class member lists
Replies: 4
Views: 11034

JScript syntax file: common class member lists

Hi everyone, First of all, I wish make my personal congratualtions to Rickard for the x[index].member implementation: with this feature, writing JScritp code, with a well defined JScript syntax file, has become very very easy and funny! Yesterday, I started to add a lot of class and class member to ...