Search found 6 matches

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

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 to 10...
by cycloid
Fri Apr 21, 2006 12:37 pm
Forum: General
Topic: Syntax Highlighting - single-quote commenting
Replies: 2
Views: 608

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: 150

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 10:02 am
Forum: Enhancement Suggestions
Topic: Find in Files Exclusion Option
Replies: 1
Views: 128

i agree this would be handy especially when you're not quite sure what it is you're hunting for, you could then input *.exe *.zip *.dll and run your search
by cycloid
Fri Jul 22, 2005 9:59 am
Forum: Enhancement Suggestions
Topic: filenames in document selector right-justified
Replies: 6
Views: 441

filenames in document selector right-justified

simple enough, if i'm editing multiple files in multiple locations it helps to turn the full paths on in the doc selector window to determine which is where. but then i have to massively stretch it because it starts on the left with the drive letter. most of the time this isnt what i want to know as...
by cycloid
Fri Jul 22, 2005 9:53 am
Forum: General
Topic: horizontal jumping when selecting text on single long line
Replies: 2
Views: 150

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 aroun...