Search found 6 matches
- Fri Apr 21, 2006 12:44 pm
- Forum: General
- Topic: sytax highlighting: change background leave fg unaffected
- Replies: 0
- Views: 172
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 ...
- Fri Apr 21, 2006 12:37 pm
- Forum: General
- Topic: Syntax Highlighting - single-quote commenting
- Replies: 2
- Views: 735
i post comments in vbscript with two single quotes thus
this is somewhat similar to c-syntax comments:
just that your finger presses a different key twice.
then you can set
in your .syn file
Code: Select all
'' this is a comment
'this is a string'
Code: Select all
//this is a comment
then you can set
Code: Select all
SingleComment = ''
- Fri Jul 22, 2005 2:46 pm
- Forum: General
- Topic: horizontal jumping when selecting text on single long line
- Replies: 2
- Views: 195
- Fri Jul 22, 2005 10:02 am
- Forum: Enhancement Suggestions
- Topic: Find in Files Exclusion Option
- Replies: 1
- Views: 166
- Fri Jul 22, 2005 9:59 am
- Forum: Enhancement Suggestions
- Topic: filenames in document selector right-justified
- Replies: 6
- Views: 625
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 ...
- Fri Jul 22, 2005 9:53 am
- Forum: General
- Topic: horizontal jumping when selecting text on single long line
- Replies: 2
- Views: 195
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 ...