[Qt-creator] Some suggestions

Thorbjørn Lindeijer thorbjorn.lindeijer at nokia.com
Thu Nov 6 13:08:51 CET 2008


ext Federico Altolaguirre wrote:
> Hi, I have some suggestions.
> 
> in other IDEs when I write 'public:', 'private:', 'protected:' it is 
> aligned to the left. I hope qt-creator will do that :)

You're right, and actually in QtCreator source code we also don't indent 
those things, so you can be sure we'll fix the automatic indenter at 
some point. :)

The same goes with "namespace blah {", which also many people don't want 
to indent. Of course, it's hard to make everyone happy without extensive 
configurability.

> I've seen many posts talking about key bindings. I propose to have 
> customizable hotkeys, so if I wanted to press crtl + right click to ... 
> instead of pressing F2, I  could change it in the options.

We plan to add Ctrl + Click for navigating eventually, since it is 
indeed a nice way to browse code. I don't think our keyboard 
configuration would allow for keys to be configured in combination with 
the mouse, though. For example, with Ctrl + Click you want to jump to 
the symbol where your mouse is, not to the symbol under your cursor. So 
assigning that to "Jump to symbol under cursor" wouldn't really help you 
anyway.

> have you thinked on including refactoring and auto-code generation?
> I mean, the only thing I like from NetBeans is the 'insert code' option. 
> I think it's great when you are creating a class that you can tell the 
> ide to generate code for getters, setters and others.

Yes, we definitely want to do stuff like that.

Regards,
Bjørn

-- 
Thorbjørn Lindeijer
Software Engineer
Nokia, Qt Software



More information about the Qt-creator-old mailing list