Summary: | indentation setting reset on file save or file open | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Becheru Petru-Ioan <becheru.petru.ioan> |
Component: | indentation | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 0.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kate/81982bb631e043b4773ae8649382c72d871f1805 | Version Fixed In: | |
Sentry Crash Report: |
Description
Becheru Petru-Ioan
2010-12-06 09:23:38 UTC
1. Open settings dialog and go to config page 'Open/Save'. 2. switch to Modes & Filetypes tab 3. Choose e.g. "Sources/C++" 4. Then "Indentation Mode" combo box shows which indenter will be selected. The default indenter (more correctly: Fallback Indenter?) is used for all files where no indenter is available. But you have a point, saving should not switch the indent mode anymore. >But you have a point, saving should not switch the indent mode anymore.
Then this bug should be marked as NEW.
Git commit 81982bb631e043b4773ae8649382c72d871f1805 by Christoph Cullmann. Committed on 01/11/2012 at 13:54. Pushed by cullmann into branch 'master'. fix that indentation mode is forgot on save if user did set it M +6 -4 part/document/katedocument.cpp M +11 -1 part/document/katedocument.h M +1 -0 part/utils/kateautoindent.cpp M +1 -0 part/utils/katecmds.cpp http://commits.kde.org/kate/81982bb631e043b4773ae8649382c72d871f1805 |