- Posted by
- It still attempts to detect which language you're using. Our just shows them all besides.Posted in Configuration/INI Settings
-   Topics
-   Views
- caveatrob
Sep 26, 2015
- I'd love to be able to turn off the contextual template switching. The part where UE detects the language based on file type. The template list "flickers," especially when I'm working in a mixed ASP/HTML file, for example. I almost exclusively use Project templates, but if I want to use a language t...Posted in Configuration/INI Settings
-   Topics
-   Views
- caveatrob
Sep 22, 2015
- Make sure settitlematchmode, regex is set at the top, and then use this: #IfWinActive,ahk_class Afx:00400000.* It does a partial match on the part of the UE class that doesn't change. I've got a much larger script that's kind of muddled, but I use the following method for the SendMessage constants: ...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- caveatrob
Oct 29, 2014
- Argh. I take it back. It's still doing it, and it seems limited to UltraEdit. I have it set to "Stick Scroll" in the Dell Alps settings. Basically it means if you hold down the middle button and move the stick up and down, it scrolls. Is there an alternative scrolling setting in UltraEdit? It seems ...Posted in UltraEdit General Discussion
-   Topics
-   Views
- caveatrob
Apr 10, 2012
- For a while now, only with my Alps scroll stick on my E6410 (Dell), I've had the scroll "hang" like it's buffering scrolls and playing them all in sequence until it's done. Process Explorer shows up to 20% CPU while hung in this scroll "playback." I finally went back to a default configuration and t...Posted in UltraEdit General Discussion
-   Topics
-   Views
- caveatrob
Apr 08, 2012
- Mine too. I have infinity of scripts. Ahk has a very lively irc channel #ahk on irc.freenode.com I use a lot of scripts also outside of UE, which is why I generally don't write UE macros. Plus ahk lets you make quick and dirty GUIs. Nudge nudge UltraEdit scripting engine person ;)Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- caveatrob
Feb 15, 2012
- In the File View, Project tab you can right-click the project name and choose "list files in project," which pops a search/listview for you to narrow down files. I don't like having to use the mouse, so I used that AHK script to map it to the keyboard. Were you implying such easy access was only ava...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- caveatrob
Feb 12, 2012
- Not sure if I just couldn't find a hotkey in the configuration or what, but I wanted to press Ctrl+L and see the searchable list of project files. In AutoHotkey ( https://www.autohotkey.com ): #IfWinActive, .*UltraEdit$ ^l:: { PostMessage, 0x111, 33195, 0, , A return } #IfWinActivePosted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- caveatrob
Feb 10, 2012
- Hi all, I've been frustrated for a long time by the inability to quickly re-order templates in the template list, and by the inability to go into the Te* files and make changes (they're some kind of binary mixed in with ASCII). In any case, I found a way to post to the template list and move templat...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- caveatrob
Feb 10, 2012
-   Topics
-   Views
- caveatrob
Aug 17, 2010
- Hi all, I need a script to extract the items matching a regexp entered from the keyboard into a new file with a carriage return between. I'd optionally like to pull out $1 from the match. Any ideas? This is what I have so far: // Is any file currently open? UltraEdit.perlReOn(); UltraEdit.activeDocu...Posted in Scripts
-   Topics
-   Views
- caveatrob
Sep 02, 2008