| Summary: | functions with ellipsis argument: no folding markers | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Daniel Franke <franke.daniel> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.2.1 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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? Confirmed - thanks :) |
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.