News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

how to get project name?

Started by Artur Mikolajczyk, November 13, 2005, 03:30:10 PM

Previous topic - Next topic

Artur Mikolajczyk

hello, i try to write simply backup plugin, which will copy all project files to directory (or send to mail or server- in future). and i need to get project name, how to do this ?

thanks for any help. :D

Michael

Hello,

May be you can have a look at the Code::Blocks Development SDK (e.g., projectmanager.h).

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

thomas

If it is really the project's name that you want:

Manager::Get()->GetProjectManager()->GetActiveProject()->GetTitle()
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Artur Mikolajczyk

that was really platitude  :oops: