feat: 툴윈도우 기본 위치를 왼쪽 상단 그룹으로 변경 (#14)#15
Merged
Conversation
프로젝트 뷰와 같은 그룹에서 토글되도록 anchor=left, secondary=false로 변경. 문제를 볼 때는 프로젝트 뷰를 볼 일이 거의 없는 워크플로우에 맞춰 둘이 번갈아 전체 높이를 쓰게 함. 최초 설치 사용자에게만 적용되며 기존 사용자의 저장된 레이아웃은 그대로 유지됨.
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.
Fixes #14
변경
plugin.xml의 toolWindow 등록을anchor="right" secondary="true"→anchor="left" secondary="false"로 변경.이유
영향 범위
테스트
./gradlew verifyPluginProjectConfiguration통과