- Posted by
- Thanks Mofi, that helps a lot. That allows me to change the background color, which is good. I could barely tell the scrollbar from the background before; now I can change the background color so that the scrollbar stands out more. Bonus question: Is there another setting controlling the color of th...Posted in Editor Display
-   Topics
-   Views
- Klaatu
Mar 21, 2014
- Within a custom theme, which items determine the color of the scrollbars? I ask because I'd like to adjust the scrollbar colors but don't see them listed specifically within the Manage Themes window under Application/"Set styles for". I've looked under all the options there (Dockable Panes, Menus, T...Posted in Editor Display
-   Topics
-   Views
- Klaatu
Mar 20, 2014
- Is there a separate setting for the color of the cursor when the new v21 feature of multi-line editing is used? The reason I ask is that I see on the video for v21 new features they're using a dark background with a white cursor, and when they edit multiple lines, multiple white cursors show, as the...Posted in Editor Display
-   Topics
-   Views
- Klaatu
Feb 20, 2014
- I tried to look in the change log to see if this has been corrected but did not find anything that seemed to indicate if it was or not. So, question: it is still the case that these must be in UltraEdit syntax? Or can they be specified in the format directed by "Regexp Type"?Posted in Syntax Highlighting
-   Topics
-   Views
- Klaatu
Dec 10, 2010
- I've tried to use these as open and close fold strings: /Open Fold Strings = "Do" "For" "Func" "If" "#Region" "Select" "Switch" "While" "While" "With" /Close Fold Strings = "Until" "Next" "EndFunc" "EndIf" "#EndRegion" "EndSelect" "EndSwitch" "Wend" "WEnd" "EndWith" Everything seems to work alright,...Posted in Syntax Highlighting
-   Topics
-   Views
- Klaatu
Apr 16, 2010
- I guess your definition of "extremely SLOW" is relative. I timed it on my rig and it took approx. one quarter second per line without any kind of "mouse-cursor moving", whatever that means. I suspect it becomes faster when fewer updates are needed to redraw the window.Posted in Scripts
-   Topics
-   Views
- Klaatu
Mar 24, 2007
- I like this idea, and wanted to add a CurCol property to the activeDocument object, but it doesn't seem to work. Anyone know what's wrong with the code below? I'm fairly new to JavaScript, so it's probably something I'm not understanding. function getCol() { //get the current Column. //speed-optimiz...Posted in Scripts
-   Topics
-   Views
- Klaatu
Mar 24, 2007
- Find What: ([0-9,a-z][0-9,a-z])-([0-9,a-z][0-9,a-z])-([0-9,a-z][0-9,a-z])-([0-9,a-z][0-9,a-z])-([0-9,a-z][0-9,a-z])-([0-9,a-z][0-9,a-z]) Replace With: \1\2.\3\4.\5\6 I'm looking at UltraEdit's help, and from reading it it looks to me like what you have above, "[0-9,a-z]" would not only match more t...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Klaatu
Mar 01, 2005