Software:gedit

From HandWiki

Short description: Linux text editor
gedit
GNOME Gedit 2018.svg
gedit displaying an "Hello, world!" script written in C++ with one other tab
gedit 46.1 showing an "Hello, world!" with syntax highlighting and one other tab
Developer(s)Paolo Maggi
Paolo Borelli
Steve Frécinaux
Jesse van den Kieboom
James Willcox
Chema Celorio
Federico Mena Quintero[citation needed]
Initial releaseFebruary 12, 1999; 25 years ago (1999-02-12)
Stable release45.0[1] (20 September 2023; 6 months ago (2023-09-20)) [±]
Written inC, Python
PlatformLinux, MacOS
TypeText editor
LicenseGPL-2.0-or-later
Websitewiki.gnome.org/Apps/Gedit

gedit (/ˈɛdɪt/ or /ˈɡɛdɪt/)[2] is a text editor designed for the GNOME desktop environment. It was GNOME's default text editor and part of the GNOME Core Applications until GNOME version 42 in March 2022, which changed the default text editor to GNOME Text Editor.[3] Designed as a general-purpose text editor, gedit emphasizes simplicity and ease of use, with a clean and simple GUI, according to the philosophy of the GNOME project.[4] It includes tools for editing source code and structured text such as markup languages.[4]

It is free and open-source software under the GNU General Public License version 2 or later.[4]

gedit is also available for macOS and at one time had a Windows version, which as of May 2020 was no longer available.[5][6]

By July 2017, gedit was not being maintained by any developers, but in August 2017 two developers volunteered to commence work on it again.[7][8][9]

Features

gedit is also available for Windows, seen here running on Windows 10

gedit includes syntax highlighting via GtkSourceView[10] for various program code and text markup formats including MediaWiki.[11][12] gedit also has GUI tabs for editing multiple files. Tabs can be moved between various windows by the user. It can edit remote files using GVfs libraries; (GnomeVFS is now deprecated). It supports a full undo and redo system, search and replace as well as replace all.[13] Other typical code oriented features include line numbering, bracket matching, text wrapping, current line highlighting, automatic indentation and automatic file backup.[13]

The features of gedit include multi language spell checking via Enchant and a flexible plugin system allowing the addition of new features, for example snippets and integration with external applications including a Python or Bash terminal.[13] A number of plugins are included in gedit itself, with more plugins in the gedit-plugins package and online.[14]

Since version 3.20 gedit uses gspell for spell checking.[15][16]

gedit has an optional side pane displaying the list of open files and (in a different tab of the side pane) a file browser. It also has an optional bottom pane with a Python console and (using gedit-plugins) terminal. gedit automatically detects when an open file is modified on disk by another application and offers to reload that file. Using a plugin (in gedit-plugins package), gedit can save and load sessions, which are lists of currently open tabs.[14]

gedit supports printing, including print preview and printing to PostScript and PDF files. Printing options include text font, and page size, orientation, margins, optional printing of page headers and line numbers, as well as syntax highlighting.[17]

In late 2013 and early 2014 the application received major upgrades for Gnome 3.12, with a new, cleaner user interface and code base improvements to make it work better with other desktop interfaces, such as Unity.[18]

Architecture

gedit logo from 2010
gedit logo from 2009
gedit logo from 2006

Being part of the GNOME Core Applications, gedit 3 uses the GTK 3.x and GNOME 3.x libraries. The GNOME integration includes drag and drop to and from GNOME Files.

gedit uses the GNOME help system for documentation. It also uses virtual file system and GNOME printing framework.[19]

In December 2008, gedit binaries were made available for macOS and Windows.[20]

The last version for Windows 32-bit was 2.30.1, released in 2014.[21] Standalone releases for 64-bit Windows continued, with Version 3.20.1 released in 2016.[22]

Current versions of gedit (3.0+) for Windows are also available through MSYS2 and can be installed via the built-in Pacman package manager.[23]

See also

References

  1. "Introducing GNOME 45". 20 September 2023. https://foundation.gnome.org/2023/09/20/introducing-gnome-45/. 
  2. Borelli, Paolo (19 April 2006). "Re: [gedit-list Pronouncing gedit"] (Email). GNOME Mail Services. The GNOME Project. https://mail.gnome.org/archives/gedit-list/2006-April/msg00032.html. 
  3. "GNOME Release Notes". https://release.gnome.org/42/. 
  4. 4.0 4.1 4.2 The GNOME Project (October 2015). "gedit". https://wiki.gnome.org/Apps/Gedit. 
  5. "gedit On Windows". wiki.gnome.org. 5 April 2021. https://wiki.gnome.org/Apps/Gedit#On_Windows. 
  6. "gedit". microsoft.com. 4 May 2020. https://www.microsoft.com/en-ca/p/gedit/9pl1j21xf0pt?rtc=1&activetab=pivot:overviewtab. 
  7. "[gedit-list gedit is unmaintained, some thoughts"]. https://mail.gnome.org/archives/gedit-list/2017-July/msg00001.html. 
  8. "Gedit Text Editor is No Longer Maintained - OMG! Ubuntu!" (in en-US). OMG! Ubuntu!. 2017-07-27. https://www.omgubuntu.co.uk/2017/07/gedit-text-editor-unmaintained. 
  9. The GNOME Project (27 August 2017). "About gedit maintenance". wiki.gnome.org. https://wiki.gnome.org/Apps/Gedit. "about gedit maintenance: gedit has been marked as unmaintained recently, now two new developers have proposed their help to become new maintainers. If you want to help, reach us on the IRC channel or the mailing list, thanks!" 
  10. "Projects/GtkSourceView - GNOME Wiki!". https://wiki.gnome.org/Projects/GtkSourceView. 
  11. Wikipedia:Text editor support § gedit
  12. jpfleury. "Syntax highlighting for MediaWiki in gedit". https://github.com/jpfleury/gedit-mediawiki. 
  13. 13.0 13.1 13.2 "gedit: a powerful, underrated text editor for everybody", Free Software Magazine 15 February 2008
  14. 14.0 14.1 "Lists of gedit plugins". wiki.gnome.org. https://wiki.gnome.org/Apps/Gedit/PluginsLists. 
  15. "Projects/gspell - GNOME Wiki!". https://wiki.gnome.org/Projects/gspell. 
  16. "Blog post: gspell news". https://blogs.gnome.org/swilmet/2015/11/20/gspell-news/. 
  17. "Printing with gedit". Library.gnome.org. 2011. https://help.gnome.org/users/gedit/stable/gedit-printing.html. 
  18. Sneddon, Joey-Elijah (15 January 2014). "Gedit Text Editor Finally Gets a UI Revamp". News Organization. https://www.omgubuntu.co.uk/2014/01/gnome-gedit-text-editor-new-look. 
  19. "Free Software Directory - gedit". Directory.fsf.org. 2005-10-03. https://directory.fsf.org/wiki/Gedit. 
  20. "Club Silencio » Late Christmas gift for Windows users". Blogs.gnome.org. 2008-12-25. https://blogs.gnome.org/pbor/2008/12/25/late-christmas-gift-for-windows-users/. 
  21. "ftp.gnome.org". https://ftp.gnome.org/pub/GNOME/binaries/win32/gedit/2.30/. 
  22. "ftp.gnome.org". https://ftp.gnome.org/pub/GNOME/binaries/win64/gedit/. 
  23. "How to build your GTK+ application on Windows". Blogs.gnome.org. 2014-08-01. https://blogs.gnome.org/nacho/2014/08/01/how-to-build-your-gtk-application-on-windows/. 

External links