TestRoots / watchdog

IntelliJ & Eclipse plugin for monitoring how Java applications are developed and tested
http://www.testroots.org
Other
18 stars 10 forks source link

Improvements to the WDView #253

Closed nspruit closed 8 years ago

nspruit commented 8 years ago

Fixes the issues described in #247 and #248 and adds the events that occur within 20s before the debugging session in the chart as well. The resulting WDViews:

Eclipse: new wdview eclipse

IntelliJ: new wdview ijtop new wdview ijbottom

Inventitech commented 8 years ago

Hm, now the Eclipse view looks very distorted and has no more scroll bars?

nspruit commented 8 years ago

Nope, scroll bars are only added if the content does not entirely fit on the screen. If you have the WDView maximized with a full-HD resolution, all content 'fits', so there are no scroll bars.

Inventitech commented 8 years ago

Do you find the look of the Eclipse View acceptable? :-) Is there anything we can do? Specify a certain aspect ratio for the graphs?

nspruit commented 8 years ago

No :-) I've tried something like this before without success, but I'll see if there is anything we can do

Inventitech commented 8 years ago

Highly appreciated!

nspruit commented 8 years ago

It took me a few hours, but I've finally found a way to avoid the distorted view in Eclipse. I've also changed the order of the debug view and the debug statistics as it looks better IMO.

The new eclipse view: eclipse1 eclipse2 eclipse3

Inventitech commented 8 years ago

3 line code change? :-) Awesome, looks really good now.

nspruit commented 8 years ago

Yes, after changing a lot of lines, only three lines do the trick :)