I can reproduce that behavior with UltraEdit 28.20.0.
44 only under following conditions:
- There are checked the options Reload files previously open on startup and to saved files at Advanced - Settings or Configuration - File handling - Session options.
- A file like C:\Temp\Test.txt is opened in running UltraEdit and its document window is minimized.
- UltraEdit is exited with still opened and minimized file C:\Temp\Test.txt.
- In Windows File Explorer is made a right click on the file C:\Temp\Test.txt and a left click on context menu item UltraEdit.
- UltraEdit is started and opens first the files previously opened on last exit and next detects that the file C:\Temp\Test.txt should be also opened although being already opened with a minimized document window.
There is nothing changed on window mode of the document window of the already opened file. It is kept minimized.
The simple solution is closing the file
C:\Temp\Test.txt or restoring its document window before exit.
Well, there could be also other use cases as well depending on UltraEdit configuration. But I would need your configuration to find out what is causing this behavior on your machine.
My suggestions without getting your configuration:
- Close the project/workspace if a project/workspace is currently opened. close all files, open Advanced - Settings or Configuration - Toolbars / menus - Miscellaneous, click on button Clear history to clear really all histories, close configuration and exit UltraEdit. Then open the file via context menu item UltraEdit and see if the behavior changed to normal. Yes, problem solved with clearing all histories.
- While no instance of UltraEdit is running rename in folder %APPDATA%\IDMComp\UltraEdit\volatile the file ue.vod for example to ue_bak.vod containing volatile data (most histories and all window settings). Then open the file via context menu item UltraEdit and see if the behavior changed to normal after UltraEdit started and opened the file. Yes, problem solved with deletion of ue_bak.vod and redefinition of the sizes and positions of the windows. Otherwise exit UltraEdit, delete newly created ue.vod and rename back ue_bak.vod to ue.vod to restore your histories and window settings.
- While no instance of UltraEdit is running rename in folder %APPDATA%\IDMComp\UltraEdit the file ue.ini for example to ue_bak.ini containing the configuration data, the scripts list, the user tools configuration, etc. Then open the file via context menu item UltraEdit and see if the behavior changed to normal. after UltraEdit started and opened the file Yes, then there is a configuration setting responsible as the behavior does not exist with the default settings. Exit UltraEdit, delete newly created ue.ini and rename ue_bak.ini back to ue.ini to restore your configuration.
I would need your configuration as stored in
ue.ini or even better the file created on using
Backup/restore user customizations in UltraEdit with checking a check mark at
Volatile data and
Others with exception of the files storing FTP account data to further analyze what could be the reason for this file display behavior on your machine with your window and configuration settings.