[Qt-creator] Some feedback
Thorbjørn Lindeijer
thorbjorn.lindeijer at nokia.com
Fri Nov 14 11:01:28 CET 2008
ext Wojtek Piszczek wrote:
>> - The C++ editor
>> - Words completiton would be nice too (see KDE's Kate editor
>> plugin): You type the 3 first letters of a word already present in the
>> current file and a completion popup appears. This is cool when writing
>> doxygen doc: You type a class or method name and you get the completition.
>>
> Having variable names case autocorrection would be useful as well -
> first use of particular variable (declaration) is taken as template for
> every occurence in block of code (just like in MS VBA editor) - such
> mistakes are often source of compile errors.
When would you suggest such correction be performed? Currently, if you
would use the auto completion, you would get this feature.
The three letter word completion sounds like a nice feature, but I
wonder how well it combines with the code completion (which is not
supposed to give you options that don't exist in the context). Maybe we
could only use that in areas where code completion doesn't make sense,
like in strings and comments.
Regards,
Bjørn
--
Thorbjørn Lindeijer
Software Engineer
Nokia, Qt Software
More information about the Qt-creator-old
mailing list