Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Complete code (ctrl+space) adds () at the end completed text
oBFusCATed:
The CC (r6200 debugger branch), adds () randomly after the completed text.
Steps:
1. type variable name (var_a, for example)
2. press ctrl + c
3. choose a method in the list
4. press enter
5. sometimes (randomly) CC adds "()" at the end and most of this times the "()" string is unwanted (by me).
Requests:
1. Please make this feature optional
2. You can improve it to kick in only if the cursor is at the end of the line
=> it will not mess with people when they are modifying already written code (changing the name of a method, for example).
thynson:
Ctrl+space may switch language input method in Windows of some country, so I don't prefer this.
Maybe Alt+space or others, or as an option in Editor dialog.
blueshake:
actually it (the string "()" )is added if the item in the suggestion box is a function.
@oBFusCATed
from the your post ,it seems it don't work correctlly. :wink:
oBFusCATed:
Yes, it does add "()" for class names too, but it is pretty random
blueshake:
--- Quote ---Yes, it does add "()" for class names too, but it is pretty random
--- End quote ---
for the random.
can you give me some test codes,please?
Navigation
[0] Message Index
[#] Next page
Go to full version