Revision 6c26d99...

Go back to digest for 28th October 2012

Features in KDE Base

Dominik Haumann committed changes in [kate] /:

implement remove-trailing-spaces-on-save as combo box

options now are:
- Never
- Modified Lines
- Entire Document
This works now thanks to the Line Modification System. I.e. all lines,
that are were touched during editing (green or orange vertical bar), are
cleaned up. This now reflects the "remove trailing spaces while editing" option.

todo: implement better way in the modelines, while staying compatible if possible

File Changes

Deleted 2 files
  • /tests
  •   part/bug242723_test.cpp
  •   part/bug242723_test.h
Modified 10 files
  •   part/dialogs/katedialogs.cpp
  •   part/dialogs/opensaveconfigwidget.ui
  •   part/document/katedocument.cpp
  •   part/tests/CMakeLists.txt
  •   part/tests/katedocument_test.cpp
  •   part/tests/katedocument_test.h
  •   part/utils/katecmds.cpp
  •   part/utils/kateconfig.cpp
  •   part/utils/kateconfig.h
  •   part/variableeditor/variablelineedit.cpp
12 files changed in total