[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Eclispe vs IDEA (WAS Re: Hide deprecation warnings ?)
|
"Vincent Massol" <vmassol@xxxxxxxx> wrote in message
news:9lja92$b6u$2@xxxxxxxxxxxxxxxx
>
> "Simon Arsenault" <simon_arsenault@xxxxxxx> wrote in message
> news:9lh47j$j3q$1@xxxxxxxxxxxxxxxx
> >
> > "Vincent Massol" <vmassol@xxxxxxxx> wrote in message
> > news:9lgtru$gk4$1@xxxxxxxxxxxxxxxx
> > > "Carolyn MacLeod" <Carolyn_MacLeod@xxxxxxx> wrote in message
> > > news:9lgtav$gid$1@xxxxxxxxxxxxxxxx
> > > > Hi Vincent.
> > > > Eclipse does have Java syntax coloring and autocompletion. Type
> > ctrl-space
> > > > for a list of autocompletion choices.
> > >
> > > yes, but just for java, not for JSPs or for XML. IDEA also has code
> > > completion for JSPs. And I don't know why but even the java ones do
not
> > look
> > > as good as the IDEA's (it is probably the default colors, fonts, ...).
> >
> > <<snip>>
> >
> > You're probably running the Eclipse SDK. If so, there are no plugins (in
> the
> > SDK) that provide editors for JSP, HTML, and XML.
>
> ok, I understand. Is there a roadmap somwhere that explains what will be
> part of Eclipse SDK and what will not ? Are you saying that there will be
no
> XML editor in the Eclispe SDK in the future and I will have to buy the
> Workbench for that ?
>
The best place to look for some of this information is at the Eclipse corner
web site (www.eclipsecorner.org). Look at the web page
(http://www.eclipsecorner.org/projects/platform/index.html).
The JDE and PDE are plugins that are shipped with the SDK. Will there be
other plugins included in the SDK in the future? ...I can't answer that.
Currently, if you need an XML editor, you would need to get one from a
plugin provider. Actually, there is one XML editor in the SDK - the PDE
provides one to edit the plugin.xml file.
> >
> > Some (all?) of these editors will be provided by WebSphere Studio
> Workbench
> > plugins (it is build using Eclipse). Also, other plugin developers may
> > provide editors for these file types too - that is, there could be more
> than
> > just one java file editor for Eclipse.
>
> yes, that's nice to be able to extend Eclispe .... however, as an end user
> it's nice to have some readily available ...
Agreed... Take a look at the WebSphere Studio Workbench. It's a "packaged
product" (eclipse platform plus all sorts of plugins) do to web application
development.
Simon :-)