Community
Participate
Working Groups
Build Identifier: M20100211-1343 No space is put before opening a parenthesis when code completion is used (using C++, not tested for Java), though the user has made the necessary changes in code formating options. Reproducible: Always Steps to Reproduce: 1. Write a class containing a dummy method that takes no arguments. 2. Write some extra code in such way to call the dummy method. Try to use code completion on this method name. 3. You should notice that the method name is written and that it adds a set of parenthesis automatically. 4. Note that the parenthesis is not preceded by a white space as it was set in code formating options.
Java tooling issues goes to the Java tooling team.
he talks about C++
(In reply to comment #2) > he talks about C++ Damn, I only read the Java part not the C++. :(
*** This bug has been marked as a duplicate of bug 290706 ***