jscl.editor.Editor.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jscl Show documentation
Show all versions of jscl Show documentation
java symbolic computing library and mathematical editor
The newest version!
language=jscl
jscl.rendering=true
jscl.stylesheet=mmltxt.xsl
beanshell.rendering=true
beanshell.stylesheet=mmljava.xsl
beanshell.init=assert( boolean condition ) \n{\n if ( condition )\n print( "Test Passed..." );\n else {\n print(\n "Test FAILED: "\n +"Line: "+ this.namespace.getInvocationLine()\n +" : "+this.namespace.getInvocationText()\n +" : while evaluating file: "+getSourceFileInfo()\n );\n super.test_failed = true;\n }\n}