LineOperations is a plugin that gives a bunch of simple functions that can be applied to a document. (remove duplicate lines, empty lines, lines with only whitespace, sort lines...)
It is intended to be a convenient way to use these functions for non-technical users. I am thinking of adding some more useful functions (e.g. similar to TextFX in Notepad++). Take a look and let me know what you think, I'm open to suggestions for improvements. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/324 -- Commit Summary -- * 0.1 initial commit * Added Comments/documentation * Removed translation * Add LineOperations to MAINTAINERS and po/POTFILES.in -- File Changes -- M MAINTAINERS (7) M Makefile.am (3) M configure.ac (1) A lineoperations/AUTHORS (1) A lineoperations/COPYING (340) A lineoperations/ChangeLog (0) A lineoperations/Makefile.am (4) A lineoperations/NEWS (0) A lineoperations/README.md (186) A lineoperations/src/Makefile.am (12) A lineoperations/src/linefunctions.c (401) A lineoperations/src/linefunctions.h (55) A lineoperations/src/lineoperations.c (193) A lineoperations/wscript_build (30) A lineoperations/wscript_configure (0) M po/POTFILES.in (3) -- Patch Links -- https://github.com/geany/geany-plugins/pull/324.patch https://github.com/geany/geany-plugins/pull/324.diff --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/324
