Hi!
Using UltraEdit (v18.20) JavaScript scripting (very nice feature) and launching my script on a file directory content so on several hundreds files, I want to run my script silently i.e. without opening a new UltraEdit thumb nailed window for each file.
Today, for each file, I open the file so a new associated window opens, the script works on the content of the file (E.g. re-indent of it), so I save and close the modified file.
I'll hope a method like "UltraEdit.activeDocument.close(Force/Normal/...)" but I hadn't found it, is it exist? Today, if my directory contents 150 files, at the end of the script execution, I'll obtain 150 windows in UltraEdit env!!!
Or better, a feature (toggle?) witch allows the script to run silently i.e. without creating any window or swap/activation between several windows, a possible evolution of UltraEdit ? (it exists in JS under MS Excel and it is useful and clearly less horsepower and time consuming).
Regards
Goulou910
Using UltraEdit (v18.20) JavaScript scripting (very nice feature) and launching my script on a file directory content so on several hundreds files, I want to run my script silently i.e. without opening a new UltraEdit thumb nailed window for each file.
Today, for each file, I open the file so a new associated window opens, the script works on the content of the file (E.g. re-indent of it), so I save and close the modified file.
I'll hope a method like "UltraEdit.activeDocument.close(Force/Normal/...)" but I hadn't found it, is it exist? Today, if my directory contents 150 files, at the end of the script execution, I'll obtain 150 windows in UltraEdit env!!!
Or better, a feature (toggle?) witch allows the script to run silently i.e. without creating any window or swap/activation between several windows, a possible evolution of UltraEdit ? (it exists in JS under MS Excel and it is useful and clearly less horsepower and time consuming).
Regards
Goulou910