When a JSyntaxTextArea contains a text which content is long enough to have a scrollbar, there is a really annoying behaviour that occurs, the text component is scrolled at bottom of content. Most of the time you scroll up to top to see the content start. So I think this should be changed.
Date: Mon Aug 19 21:03:44 2013 New Revision: 1515603 URL: http://svn.apache.org/r1515603 Log: Bug 55451 - Test Element GUI with JSyntaxTextArea scroll down when text content is long enough to add a Scrollbar Bugzilla Id: 55451 Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/BeanShellAssertionGui.java jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/TextAreaEditor.java jmeter/trunk/src/protocol/java/org/apache/jmeter/protocol/java/control/gui/BeanShellSamplerGui.java jmeter/trunk/src/protocol/tcp/org/apache/jmeter/protocol/tcp/config/gui/TCPConfigGui.java jmeter/trunk/xdocs/changes.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3200