12.12.2012, 14:23, "Jeandet alexis" <[email protected]>: > Hello, > > I would like to write a Qt-creator plugin for flashing some > microcontrollers(such as CortexM family or Leon3) because I also use > Qt-creator as standalone IDE without Qt library. I've read this good > introduction > http://www.vcreatelogic.com/downloads/files/Writing-Qt-Creator-Plugins.pdf > and I'm able to run a simple plugin. > But in my case I would like to access pro/pri files from my plugin, I've > looked inside Qt-creator source and specially inside Qt4ProjectManager > plugin, I've found some informations in Qt4ProFileNode class and > Qt4Project::update*Model.
It would be great if your plugin was NOT bound to Qt4ProjectManager by design. This may require adding new APIs to ProjectExplorer, depending on data you'd like to access. -- Regards, Konstantin _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
