- Posted by
- This was a great reply. Thanks, Mofi. I didn't see that you'd answered until today, so apologies for my delay in thanking you :)Posted in Scripts
-   Topics
-   Views
- caserichard
Sep 28, 2015
- I want to allow users to select a selection of lines haphazardly, dragging their cursor from the middle of line [34] to the middle of line [37], for example. Eventually, my script will process all lines of the selection, and the first line and last line need to be fully selected. (If you use VIM, th...Posted in Scripts
-   Topics
-   Views
- caserichard
Sep 15, 2015
- It's too bad that this new code doesn't seem to work (or didn't for me in a few tests): var lt = UltraEdit.activeDocument.lineTerminator; from power tip UltraEdit v16.00 Scripting Enhancements . That would help shorten some of the line delimiter code. Anyone else have success with it? EDIT: D'oh, I ...Posted in Scripts
-   Topics
-   Views
- caserichard
Sep 08, 2015
- This is still not possible, right? I know you can do this with Textmate. Would be neat to be able to define patterns that should be styled a certain way in UltraEdit, too.Posted in Syntax Highlighting
-   Topics
-   Views
- caserichard
Apr 21, 2014
- Also, I've tweaked it slightly so that all alphabet letters are shown with their partner index number. This is the script I'm using: var nIndex = 0; var sMarker = "»"; asNumList = new Array("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"); // ...Posted in Scripts
-   Topics
-   Views
- caserichard
Jan 17, 2014
- Mofi, Thanks again for creating this script. It does the trick! It would be nice if they made it a stock offering eventually. Is there any way to do this so the undo history isn't impacted? Not urgent, just curious. First time script users: Save this as a .js file in the default typeset (ANSI - Lati...Posted in Scripts
-   Topics
-   Views
- caserichard
Jan 17, 2014
- Hi Folks, I'm trying [without luck] to create a script. My intention is to make an alphabet version of the Insert Number command in column mode (A,B,C...). My attempt might not be worth your time as I'm not much of a programmer just yet. Still, I'm including something to give you an idea of what I'm...Posted in Scripts
-   Topics
-   Views
- caserichard
May 25, 2010
- OOoh, very nice. And such a quick response from the famous Mofi! Thanks very much for your kind reply and efficient solution.Posted in Macros
-   Topics
-   Views
- caserichard
Feb 18, 2009
- I'd like to create a macro that will insert text like a template does (i.e. all at once rather than inserting each subsequent character). As it is, my macro is something like this: InsertMode ColumnModeOff HexOff "TEXT I WANT TO HAVE INSERTED IS HERE" But should I want to undo this, I'd have to hit ...Posted in Macros
-   Topics
-   Views
- caserichard
Feb 17, 2009