- Posted by
- Mofi, thanks so much for your updated version! I finally had a chance to play with it a bit, and it seems to work as expected. I am going to take the time to review and understand your other changes, too...they're very helpful to improving my scripting in the future.Posted in Scripts
-   Topics
-   Views
- scottmlew
May 28, 2020
- Wow, thanks for the detailed feedback and improved script -- that was very kind of you! That was my first attempt at Javascript. I am surprised it allowed some of those mistakes...several of those errors are things I"m used to have a compiler/interpreter catch. I would love to have a script that rec...Posted in Scripts
-   Topics
-   Views
- scottmlew
May 23, 2020
- I cobbled together this script that seems to do what I want. Any comments regarding how to improve it are welcomed! // basic framework code is from https://www.ultraedit.com/resources/scripts/jsDeminifyReformat.js var bColumnMode = false; if (typeof(UltraEdit.columnMode) == "boolean") bColumnMode = ...Posted in Scripts
-   Topics
-   Views
- scottmlew
May 16, 2020
- Mofi, thanks for much for your help and insight. I must not understand now the wrap feature you mentioned works. I have it configured to "Wrap after column #, insert CR/LF", but when I type a line and hit my wrap column #, nothing happens. ETA: I got the wrap feature to work, I needed to check the "...Posted in Scripts
-   Topics
-   Views
- scottmlew
May 16, 2020
- It seems UE must be able to do this natively, without a script, but I don't see how.... I want to be able to write a comment (say, in Python) and have UE automatically format it to some fixed width, prefixing each line with #. And ideally, I then want to edit the comment and have it automatically re...Posted in Scripts
-   Topics
-   Views
- scottmlew
May 13, 2020