You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Philippe Mouawad <p....@ubik-ingenierie.com> on 2020/03/28 20:12:36 UTC

Darklaf Intellij: when element is disabled its label is not readable Inbox x

Hello,
I have started playing with last work on LAF and GUI.

It's really nice, beautiful, clean , it's a big improvement for JMeter
design, thanks for your works Vladimir and Jannis.

For now I just notice the following problem.
On Macosx, using Laf Darklaf/ IntelliJ, I used Recording Template.
It creates a disabled HTTP(S) Test Script Recorder, when you select it or
the View Results Tree under it the selected element name is unreadable.

Regards

Re: Darklaf Intellij: when element is disabled its label is not readable Inbox x

Posted by Vladimir Sitnikov <si...@gmail.com>.
Philippe>It's really nice, beautiful, clean , it's a big improvement for
JMeter
Philippe>design, thanks for your works Vladimir and Jannis.

Thanks!

Philippe>when you select it or
Philippe>the View Results Tree under it the selected element name is
unreadable.

In my experience, Darklaf has quite a number of demo classes, and it is
often possible to create an isolated example.
For example, I've filed this case as
https://github.com/weisJ/darklaf/issues/123

Even though Jannis is extremely fast at UI, you might try selecting colors
on your own.
If you clone JMeter and Darklaf repositories side by side, then you would
be able to launch JMeter as
./gradlew runGui -PlocalDarklaf
It would build Darklaf from sources, so you could make changes to Darklaf
and see how it works with JMeter.

Here's the list of colors: https://weisj.github.io/darklaf/

Vladimir