dfcf007a44cff4dc0f55d0ae5ec7c702a06cb309
widgets of the search and replace entry widgets, and allow their labels to ellipsize upon resizing. This allows the entry widgets to have a smaller minimum size, which was having an impact on window tiling for certain locales and display resolutions (muffin and other wm's won't allow tiling of a window if the resulting window size is less than the minimum size hints reported by gtk and other toolkits.) Ellipsizing the labels has the same benefit of enabling xed to be resized smaller to tile on smaller displays. This ellipsizing only occurs once the entries hit their minimum size. Fixes #73
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: % ./autogen.sh # run the `configure' script % make # build xed [ Become root if necessary ] % make install # 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%