Bug 83536 - functions with ellipsis argument: no folding markers
Summary: functions with ellipsis argument: no folding markers
Status: RESOLVED DUPLICATE of bug 78812
Alias: None
Product: kate
Classification: Applications
Component: general (show other bugs)
Version: 2.2.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-17 14:11 UTC by Daniel Franke
Modified: 2004-06-17 17:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***