From Fedora Project Wiki

(Creating article)
 
(Adding installation section)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{lowercase|title=gedit}}
{{lowercase|title=gedit}}


[https://wiki.gnome.org/Apps/Gedit '''gedit'''] is an open-source text editor written in C and Python and built on the GTK+ toolkit. It is part of the core application suite of GNOME. It has syntax-highlighting for a wide variety of different programming languages (such as C, C++, C#, Java, JavaScript, Python, *etc.*), but it has no [[IDE]]-type features like linting or auto-completion.  
[https://wiki.gnome.org/Apps/Gedit '''gedit'''] is an open-source text editor written in C and Python and built on the GTK+ toolkit. It is part of the core application suite of GNOME. It has syntax-highlighting for a wide variety of different programming languages (such as C, C++, C#, Java, JavaScript, Python, ''etc.''), but it has no [[IDE]]-type features like linting or auto-completion.
 
==Installation==
gedit comes pre-installed on Fedora Workstation, as it is part of the GNOME core application suite. On other installations of Fedora one merely needs to run:
 
<pre>
$ sudo dnf install gedit
</pre>
 
to install gedit.  


[[Category:GNOME core applications]]
[[Category:GNOME core applications]]
[[Category:Text editors]]
[[Category:Text editors]]

Latest revision as of 08:32, 8 January 2017

gedit is an open-source text editor written in C and Python and built on the GTK+ toolkit. It is part of the core application suite of GNOME. It has syntax-highlighting for a wide variety of different programming languages (such as C, C++, C#, Java, JavaScript, Python, etc.), but it has no IDE-type features like linting or auto-completion.

Installation

gedit comes pre-installed on Fedora Workstation, as it is part of the GNOME core application suite. On other installations of Fedora one merely needs to run:

$ sudo dnf install gedit

to install gedit.