992ca7a3ecfb71dd51fd9e8be50791b2d207db52
Previously, the logic used to set the sensitivity of the forward navigation button failed to consider when multiple pages are shown. This resulted in the forward button being sensitive in some cases, even if all pages, or the last page were shown. With this commit, it is now updated properly. Also, when the rows and columns are changed, the current page is now changed to the nearest multiple of rows*cols so that the current page is still shown, but navigating back to the beginning and then forward again will be consistent.
General Information =================== xed is a small and lightweight text editor. xed supports most standard editing features, plus several not found in your average text editor (plugins being the most notable of these). Although new features are always under development, currently xed has: * Complete support for UTF-8 text * Syntax highlighting * Support for editing remote files * Search and Replace * Printing and Print Previewing Support * File Revert * A complete preferences interface * Configurable Plugin system, with optional python support Some of the plugins, packaged and installed with xed include, among others: * Word count * Spell checker * Change case of selected text * File Browser * Sort * Insert Date/Time * Tag list xed is released under the GNU General Public License (GPL) version 2, see the file 'COPYING' for more information. Installation ============ Simple install procedure: % meson . build # run the `configure' script % ninja -v -C build # build xed [ Become root if necessary ] % ninja install -v -C build # install xed
Description
xed 2.4.3
Latest
Languages
C
96.1%
Python
1.9%
Meson
1.2%
Objective-C
0.6%
Roff
0.2%