You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing the VCS directory settings, the configuration is cloned between values. It looks like this is a shared object issue. It's particularly noticeable with the P4CONFIG setting, where the user entered data is changed across multiple other directory objects.
It looks like the dialog, when shown, need to flush the existing contents and replace them with new configuration values. It could also be that the generated objects that are passed to the configuration need to be copied.
The text was updated successfully, but these errors were encountered:
There's an underlying IDE bug that causes this problem. The current code makes a best effort to perform the correct action with the information given to it, but that's limited.
Bug #211 can only be partially fixed, due to a problem with the IDE (see the bug report for details).
There were some additional NPEs discovered that came with the refactoring of the configuration passing, and with infrequently encoutnered logging.
The connection view pane now has the root paths shown with the right path separator character on Windows.
When editing the VCS directory settings, the configuration is cloned between values. It looks like this is a shared object issue. It's particularly noticeable with the P4CONFIG setting, where the user entered data is changed across multiple other directory objects.
It looks like the dialog, when shown, need to flush the existing contents and replace them with new configuration values. It could also be that the generated objects that are passed to the configuration need to be copied.
The text was updated successfully, but these errors were encountered: