You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2013/07/06 12:18:35 UTC

svn commit: r1500241 - /jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/textarea.properties

Author: sebb
Date: Sat Jul  6 10:18:35 2013
New Revision: 1500241

URL: http://svn.apache.org/r1500241
Log:
Sort entries

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/textarea.properties

Modified: jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/textarea.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/textarea.properties?rev=1500241&r1=1500240&r2=1500241&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/textarea.properties (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/textarea.properties Sat Jul  6 10:18:35 2013
@@ -17,40 +17,40 @@
 
 # Helper file for use with RSyntaxTextArea
 # Converts language name to the string needed by RSyntaxTextArea#setSyntaxEditingStyle(String)
-# N.B. must agree with org.fife.ui.rsyntaxtextarea.SyntaxConstants
+# N.B. values must agree with org.fife.ui.rsyntaxtextarea.SyntaxConstants
 
-javascript = text/javascript
-js = text/javascript
+applescript = text/plain
+beanbasic = text/java
+beanshell = text/java
+bml = text/xml
+bsh = text/unix
+ecmascript = text/actionscript
+edit = text/unix
+groovy = text/groovy
 jacl = text/tcl
-netrexx = text/plain
 java = text/java
 javaclass = text/java
-bml = text/xml
-vbscript = text/vb
-jscript = text/javascript
-perlscript = text/perl
-perl = text/perl
+javascript = text/javascript
+jexl = text/java
+jexl2 = text/java
 jpython = text/python
+js = text/javascript
+jscript = text/javascript
+judoscript = text/plain
 jython = text/python
+lisp = text/lisp
 lotusscript = text/vb
-xslt = text/mxml
-pnuts = text/java
-beanbasic = text/java
-beanshell = text/java
-bsh = text/unix
-ruby = text/ruby
-judoscript = text/plain
-groovy = text/groovy
+lua = text/lua
+netrexx = text/plain
 objectscript = text/javascript
+perl = text/perl
+perlscript = text/perl
+php = text/php
+pnuts = text/java
 prolog = text/plain
 rexx = text/plain
-applescript = text/plain
-ecmascript = text/actionscript
-jexl = text/java
-jexl2 = text/java
 rhino = text/javascript
-edit = text/unix
-lua = text/lua
-php = text/php
-lisp = text/lisp
-sql = text/sql
\ No newline at end of file
+ruby = text/ruby
+sql = text/sql
+vbscript = text/vb
+xslt = text/mxml