Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » question on tool development for the IDE
Re: question on tool development for the IDE [message #24170 is a reply to message #23899] Thu, 31 December 2009 09:44 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
raxvan wrote on Wed, 02 December 2009 13:00

Hello,

I'm new to U++ framework , so in order for me to complete at least the visualization there is some stuff i need to know:

1. Is there something in the framework that will help me parse preprocesor directives only?



Preprocessor directives in general: No.

Anyway, theide knows which file includes which other file - it has to because otherwise it could not resolve dependencies while building:

Vector<String> HdependGetDependencies(const String& path);

See uppsrc/ide/Core.h

Quote:


2. I don't know how to add my GraphCtrl into the Ide.



At this stage, you will have to develop it on your machine, then submit the code.

Actual code would be quite simple, just hijack theide menu routine and perhaps add some "Dependency graph" method to Ide class.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: String near match algorithm
Next Topic: Another Sql Report Generator (Use QTF format)
Goto Forum:
  


Current Time: Mon May 20 06:10:36 CEST 2024

Total time taken to generate the page: 0.00837 seconds