-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move strip trailing whitespace into main code; remove plugin (#1151)
* Strip whitespace on every saving # Conflicts fixed in: # src/Services/Document.vala * Add strip-trailing-spaces controls to Preferences Dialog * Strip trailing space when setting turned on * Remove strip-trailing-save plugin # Conflicts fixed in: # plugins/meson.build * Fix some regressions * Limit scope of undoable action * Do not strip when loading or empty * Remove commented out code * Only strip Vala for now * Do not strip trailing spaces on save while completion showing * Check for null language * Remove unused widget * Overwrite unwanted plugins with dummy files * Restore strip only on manual save behaviour * No longer restrict to Vala files * Remove code to block old plugin Co-authored-by: Ryan Kornheisl <[email protected]>
- Loading branch information
Showing
9 changed files
with
97 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*- | ||
/*** | ||
BEGIN LICENSE | ||
Copyright (C) 2013 Mario Guerriero <[email protected]> | ||
This program is free software: you can redistribute it and/or modify it | ||
under the terms of the GNU Lesser General Public License version 3, as published | ||
|