- Posted by
- Its been a long time but if I remember correctly my other thread had nothing to do with with the duplicate window functionality. Which isn't a big deal, I don't care what you do on these forums. And thanks for the link. I already use the WindowNextTabDocument and WindowPreviousTabDocument functional...Posted in Editor Display
-   Topics
-   Views
- adamreiswig
Jul 20, 2007
- Thanks, I found that too. But since my preference is to have as few lists open taking up my code space as possible, I think I'll resign myself to using the Ctrl+Tab and Ctrl+Shift+Tab keys (the default windows shortcuts for next and previous window) for moving back and forth. I've always resisted us...Posted in Editor Display
-   Topics
-   Views
- adamreiswig
Jul 20, 2007
- I am currently using UltraEdit 11.20b. I've just discovered the "Duplicate Window" functionality which is great since of late I've been needing to compare code from two or more points of the same file. The one thing I can't make UE do however is to put the duplicate windows in their own tabs. Does t...Posted in Editor Display
-   Topics
-   Views
- adamreiswig
Jul 20, 2007
-   Topics
-   Views
- adamreiswig
Apr 29, 2006
- I've recently had to wipe my computer and reinstall all my development environment. The only thing part of UltraEdit I have not yet been able to restore is my templates. If I am not mistaken the templates are stored in the "UETMPLTE.DAT" file. I have restored this file to my new UltraEdit install an...Posted in UltraEdit General Discussion
-   Topics
-   Views
- adamreiswig
Apr 29, 2006
- I was afraid of that. Thanks a lot of the example. I think I will create one when I get a chance.Posted in Configuration/INI Settings
-   Topics
-   Views
- adamreiswig
Jun 18, 2005
- UE stores the list of your custom key bindings under the uedit32.kbd file but it is a binary file. Is there any way to extract them? I set a lot of custom key bindings as it allows me to be quite a bit more efficient and I'd like to see a list of them so I can more easily know what's available when ...Posted in Configuration/INI Settings
-   Topics
-   Views
- adamreiswig
Jun 17, 2005
- In my word file (for XBase++) I have the following line: /Indent Strings SOL = "IF" "ELSE" "CASE" "FOR" "WHILE" "DO" When the SOL is there it prevents UE from auto indenting on those words/characters. I have searched the documentation over as well as the forums and can't find a meaning for "SOL". Do...Posted in Syntax Highlighting
-   Topics
-   Views
- adamreiswig
Jun 16, 2005
- Yeah I'm in a similar boat. I am a big Vim fan and I can duplicate enough to get me by but I keep bumping into things I'd like to change. My company has standardized on UE so I don't really have a choice. Over all I love it for what it is but it sure would be nice if it were a whole lot more script ...Posted in Macros
-   Topics
-   Views
- adamreiswig
May 29, 2005
- Yeah I was afraid of that... the feature I'd like to write them for is a good scripting system that makes UE very extensible. Most good editors come with something that is at least fairly flexible. UE is the best traditional windows style text editor I've found and all it has is a handful of basic m...Posted in Macros
-   Topics
-   Views
- adamreiswig
May 27, 2005
- I have one for that actually. That's not quite what I want to do. I don't want to move the current line to the middle of the screen. I want the cursor to jump to what ever line is the middle line. My screen is 50 lines high so it would jump to the top line number on the screen +25 lines. Currently u...Posted in Macros
-   Topics
-   Views
- adamreiswig
May 27, 2005
- One alternative method that might work is to find the current line you are on and then perform an addition or subtraction as needed and then perform the goto line command. Not even sure if that is possible either though.Posted in Macros
-   Topics
-   Views
- adamreiswig
May 25, 2005
- I want to be able to move my cursor to the middle of the screen. I use UE 10.20d+ and it has the ability jump to the top and bottom of the screen but not the middle. I created the following macro: InsertMode ColumnModeOff HexOff UnixReOff SelectToTop Key DOWN ARROW {previous line repeated 24 more ti...Posted in Macros
-   Topics
-   Views
- adamreiswig
May 25, 2005