- Posted by
- Adding another "me too" to this request. I'd love to be able to specify a monospaced font, as I have a number of tools that output data in columns. Sent the request and got an acknowledgment. Hopefully this ups the priority of the request.Posted in Editor Display
-   Topics
-   Views
- dblume
Jun 01, 2009
- Version 14.10.0.1018 Didn't help this situation. GetClipboardText() needs to be replaced with UltraEdit.clipboardContent or the ability to enumerate the line items in UltraEdit.outputWindow. (The documentation says that it is a JavaScript array.) The flashing that GetClipboardText() causes is annoyi...Posted in Scripts
-   Topics
-   Views
- dblume
Jul 15, 2008
- You know that you can setup to capture the output of a user tool to an edit window instead of the output window in the tool configuration? Yep. It's safe to assume I knew that, since I had to change the default to even get it to go to the output window. :) In my case, it's appropriate for the tool'...Posted in Scripts
-   Topics
-   Views
- dblume
Jun 19, 2008
- Yea! This function made my desired script possible! Thank you so much. FWIW, The documentation says that outputWindow is an array object. So instead of using GetClipboardText like I had to do: UltraEdit.runTool("MyToolWhichOutputsToTheOutputWindow"); // Find unused clipboard, then... UltraEdit.outpu...Posted in Scripts
-   Topics
-   Views
- dblume
Jun 18, 2008