Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Small bug in code completion.
Small bug in code completion. [message #20946] |
Mon, 20 April 2009 16:14  |
phirox
Messages: 49 Registered: December 2007
|
Member |
|
|
If you use a template variable with multiple parameters as a function argument, it makes the code completion stop at the "," inside the <>.
You can try this with the following existing function:
void Escape(ArrayMap<String, EscValue>& globals, const char *function, Callback1<EscEscape&> escape)
This will break at "ArrayMap<String," then "EscValue>& global," then "const char *function" and finally "Callback1<EscEscape&> escape".
Tested with svn version 1062.
|
|
|
Goto Forum:
Current Time: Sun Aug 03 01:27:40 CEST 2025
Total time taken to generate the page: 0.06370 seconds
|