David Bernard
Posts: 109
Nickname: davidb31
Registered: Dec, 2007
|
|
Re: provide a RunnerJPanel
|
Posted: Jan 23, 2008 8:28 AM
|
|
> My observation was that people who make IDEs seem to tend to > make their own GUI stuff for test reports anyway.
May be because, they can't reuse existing (for eclipse mixing swing and swt, is ....)
> That > said, I'd like to support you however I can.
Thanks, like this I could provide a wrapper code to use ScalaTest GUI into jEdit, without the need to recreate GUI itself. Other advantages the plugin could be improved (bug fix, new feature in the GUI) simply by upgrading the jar without lot of code, I should write/copy instead.
> I suspect just changing JFrame to JPanel and dropping the About > dialog and menus would do the trick.
You could keep it.
> First thing I'll do > is get the subversion respository up on java.net. I'll try > and get that done today.
:) > Is the jEdit plug in for Scala available yet?
No. jEdit support syntax highlight for scala (provide with scala) Currently, I create a maven2 plugin for jEdit and use it + a macro to build and compile scala file/project in jEdit. I planned to release a plugin for scala, but I forgot, it seems I the only one to use jEdit for scala ;) . If I success to use jEdit+scala+scalaTest(+maven+specs) then I'll publish a plugin for other.
The plugin I wrote for jEdit was in Scala, it's very easy to use scala to write plugin for jEdit.
|
|