Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Learn by doing
Learn by doing [message #652583] Fri, 04 February 2011 15:30 Go to next message
Eclipse UserFriend
Originally posted by: ciccio.ciccio.it

Hi,

I want to learn plugin development and, in order to make learning
interesting, I'd like to create a plugin that works like "Externalize
strings..." function, but for web pages.

The first step would be a plugin that scans an existing project in order to
make a list of files of interest (i.e. something that, when run, says "Scan
for ..." and a drop down box with extension choice (.html for example),
builds a list of them and saves somewhere.

My first question is: which kind of template should I start from?

Plugin with a property page? Plugin with a multi-page editor??

Other suggestions?

Thanks

Francesco
Re: Learn by doing [message #652873 is a reply to message #652583] Mon, 07 February 2011 12:34 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Try the one with Hello World Command ... that will allow you to execute
"something".

Then start filling in the body of your handler execute(*). It's also
worth-while to look at how Externalize Strings... itself finds relevant
files.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:Customizing the existing eclipse lug-in
Next Topic:Unable to resolve import statements during headless build
Goto Forum:
  


Current Time: Thu Apr 25 07:07:27 GMT 2024

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

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

Back to the top