Bug 83536

Summary: functions with ellipsis argument: no folding markers
Product: [Applications] kate Reporter: Daniel Franke <franke.daniel>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 2.2.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel Franke 2004-06-17 14:11:59 UTC
Version:           2.2.1 (using KDE 3.2.1, compiled sources)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:                Linux (i686) release 2.4.21-99-default

Folding markers work as far as

+ void foo(int x, ) {
|
| }

but change this to 

  void foo(int x, ...) {

| }

After typing the first '.' the '+'-sign disappears - no more folding possible.
Comment 1 Dominik Haumann 2004-06-17 16:59:15 UTC
Please do a in kate:
Settings -> Configure Kate -> Highlighting (in the tree)
Now click the "Download..." button and update your C++ highlighting file.
Now the problem should be solved (maybe you have to restart kate).

@Daniel Franke: can you confirm?
Comment 2 Daniel Franke 2004-06-17 17:05:08 UTC
Confirmed - thanks :)
Comment 3 Dominik Haumann 2004-06-17 17:40:50 UTC

*** This bug has been marked as a duplicate of 78812 ***