Summary: | File Changed Dialog is shown every time a document is saved | ||
---|---|---|---|
Product: | [Unmaintained] quanta | Reporter: | Richard Fujimoto <rfujimoto> |
Component: | general | Assignee: | András Manţia <amantia> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Richard Fujimoto
2004-02-06 01:48:56 UTC
This is the behaviour I get when "Automatic Cleanups" are in effect, see bug #74217 I do not have any automatic clean up options enabled. CVS commit by amantia: Workaround for a Kate bug. Might fix those "File changed" dialog pops up errors. Those who experienced that problem, please test it. CCMAIL: quanta@kde.org CCMAIL: 74305@bugs.kde.org CCMAIL: 74217@bugs.kde.org M +1 -0 document.cpp 1.250 --- kdewebdev/quanta/src/document.cpp #1.249:1.250 @@ -140,4 +140,5 @@ Document::Document(const KURL& p_baseURL Document::~Document() { + m_doc->closeURL(false); //TODO: Workaround for a Kate bug. Remove when KDE < 3.2.0 support is dropped. delete m_view; delete m_doc; Unfortunately the patch didn't work for me. An update... By setting "Replace tabs with spaces" in the settings under "Automatic Cleanups on Save" this problem disappears. Perhaps tab characters have something to do with this? Also, when the file changed dialog pops up, the option "Compare the two version and load the result" is greyed out which I assume means the file are identical. Perhaps the code that decides that option is greyed out can decide to kill the window itself? Would my quantarc file help? Is there anything else I can provide to help resolve the bug? |