67892da099357e24b3fd3c31fa758947b1dfc47a
* xed-app.c: replace get_active_window with gtk_application version This allows us to remove quite a bit of code, some of which uses deprecated functions, so it also has the benefit of cleaning up the deprecation warnings a bit. * Switch a couple uses of gtk_show_uri with gtk_show_uri_on_window gtk_show_uri is deprecated. * Taglist plugin: remove call to gtk_tree_view_set_rules_hint This function is deprecated, and it already defaults to false in any case, so it wasn't doing anything anyway. * Deprecations: move all instances of gtk_menu_popup to newer methods In a couple cases this simplifies the code quite a bit * Replace deprecated gdk_window_at_pointer with newer method
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%