Hi,
On Tue, May 6, 2008 at 4:36 PM, Sebastian Menge
<seb...@un...> wrote:
> Hi
>
> I plan to make a change in the design:
>
> In VimConnection there is this one:
>
> //TODO simplify this long method?
> private void addListeners() { ...
>
> I propose to make a named class for each listener. This will be easier
> to read and extend.
>
Good idea.. and please take care about the names of the listener
classes. It is also good if we have a abstract base listener class.
All the
implemented listener class should implement compulsory methods for
example run() which takes the mesgs and processes.
> Any objections?
>
No
I have an issue with the current vimplugin. What I observed is, our
plugin response is very low. we should improve it at this point.
Otherwise, users will shift back to the eclipse editor. For now, I
dont have eclipse installed on my system.. I'll start my contribution
in a week :)
--
Thanks,
Nageshwar M.
|