After some time (weeks), the application opens directly in Minimized mode and cannot be maximized again.
The only way to solve this issue is to re-install.
anybody any other workaround ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You might try making a copy of config.xml when Notepad++ is working, and compare the known-good copy with the current config.xml file when it goes bad. Maybe the AppPosition attribute is getting messed up via isMaximized being set to a wrong value, or the window position and/or size is set to invalid values. --Joel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After some time (weeks), the application opens directly in Minimized mode and cannot be maximized again.
The only way to solve this issue is to re-install.
anybody any other workaround ?
I had the same problem -- i delete the /Documents and Settings/username/ApplicationData/Notepad++ folder -- then it worked again
You might try making a copy of config.xml when Notepad++ is working, and compare the known-good copy with the current config.xml file when it goes bad. Maybe the AppPosition attribute is getting messed up via isMaximized being set to a wrong value, or the window position and/or size is set to invalid values. --Joel