[Qt-creator] Some text editor feedback
Alexander Saltykov
holy.cheater at gmail.com
Sun Nov 2 02:39:40 CET 2008
I used eclipse for some time. And I really miss some of small, but nice text
editor features:
- doxygen comments support.
- auto-completion for includes.
- When you hit "home" on the indented line for the first time, the cursor
moves to the beginning of text (i.e. skips tabs).
- multi-line comments like:
/*
* multi-line
* comment
*/
Other issues:
- Auto-completion for forms doesn't work unless you run the uic (i.e.
generate the ui_* file) and restart the app.
- Any plans for code-generating for signal handlers of the form elements?
- Code completion doesn't work in namespaces if declaring object without
namespace prefix. Example:
We have "SomeClass" class in the "NS" namespace. If we use it in other
methods inside a namespace, like this:
namespace NS {
// ...
// here goes the method part:
SomeClass obj;
obj.blabla //no code completion
// ...
}
if we declare it as "NS::SomeClass obj", code completion works.
Another case:
I have a private class implementation (including a class declaration, header
contains only forward-declaration) in cpp-file:
"d->" doesn't expand.
There is also no completion for own methods and properties in the private
class.
But overall: it is very nice and responsive IDE.
PS: Typing "." on the pointer object expands it to "->". Nice small feature
:)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20081102/535dda29/attachment.html
More information about the Qt-creator-old
mailing list