Hi ,
first eMail here , so first Thanks a lot for QtCreator is really gonna
make it so much more fun to code under linux.
at the company I work we are writing our UI in Qt but the low level libs
are in Standard C++ using Make and a lot of Boost .
I plan to use QtCreator as the IDE for all things C++ including the Core
stuff .
I created Project using the "Import of Makefile-based Project" template
and with a few tweak to the .config and .includes I was able to build
the project and get the output , auto completion etc working !! did
bring a gigantic smiles on my face :)
now to the part that I didn't managed to sort out so well .
1) Boost::shared_ptr
our low level libs are using Boost::shared_ptr around almost all our
object . and originally I though they were not supported . but trying to
build a small test for this eMail I notices that actually it was working
(an other massive smile in my face )
the original issue that I have noticed in some other place in our code is :
namespace core // our namespace for exemple
{
/// lift boost smart pointers into core namespace
using boost::shared_ptr;
}
then our pointer are declared
core::shared_ptr<object>
this doesn't look to be supported by the completion/parser .
I can work my way around for now I think but is would be a useful
addition and is maybe not much work :)
2) Plugins
we are a fairly large team of developers and if usage of QtCreator takes
off (like I hope) it might be worth for us to write couple of customs
plugins for QtCreator to integrate it better to our workflow , is there
plugins tutorial or one of the plugins that is easy to understand that I
should look at to see what is possible ?
3) Project Template
we have couple of project type we can build and it would be great if we
could make template that would show up in "create New Project UI" ? is
that possible , changing the code and re-building qtCreator wouldn't be
a problem ?
4) Syntax Highlight for Namespace ?
I am getting greedy I guess but it would be very usefull for us to
hightlight the Class coming from a certain Namespace into certain colors
. I can see that it is not possible at the moment but I would be
interested to see if its possible without too much work , could someone
point me in the general direction ( files , class I need to look at ?)
That is it for now ,
Thanks a Lot for this Great tools !
Damien
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator