Closed
Conversation
Unlike IntelliJ, the project view is not shown by default on startup. The commit tool window remains the default view. Closes DetachHead#129 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add secondary="true" to Project tool window so it appears below git-related tool windows in the left sidebar - Comment out ScopeViewPane registration (not needed for a git-focused IDE) - Comment out PackageViewPane registration (Java-specific, not needed) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- make Project default to split section in new UI layout so it stays below primary Git windows - migrate existing new UI layouts to keep Project in split section - skip startup auto-activation when Project tool window is marked doNotActivateOnStart - add regression tests for layout migration and startup activation guard Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Disable 'ide.open.project.view.on.startup' registry key by default instead of adding new gating logic in IdeProjectFrameAllocator. - Revert the saved-layout migration in ToolWindowDefaultLayoutManager; rely on the new default layout (isSplit=true) only. - Drop the IdeProjectFrameAllocatorTest (tautological tests; also caused CI failure since intellij.platform.ide.impl has no JUnit dep). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…at plugin is disabled in rebased anyway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI test run before merging to upstream (DetachHead#146)