Philippe M

Results 22 comments of Philippe M

Hi , We would be very interested by this optimization on JMeter project as per our previous opened issues: - https://github.com/bobbylight/RSyntaxTextArea/issues/55 - https://github.com/bobbylight/RSyntaxTextArea/issues/41 We have currently opened bugs related to...

Hello @bobbylight , Any chance to have this one fixed ? This bug is really nasty for us (JMeter) as it frequently happens that JSON requests contains text without spaces,...

For recap the stacktrace shows this (maybe there is a workaround to avoid this and lose some feature instead) : "AWT-EventQueue-0" #20 prio=6 os_prio=31 tid=0x00007fa8ab2a8800 nid=0xf907 runnable [0x0000700002202000] java.lang.Thread.State: RUNNABLE...

Hi, I traced what is happening. When we call this piece of code: Document doc; try { doc = textArea.getDocument(); Element root = doc.getDefaultRootElement(); int lineCount = root.getElementCount(); if (lineCount>LOGGER_PANEL_MAX_LINES_COUNT)...

@joehni , don't bother about such comments, you project is great , thanks for all your work on it !

Hello @bulenkov , Thanks for your answer. We have already integrated it, if you want to mention it on your website, we'll be happy : - https://twitter.com/ApacheJMeter/status/925357635066572800 I am looking...

@ice1000, is this jar the same as the one in this repo or did you build it yourself with some differences ? Thanks

Did you try adding: ` --add-exports java.desktop/sun.awt=ALL-UNNAMED --add-exports java.desktop/sun.swing=ALL-UNNAMED `

Workaround: `--add-opens java.desktop/sun.awt=ALL-UNNAMED --add-opens java.desktop/javax.swing.text.html=ALL-UNNAMED --add-opens java.desktop/sun.swing=ALL-UNNAMED`

Hello @bulenkov , Your library is great and I am sure a lot of people like it. Is there any chance to have it published on Maven ? At JMeter...