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

Visual studio like tabs #116

Merged
merged 8 commits into from Feb 28, 2018
Merged

Conversation

jirkapok
Copy link
Contributor

This change enhances the UI by adding possibility to dock multiple queries side by side.

@tdanner
Copy link
Contributor

tdanner commented Feb 27, 2018

I pulled this code and built it locally. It looks nice, but it crashes (access violation) if I try to drag a tab out of the window or dock it to the side. Does that work correctly for you?

@jirkapok
Copy link
Contributor Author

jirkapok commented Feb 27, 2018

No, working on it, it crashes in the ScintillaNET WinProc method. Searching for workaround.
jacobslusser/ScintillaNET#85
Fixed

@tdanner tdanner requested a review from nothrow February 28, 2018 17:04
@tdanner
Copy link
Contributor

tdanner commented Feb 28, 2018

It works now! I'd like Vit to also take a look before I merge this.

@mrxinu
Copy link
Contributor

mrxinu commented Feb 28, 2018

This is a pretty sweet change.

bitmoji

@@ -121,6 +121,8 @@
<File Source="$(var.OutputDir)\SolarWinds.SDK.Swis.Contract.dll" />
<File Source="$(var.OutputDir)\SolarWinds.Logging.dll" />
<File Source="$(var.OutputDir)\Security.Cryptography.dll" />
<File Source="$(var.OutputDir)\WeifenLuo.WinFormsUI.Docking.dll" />
Copy link
Contributor

Choose a reason for hiding this comment

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

please, use same whitespace settings as for the rest of the file

@nothrow
Copy link
Contributor

nothrow commented Feb 28, 2018

Neat!

@nothrow nothrow merged commit a9699f7 into solarwinds:master Feb 28, 2018
@jirkapok jirkapok deleted the VisualStudio_Like_Tabs branch February 28, 2018 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants