| Summary: | Kate Highlight and FISH | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Eduardo Maestri Righes <eduardo-righes> |
| Component: | syntax | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pupeno |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Slackware | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Eduardo Maestri Righes
2002-11-21 13:12:05 UTC
I have been noticing this too. It seems to happen with all IOSlaves. Couldn't track it down though... any other developers have an idea? *** Bug 60933 has been marked as a duplicate of this bug. *** :() works in cvs head, will be there for kde 3.2 Subject: kdelibs/kate/part CVS commit by rodda: Fix syntax highlighting restoration for files loaded as part of a session. Christoph, this bug wasn't fixed in cvs head... but it is now :) CCMAIL:51004@bugs.kde.org CCMAIL:60933@bugs.kde.org M +4 -0 katedocument.cpp 1.660 --- kdelibs/kate/part/katedocument.cpp #1.659:1.660 @@ -2434,4 +2434,8 @@ bool KateDocument::openFile(KIO::Job * j if (hl >= 0) internalSetHlMode(hl); + + } else { + // The buffer's highlighting gets nuked by KateBuffer::clear() + buffer->setHighlight(m_highlight); } Syntax highlighting for any auto-started file located in an ftp also fails with kate 2.1 . I guess this is fixed aswell, right? Good work guys, i was gonna post this bugreport until I saw this one. Daniel |