I'm confused about what you have done and how you worked up to now.
UltraEdit can remember the workspace of the user in two different files:
- In uedit32.ini with no project/workspace currently open on exit of UltraEdit.
- In project.pui on close of a project/workspace which of course occurs also on exit of UltraEdit with project/workspace currently open.
At
Advanced - Configuration - File Handling Load there are 2 reload settings:
- Reload files previously open on startup
- Reload FTP files when reloading a project or last open files
The first setting controls if information about open files on exit is stored at all in uedit32.ini and those files are reloaded on next start.
The second setting controls if files loaded via FTP should be automatically also reloaded on startup or opening a project by connecting to server and download the files again.
There are two more settings regarding reloading files on startup of UltraEdit or opening a project:
- Open from Explorer also loads file list at File Handling - Advanced
- Close all files when opening or switching projects at File Handling - Miscellaneous
On exit of UltraEdit with currently a project/workspace open, the list of open files in uedit32.ini is ignored and instead the project/workspace is opened automatically on next start of UltraEdit with loading the workspace information with list of open files from project.pui.
If you create a new project/workspace and do not have any file opened on close of project or exit of UltraEdit with a project/workspace currently opened, the project.pui file is updated by clearing the current information. So on next opening of the project (manually or automatically on startup), you get again a workspace with no file opened as on close of the project.
The FTP account settings are independent on usage of projects. The FTP account settings are stored either in uedit32.ini (default), or in the file specified at
Advanced - Configuration - FTP on using
Store FTP accounts and settings in user selected file, or in
%APPDATA%\IDMComp\Common\FTP Accounts\IdmFTPAccounts.txt if setting
Share FTP Accounts is enabled also at
Advanced - Configuration - FTP if the FTP account settings should be shared with either applications of IDM Computer Solutions, Inc. like UltraCompare Professional.
The FTP account settings should not get lost just because of creating a new project. Open
File - FTP/Telnet - FTP Account Manager and you should see all FTP servers configured.
What you may have lost with creating a new project/workspace, open no file and exit UltraEdit are the information about opened files as there were no files opened on exit. Therefore UltraEdit stored in uedit32.ini just the name of the project file to reload this project on next startup.
You cannot get back the last saved list of files opened on last exit before making the exit with a project/workspace currently loaded with UltraEdit. The list of opened files on exit of UltraEdit with no project/workspace loaded is still present in uedit32.ini, but with closing the project/workspace, all open files are closed and UltraEdit does not automatically load now the workspace data in uedit32.ini. So after closing a project you always get an UltraEdit workspace with no file opened. Exiting now UltraEdit results in clearing the workspace information in uedit32.ini. And on next start of UltraEdit no file is opened automatically as no file was opened on last exit.
If the workspace data in uedit32.ini is still present because last exit was done with project/workspace opened, it would be possible to get those workspace data back by opening
%APPDATA%\IDMComp\UltraEdit\uedit32.ini while UltraEdit is not running with Notepad, search for line starting with
LastProject=, delete the project file name after the equal sign, save the file, exit Notepad and start UltraEdit. The workspace data in uedit32.ini is loaded instead of the project workspace.
BTW: There are in menu
Advanced the menu items
Import Settings,
Export Settings and
Backup/Restore Customizations. Read more about those menu items in help of UltraEdit. When experimenting with settings it is advisable to use those features to create backups in case of something goes wrong and be able to restore the settings. Of course it is also possible to create backups of directory
%APPDATA%\IDMComp\UltraEdit while UltraEdit is not running as this directory usually (not on my computer) contains all user configuration files.