Lazy question - would it be possible to write a plugin in eclipse that
handles code completion?  more specifically, comment completion?  This is
the current sticking point with the idea plugin - the openapi doesn't expose
this...

re hands on - things like if you have code like this:

    class Foo
    {
      void bar()
      {
        foobar();|
      }
    }

( | = cursor)

then hit alt-enter, and enter again, idea will make this for you:

    class Foo
    {
      void bar()
      {
        foobar();
      }
      private void foobar()
      {
         |
      }
    }

making it very easy to just type away....

cheers
dim


----- Original Message -----
From: "Marius Kotsbak" <[EMAIL PROTECTED]>
To: "Xdoclet-list" <[EMAIL PROTECTED]>
Sent: Monday, November 11, 2002 8:28 AM
Subject: Re: [Xdoclet-user] Re: idea plugin


On s�n, 2002-11-10 at 21:35, Dmitri Colebatch wrote:
> No idea.... Having a look at eclipse is on my list (o:  But, the main
thins
> I like about idea are
>   1. its _excellent_ refactoring
I also heared that, but eclipse.org has also got many refactoring
features (renaming class, changing signature of method etc), and not at
least is it free (and opensource).

>   2. its 'hands on' approach (ie it helps you write code, rather than
trying
> to write it for you)
Don't know what you mean here, but is this like eclipse that help you
create for-loops, catch exceptions, fix syntax errors etc?

>   3. its interface.
I like the eclipse interface when I got used to it (the first hour of
configuring it could be hard, as some things are not so obvious).

>
> cheers
> dim
>
> ps - I too would like to hear from someone with significant experience
using
> both to give a fair comparison.
>
> ----- Original Message -----
> From: "Marius Kotsbak" <[EMAIL PROTECTED]>
> To: "Xdoclet-list" <[EMAIL PROTECTED]>
> Sent: Monday, November 11, 2002 3:09 AM
> Subject: Re: [Xdoclet-user] Re: idea plugin
>
>
> What is better with IDEA than eclipse.org?
>
> On s�n, 2002-11-10 at 16:08, Bernardinus wrote:
> > ----- Original Message -----
> > From: "Dmitri Colebatch" <[EMAIL PROTECTED]>
> > To: "Bernardinus" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Saturday, November 09, 2002 4:43 AM
> > Subject: Re: [Xdoclet-user] Re: idea plugin
> >
> >
> > > I think you will probably need struts.jar or webwork.jar in
> > > $IDEA_HOME/plugins/XDocletGUIPlugin/lib for the struts or webwork
tags -
> > you
> > > may notice that the ejb.jar from the samples is copied there to make
ejb
> > > tags work.
> > >
> > I did that, but nothing changed. Even the ejb tag is not shawn. Here is
> what
> > I get (idea build #665):
> >
> > available tags:
> > class level: - JavaBean
> >                    - castor mapping
> >                    - classic
> >                    - jdo
> >                    - jmx
> >                    - kodo
> >                    - lido
> >                    - msg
> >
> > protected mothod level:
> >                    - JavaBean
> >                    - castor mapping
> >                    - classic
> >                    - jdo
> >                    - kodo
> >                    - lido
> >                    - tjdo
> >
> > public method level:
> >                    - JavaBean
> >                    - castor mapping
> >                    - classic
> >                    - jmx
> >
> > I selected all available modules (xdoclet-xxx-modile.jar). Selecting
> > xdoclet, struts, webwork jar as well putting their respective jar into
> > $IDEA_HOME/plugins/XDocletGUIPlugin/lib didn't seem to work at all, no
> > options were shown on the xdoclet gui panel appart from the classic tag.
> >
> > As for the error msg, removing the plug in, and redeploying them seems
to
> > work out ok. mmmhhh weird.....
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Xdoclet-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to