Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Action on open file
icon5.gif  Action on open file [message #846638] Mon, 16 April 2012 12:54 Go to next message
Fabien LastName is currently offline Fabien LastNameFriend
Messages: 5
Registered: April 2012
Location: Tours
Junior Member
Hi all,

I'm new in plug-in eclipse dev. I make my own toolchain for CDT without problem and i want add another functon for my plug-in.

I want an automatic parser (like C/C++ Indexer) for my C source file. At now, I launch my parser with a toolbar button but i want to now if it's possible to launch this parser when i open a file. I find some stuff on google but it doesn't work.

Have you an idea to do that ?

Thanks for your answers Smile

[Updated on: Thu, 19 April 2012 07:16]

Report message to a moderator

Re: Action on open file [message #870994 is a reply to message #846638] Thu, 10 May 2012 13:41 Go to previous messageGo to next message
Fabien LastName is currently offline Fabien LastNameFriend
Messages: 5
Registered: April 2012
Location: Tours
Junior Member
Nobody have the response ? o_O

Re: Action on open file [message #871168 is a reply to message #870994] Fri, 11 May 2012 08:55 Go to previous message
Martin Skorsky is currently offline Martin SkorskyFriend
Messages: 112
Registered: July 2009
Senior Member
eclipse.ini defines the action

--launcher.defaultAction
openFile

May be, there is a command in CDT to launch the parser.
Previous Topic:Delivering new version of plugin
Next Topic:Where to to get source code for Eclipse plugins
Goto Forum:
  


Current Time: Thu Apr 25 08:19:22 GMT 2024

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

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

Back to the top