- Posted by
- Thanks a lot. Is it possible to call from a js script the macro? The macro is called "Astyle", but the following script doesn't work. // Get the num of open documents. var num_of_docs = UltraEdit.document.length; // Enumerate through all open documents and add the header. var index; for (index = 0; ...Posted in Scripts
-   Topics
-   Views
- ric79
Apr 13, 2012
- Hi all! Here there is my macro. InsertMode ColumnModeOff HexOff TrimTrailingSpaces UltraEditReOn SelectAll Copy NewFile Paste SaveAs "C:\Temp\AStyle.tmp" CloseFile RunTool "FormattoreAstyleCMD" Open "C:\Temp\AStyle.tmp" SelectAll Copy CloseFile Paste This macro is used on an active opened file for c...Posted in Scripts
-   Topics
-   Views
- ric79
Apr 13, 2012