Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » developing an IDE
developing an IDE [message #328379] Fri, 23 May 2008 14:52 Go to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Hi

could you please suggest some documentation concerning building an IDE
with eclipse? I've just experimented with highlighting and content
assist, but I'm missing all the parsing stuff (the xml editor provided
by the eclipse wizard does not even provide content assist)... I'm
reading the IBM tutorial "create a commercial-quality eclipse IDE", but
it does not provide a complete plugin to experiment with (although it
provides nice code snippets).

thanks in advance
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: developing an IDE [message #328429 is a reply to message #328379] Sat, 24 May 2008 12:31 Go to previous message
Wayne Beaton is currently offline Wayne BeatonFriend
Messages: 554
Registered: December 2017
Senior Member
Take a look at the DLTK project (which is concerned with dynamic
language):

http://www.eclipse.org/dltk

There's no support specifically for parsing (you'll have to use
something like ANTLR for that), but it does provide a lot of the
language-specific stuff for you.

FWIW, the Eclipse IDE does contain a complete plug-in to experiment
with. We call it, the JDT (Java development tools). Or, you could
install the CDT, PDT, or DLTK support for some Ruby, TCL, or
JavaScript.

Wayne

On Fri, 2008-05-23 at 16:52 +0200, Lorenzo Bettini wrote:
> Hi
>
> could you please suggest some documentation concerning building an IDE
> with eclipse? I've just experimented with highlighting and content
> assist, but I'm missing all the parsing stuff (the xml editor provided
> by the eclipse wizard does not even provide content assist)... I'm
> reading the IBM tutorial "create a commercial-quality eclipse IDE", but
> it does not provide a complete plugin to experiment with (although it
> provides nice code snippets).
>
> thanks in advance
> Lorenzo
>
Previous Topic:Is IObservableValue sharable
Next Topic:question about template (createActions, formatting)
Goto Forum:
  


Current Time: Thu Jul 18 03:42:29 GMT 2024

Powered by FUDForum. Page generated in 0.03697 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top