Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: mareq on January 02, 2007, 04:07:57 pm

Title: Enhancement: Complete code
Post by: mareq on January 02, 2007, 04:07:57 pm
I press ctrl-space and the list of possible code completions is shown.
I choose (using up/down keys) the desired item.
Then I have to press Enter and the desired item is placed to the edited document.

Enhancement:
It is not necessary to press Enter. The item should be chosen after I continue writing (without pressing Enter). The item will not be chosen only if I press ESC.

In today state only Enter will choose the item, and other activity cancels the code completion.
Desired state is negative: Only ESC will cancel the code completion, and other activity choose the item.

This enhancement would be helpful for faster code editing.
Again, taken from Visual Studio :)
Title: Re: Enhancement: Complete code
Post by: killerbot on January 02, 2007, 04:23:21 pm
could be a speed up, agreed. But remember we don't mimic VS 2005 ;-)
Title: Re: Enhancement: Complete code
Post by: mareq on January 02, 2007, 05:33:04 pm
I understand you don't mimic VS 2005.
But if some features are good, why not to implement them also in CB ;)

I have been using CB only for few days, and I like it.
I am trying to help with making it better :)