https://bugs.kde.org/show_bug.cgi?id=432774

            Bug ID: 432774
           Summary: Kdevelop replaces "." with "->" when writing C
                    compound literals
           Product: kdevelop
           Version: 5.6.2
          Platform: Debian testing
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: All editors
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: bren...@quantumfurball.net
  Target Milestone: ---

Hi,

Create a new file.c with the following content:

--%<--
typedef struct myStruct {
int x;
} myStruct;

myStruct fn() {
}
-->%--

Now try to insert the line "return (myStruct) { .x = 0 };" inside fn(). As soon
as you type "." Kdevelop immediately turns it into "->". Now try to correct
that. The only way I've found that doesn't get immediately replaced again is to
paste a "." from the clipboard.

Best,
Brendon

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to