Search found 4 matches

by cycloid
Fri Apr 21, 2006 12:44 pm
Forum: General
Topic: sytax highlighting: change background leave fg unaffected
Replies: 0
Views: 314

sytax highlighting: change background leave fg unaffected

i've been trying to make my ASP+HTML syntax highlighting hightlight the asp code blocks, it's easy to make <% and%> types of brackets or comments but then i loose the color coding within them, when i'd just like to change the background, e.g.


<p>some html</p>
<%

'' a vbscript comment
for i = 0 ...
by cycloid
Fri Apr 21, 2006 12:37 pm
Forum: General
Topic: Syntax Highlighting - single-quote commenting
Replies: 2
Views: 902

i post comments in vbscript with two single quotes thus

Code: Select all

'' this is a comment
'this is a string'
this is somewhat similar to c-syntax comments:

Code: Select all

//this is a comment
just that your finger presses a different key twice.

then you can set

Code: Select all

SingleComment = ''
in your .syn file
by cycloid
Fri Jul 22, 2005 2:46 pm
Forum: General
Topic: horizontal jumping when selecting text on single long line
Replies: 2
Views: 306

block select mode does help but it's still anoyying as the problem i have isnt the normal behaviour in like every other editor on the planet. hmz
by cycloid
Fri Jul 22, 2005 9:53 am
Forum: General
Topic: horizontal jumping when selecting text on single long line
Replies: 2
Views: 306

horizontal jumping when selecting text on single long line

i'm fairly certain that older versions didnt do this, if i have a long line of code and want to select a section with the mouse but stray up or down by a few pixels the horizontal scrolling jumps to the newly highlighted section of the adjacent line. this is very annoying and impossible to get ...