Hi all!
Here there is my macro.
This macro is used on an active opened file for calling the C-beautifier. Now I would like to extend it for beautifying ALL OPENED files in Ultraedit.
Could someone help me?
Thanks
Riccardo
Here there is my macro.
Code: Select all
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
Could someone help me?
Thanks
Riccardo