mbien commented on issue #6588:
URL: https://github.com/apache/netbeans/issues/6588#issuecomment-2060155373
ran a few experiments:
letting NB auto import `config/Windows2Local/.*` (or a subset of it) would
break things since NB would try to deserialize UI components before the right
clusters are active, this will open the tabs but the state is inconsistent (it
will also throw exceptions).
what seems to work a bit better is:
- let NB import the settings and close NB again
- copy `Windows2Local`
- start NB a second time
since this makes sure that the right clusters are active before the
deserialization begins.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists