Hi Guys,
Back in UltraEdit 12, I had a Custom User Tool that compiled FTP files in a remote host after saving them. It consisted of call to the compiler through the external tool plink, with the "Save Active File" option in the UE Tool options dialog.
After updating to UE 15.20, the FTP save progress dialog became a non modal window and sometimes the compilation gets executed before the file is actually updated on the remote host. What I end up having is an outdated binary file or a compilation error.
Do you know any way for a Custom tool to wait for the save operation to finish?
Thanks in advance.
Back in UltraEdit 12, I had a Custom User Tool that compiled FTP files in a remote host after saving them. It consisted of call to the compiler through the external tool plink, with the "Save Active File" option in the UE Tool options dialog.
After updating to UE 15.20, the FTP save progress dialog became a non modal window and sometimes the compilation gets executed before the file is actually updated on the remote host. What I end up having is an outdated binary file or a compilation error.
Do you know any way for a Custom tool to wait for the save operation to finish?
Thanks in advance.