The ScalaMiniIDEPlugin-team is pleased to announce the ScalaMiniIDEPlugin-0.3 release!
This jEdit's plugin provides a mini/basic environment to code scala application :
o syntax color
o compilation with error reporting in the editor
o run Application,...
o run ScalaTest
o support for maven project and simple project
Links:
o dowload:
http://sourceforge.net/project/showfiles.php?group_id=65041o installation guide:
http://liftweb.net/index.php?title=SetUp_jEdito scm:
http://alchim.sourceforge.net/hg/ScalaMiniIDEPlugin/o bug/issue tracker:
http://sourceforge.net/tracker/?group_id=65041Changes in this version include:
New features:
o add interperter/handler for writing jEdit's macro in scala, so user could now create macro commande in scala
o add action to reset cache of fsc server
o add action to shutdown daemon of fsc server
o add action to re-run last main
o add action to re-run last ScalaTest
Fixed Bugs:
o package was truncated in the fullclass name for call to run (or run with ScalaTest)
o support of space in any path/arg of the command line
o fix bug in redisplay of maven messages (like from Test/surefire) in jEdit's console
Have fun!
-ScalaMiniIDEPlugin-team