On 2012-05-05 13:46:21, Vito Cutten wrote:
> Flash builder supports everything you mentioned. Are there any starter steps to creating a new eclim plugin? I wouldn't mind poking around and trying my hand at one
I don't yet have the steps for creating a new plugin documented. I
have a small developers guide[1] and a couple architecture diagrams[2]
but so for that's it.
I do have an ant task ($ ant plugin.create) which uses a template to
create all the boilerplate files necessary. Creating commands in eclim
is pretty straight forward (plenty of examples in the existing code
base), but what you'll find difficult is tracking down the right api
calls into Flash Builder that you'll need to expose its
functionality. If they don't provide the source code that will make
matters much more difficult.
If you decide to give it a shot, let me know when you run into issues
and I'll try my best to point you in the right direction.
[1]
http://eclim.org/guides/development.html
[2]
http://eclim.org/development/architecture.html#development-architecture
> Vito Cutten from mobile device
--
eric