Search found 3 matches

by drexbg
Mon Feb 29, 2016 9:41 am
Forum: Announcements
Topic: Update: 2015 13.3.0.167
Replies: 17
Views: 39060

Re: Update: 2015 13.3.0.167

Any news on new version or a beta release?
by drexbg
Thu Nov 20, 2014 1:01 pm
Forum: Announcements
Topic: Update: 2015 Beta1 (free for everybody)
Replies: 11
Views: 24126

Re: Update: 2015 Beta1 (free for everybody)

Aivars, thank you very much for State=shtmlPHP,CaseSensitive info. But I was able to fix some of the issues you mentioned by editing the rules. Here are my current rules, in case someone else need them: // idents shtmlPHP [a-z_A-Z][a-z_A-Z0-9]* shtmlPHP tphpident // constants shtmlPHP [^a-z][A-Z][A ...
by drexbg
Thu Nov 20, 2014 12:32 am
Forum: Announcements
Topic: Update: 2015 Beta1 (free for everybody)
Replies: 11
Views: 24126

Re: Update: 2015 Beta1 (free for everybody)

Hi, very happy for the FTP tree, thanks. I think that the regular expression is not working as expected in the custom highlighter script. Especially, when I try to match the upper case letters. I wanted to highlight the constants usage with different color in the php code but it not worked as ...