From github
Go to file
Stephen Collins 67892da099 Fix some deprecation warnings (#289)
* 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
2019-05-05 10:25:37 +01:00
.circleci CI: Don't build for Mint 18 2018-03-09 15:12:22 +00:00
.github Create ISSUE_TEMPLATE.md 2017-07-04 02:43:52 -07:00
data Fix non-translated desktop file 2018-12-05 15:18:42 +00:00
debian 2.0.2 2018-12-11 14:10:28 +00:00
docs Fix some deprecation warnings (#289) 2019-05-05 10:25:37 +01:00
help Port to meson (#258) 2018-11-19 11:09:52 +00:00
pixmaps Port to meson (#258) 2018-11-19 11:09:52 +00:00
plugins Fix some deprecation warnings (#289) 2019-05-05 10:25:37 +01:00
po l10n: Update translations 2018-12-11 14:10:00 +00:00
tools Port to meson (#258) 2018-11-19 11:09:52 +00:00
xed Fix some deprecation warnings (#289) 2019-05-05 10:25:37 +01:00
AUTHORS update for 1.2 release and fix executable bits 2012-03-11 20:28:11 +01:00
COPYING Fix incorrect-fsf-address rpmlint check 2013-04-17 00:58:25 +02:00
ChangeLog Add empty ChangeLog to allow build from git 2013-04-02 15:49:54 +02:00
HACKING Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) 2016-02-04 09:20:42 +00:00
NEWS Fixed NEWS files 2016-08-17 13:03:34 +02:00
NEWS.GEDIT Fixed NEWS files 2016-08-17 13:03:34 +02:00
NEWS.PLUMA Fixed NEWS files 2016-08-17 13:03:34 +02:00
README Switch build instructions for meson port. (#263) 2018-11-22 09:39:52 +00:00
meson.build meson: require itstool command to be available (#266) 2019-02-08 10:19:11 +00:00
meson_options.txt Port to meson (#258) 2018-11-19 11:09:52 +00:00

README

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