https://github.com/jongha/gedit-removetrailingspaces
Trailing space that appears at the end of a string is unnecessary char in the programming code file. This plugin can remove trailing space using gedit. It supports shortcut(Ctrl + Alt + s) to remove trailing space and save quickly.
https://github.com/jongha/gedit-removetrailingspaces
gedit gedit-removetrailingspaces plugin python
Last synced: about 1 month ago
JSON representation
Trailing space that appears at the end of a string is unnecessary char in the programming code file. This plugin can remove trailing space using gedit. It supports shortcut(Ctrl + Alt + s) to remove trailing space and save quickly.
- Host: GitHub
- URL: https://github.com/jongha/gedit-removetrailingspaces
- Owner: jongha
- License: mit
- Created: 2014-04-24T12:03:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T13:38:14.000Z (over 11 years ago)
- Last Synced: 2025-03-24T07:59:12.443Z (7 months ago)
- Topics: gedit, gedit-removetrailingspaces, plugin, python
- Language: Python
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gedit Remove Trailing Spaces Plugin
Trailing space that appears at the end of a string is unnecessary char in the programming code file. This plugin can remove trailing space using gedit. It supports shortcut(Ctrl + Alt + s) to remove trailing space and save quickly.
## Install
Copy the files removetrailingspaces.py and removetrailingspaces.plugin to ~/.local/share/gedit/plugins and restart gedit. Select the plugin in Edit -> Preferences -> Plugins and activate 'Remove Trailing Spaces'.
## License
gedit-removetrailingspaces Plugin is available under the terms of the MIT License.