Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removed unnecessary JTabbedPane #372

Merged
merged 3 commits into from
Nov 11, 2022

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented Nov 9, 2022

Use IntelliJ's tool window feature to show the 3 panels (results, logging and console) as 'content' of the Infinitest tool window instead of using a JTabbedPane. This saves a lot of screen space and provides a more consistent UX

Before:
image

After:
image

Use IntelliJ's tool window feature to show the 3 panels (results,
logging and console) as 'content' of the Infinitest tool window instead
of using a JTabbedPane. This saves a lot of screen space and provides a
more consistent UX
@gtoison gtoison added the comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) label Nov 9, 2022
Copy link
Contributor

@szpak szpak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely looks much better.

@gtoison gtoison merged commit 8564cd9 into master Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants