embedding Processing in SWT (Eclipse RCP), otherwise I'd need a text editor component/engine
in
Integration and Hardware
•
2 years ago
Are there any multi-line text input components known for Processing, possibly with syntax highlighting?
I'd love to create an application with multiple code editors in Processing, but I don't want to write a text editor engine from scratch. Actually I'm working on another approach with the Processing sketch in a Swing GUI. It's for a hobby project and I went even one step further. If a sketch can be embedded into Swing, then how about SWT and a full-blown Eclipse-based framework with ready-made code editors and OSGi architecture. ;)
So far I'm stuck with simply instantiating and initializing the sketch from within a Eclipse client: Threading errors -.-
I have also asked at the Coderanch.
If here are some Eclipse-Plugin/SWT experts, I'd love to hear if there are any experiences with applet containers.
Still, an integration into Processing wouldn't hurt too. ;-)
Thanks a lot, Felix
I'd love to create an application with multiple code editors in Processing, but I don't want to write a text editor engine from scratch. Actually I'm working on another approach with the Processing sketch in a Swing GUI. It's for a hobby project and I went even one step further. If a sketch can be embedded into Swing, then how about SWT and a full-blown Eclipse-based framework with ready-made code editors and OSGi architecture. ;)
So far I'm stuck with simply instantiating and initializing the sketch from within a Eclipse client: Threading errors -.-
I have also asked at the Coderanch.
If here are some Eclipse-Plugin/SWT experts, I'd love to hear if there are any experiences with applet containers.
Still, an integration into Processing wouldn't hurt too. ;-)
Thanks a lot, Felix
1