Bug 61131 - IfController and WhileController : Improve UX
Summary: IfController and WhileController : Improve UX
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.2
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-29 19:39 UTC by Philippe Mouawad
Modified: 2017-05-29 20:01 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2017-05-29 19:39:25 UTC
Condition is frequently rather complex and takes some place.
Under such conditions, the condition become very unreadable and you frequently end up copying it in an editor.

The idea is to use JSyntaxTextArea
Comment 1 Philippe Mouawad 2017-05-29 19:41:16 UTC
Author: pmouawad
Date: Mon May 29 19:40:57 2017
New Revision: 1796684

URL: http://svn.apache.org/viewvc?rev=1796684&view=rev
Log:
Bug 61131 - IfController and WhileController : Improve UX
Bugzilla Id: 61131

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/control/gui/IfControllerPanel.java
    jmeter/trunk/src/core/org/apache/jmeter/control/gui/WhileControllerGui.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2017-05-29 20:01:39 UTC
Author: pmouawad
Date: Mon May 29 19:59:37 2017
New Revision: 1796687

URL: http://svn.apache.org/viewvc?rev=1796687&view=rev
Log:
Bug 61131 - IfController and WhileController : Improve UX
Simplify code to avoid hack for headless mode
Bugzilla Id: 61131

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/control/gui/IfControllerPanel.java
    
Author: pmouawad
Date: Mon May 29 20:01:09 2017
New Revision: 1796688

URL: http://svn.apache.org/viewvc?rev=1796688&view=rev
Log:
Bug 61131 - IfController and WhileController : Improve UX
Simplify code to avoid hack for headless mode
Bugzilla Id: 61131

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/control/gui/WhileControllerGui.java
Comment 3 The ASF infrastructure team 2022-09-24 20:38:09 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4400