Bug 444658 - Code style whitespace settings ignored by auto completion.
Summary: Code style whitespace settings ignored by auto completion.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: Next   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-20 01:11 EDT by Iulian Popa CLA
Modified: 2020-09-04 15:22 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iulian Popa CLA 2014-09-20 01:11:43 EDT

    
Comment 1 Iulian Popa CLA 2014-09-20 01:19:43 EDT
In this particular case... if one wants to use a space after a function name like in 'myCPPString.length ()' it won't work correctly.

If the user triggers autocompletion after 'myCPPString.' and chosses 'length' from the menu it automatically adds the paranthesis pair ().