Search found 8 matches
- 26 Aug 2010 22:47
- Forum: Syntax files
- Topic: Define class member using variable feature
- Replies: 4
- Views: 11081
- 23 Aug 2010 08:04
- Forum: Syntax files
- Topic: Define class member using variable feature
- Replies: 4
- Views: 11081
- 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...
- 22 Aug 2010 19:26
- Forum: Syntax files
- Topic: Javascript regexp pattern
- Replies: 2
- Views: 8303
- 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 ...
- 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-...
- 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...
- 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 ...