Quote:The program currently only decrypts files via the import. Else it works entirely in unencrypted .txt format. What you did was save unencrypted text into a .dat file and then tried to decrypt that unencrytped file (you can do the same with a normal data changer: rename any .txt file to .dat and open that with it).
So I can use txt files instead of *.dat? Or files don't have to be decrypted after importing?
Quote:In turn every updated line has two undo steps, which is rather awkward. If anyone can find out how to modify the undo stack of the fast text box or replace a line in one step that'd help.
I will think about it.
You have infinite undo moves? Maybe it would be easier to just assign menu tool strip for undo to run double time the undo function?
like:
Code:
If (focus_set_to viewer mode_
{
undo()
undo()
}
Else{
undo()
}