Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

convert "." to "->"

<< < (4/6) > >>

rhf:

--- Quote from: thomas on October 28, 2009, 12:37:17 pm ---Similar thing happens occasionally when changing a variable name in some function. After changing the name and hitting the "up" key 3-4 times (to get to the next line containing the name), you find yourself only scrolling through some flipping popup menu instead of moving the cursor. By the time you've stopped shouting and hitting your monitor with the keyboard, you have forgotten what you actually wanted to change.

--- End quote ---
Perhaps Thomas is a little harsh, but I definitely agree with the above complaint, which is very irritating. I would much prefer to have the Up/Down keys move the cursor up or down in the file - not in the popup menu. Perhaps a different key sequence could be used for scrolling the popup menu. (By the way, I know I can turn CC off, but I often find it useful.)

ollydbg:

--- Quote from: rhf on October 28, 2009, 03:25:15 pm ---
--- Quote from: thomas on October 28, 2009, 12:37:17 pm ---Similar thing happens occasionally when changing a variable name in some function. After changing the name and hitting the "up" key 3-4 times (to get to the next line containing the name), you find yourself only scrolling through some flipping popup menu instead of moving the cursor. By the time you've stopped shouting and hitting your monitor with the keyboard, you have forgotten what you actually wanted to change.

--- End quote ---
Perhaps Thomas is a little harsh, but I definitely agree with the above complaint, which is very irritating. I would much prefer to have the Up/Down keys move the cursor up or down in the file - not in the popup menu. Perhaps a different key sequence could be used for scrolling the popup menu. (By the way, I know I can turn CC off, but I often find it useful.)

--- End quote ---
Yes, sometimes, the codecompletion list windows was annoying, when I have finished enter the variable name, but they still exist there, I need to press "ESC" key to the suggestion list window closed. If not, arrow up and arrow down can only scroll the list, not the caret in the editor. :(



blueshake:
As I know, there is a way to add key sequence to cancle the suggestion window.Maybe we can use it.

Loaden:

--- Quote from: oBFusCATed on October 27, 2009, 01:23:06 pm ---100% make it configurable, so I can disable it  :lol:

--- End quote ---
If we support smart pointer fully, we need this feature.

oBFusCATed:
Loaden, why, can you show an example?


--- Code: ---struct some_class { int get(); }
smart_ptr<some_class> p(new some_class);

p->  <--- I want to get the list with some_class's members
p.    <--- I want to get the list with smart_ptr's members


--- End code ---
And p.get() is pretty valid and I don't want to be rewritten to p->get()!

Please don't make me fight my IDE and make this option configurable :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version