When using a script to create a new file and trying to write something into it.
The UltraEdit just created the new file and nothing write into the newfile.
Testing environment: 18.20.0.1021 (Chinese) --script not work
English version --works well
- Code: Select all
UltraEdit.newfile();
UltraEdit.activeDocument.write("test");
Anyone know how to avoid this (if this is a bug) by using other method.

