User forums > Using Code::Blocks

usability issue - code completion

(1/2) > >>

MK0151:
Hey guys,

first of all i realy like the code::blocks ide
but there is an annoying usability issue on the code completion

if you are typing something like "this->set" the result is maybe something like that:

getPara1()
getPara2()
getPara3()
getPara4()
getPara5()
setPara1()

you get 5 unwanted functions / vars and only the last (and the following) is interesting.

Regards
MK0151

MortenMacFly:

--- Quote from: MK0151 on January 12, 2013, 06:19:20 pm ---you get 5 unwanted functions / vars and only the last (and the following) is interesting.

--- End quote ---
And how would you depict whats unwanted? Maybe another user want to actually use the first, second or...?!

MK0151:
yeah but than have you typed it or?

MK0151:
result now:

i typ "this->set"

getPara1()  <-unwanted
getPara2()  <-unwanted
getPara3()  <-unwanted
getPara4()  <-unwanted
getPara5()  <-unwanted
setPara1()  <-wanted

better result:

setPara1()  <-wanted
setPara2()  <-wanted
setPara3()  <-wanted
setPara4()  <-wanted
setPara5()  <-wanted
setPara6()  <-wanted


oBFusCATed:
Can you provide simple self-contained example, which can be used to reproduce the issue?

Navigation

[0] Message Index

[#] Next page

Go to full version