Questions tagged [gedit]

gedit is a general purpose and powerful text editor for the GNOME desktop environment, Mac OS X, and Microsoft Windows.

gedit is an UTF-8 compatible editing tool that emphasizes flexibility and ease of use. gedit is open-source software and is licensed under the terms of the GNU General Public License.

Customized gedit with the GMate plug-in package enabled running in Ubuntu 10.10

Features

  • Full support for UTF-8 (internationalized text).
  • Syntax highlighting for most popular languages (C/C++, Java, HTML, Python, Perl, and others).
  • Flexible plug-in system.
  • Tabs and multi-window editing capability.
  • Line numbering, bracket matching, text wrapping, current line highlighting, automatic indentation and automatic file backup.
  • Multi-language spell checking.

Available Plug-ins

gedit comes with a few prepackaged plug-ins. Additional plug-ins are distributed online and can be found on GNOME's gedit page. GMate, a package that enables Textmate-like features is also available through the Github repository for GMate.

Resources

Official gedit website

gedit for Windows

409 questions
7
votes
2 answers

gedit unresponsive how to save my file?

I have created a document and have not saved it yet. The gedit has become unresponsive. Is there anyway I can save or get the content of my file before killing the process?
ComeRun
  • 921
  • 1
  • 20
  • 38
7
votes
1 answer

How to make GEdit a good jQuery/Web Design editor?

I want to have Syntax Highlighting for jQuery and maybe when I type it can automatically insert . Is there anyway to make GEdit do this?
Bob Dylan
  • 4,393
  • 9
  • 40
  • 58
6
votes
1 answer

GEdit -- highlight starting tag - ending tag of selected HTML?

Is there a plugin [or a way out ?] to highlight the selected HTML's starting tag - ending tag ? Probably something like which is present in Notepad++ ? To show with an example, when we select the
tag below, it automatically higlights its…
maan81
  • 3,469
  • 8
  • 36
  • 53
6
votes
3 answers

Which spell checker does gedit use?

People claim different things(such as aspell, enchant, etc.) on different web pages. However, as far as I can see, it uses hunspell. Does anyone have solid knowledge on this?
tantuni
  • 671
  • 1
  • 8
  • 19
6
votes
3 answers

Replace only the first occurrence of a word with regex in text-editor

I want to replace only first occurrence of word(default) in each line with another word(rwd). As below I want…
Vicky Dev
  • 1,893
  • 2
  • 27
  • 62
6
votes
1 answer

Where to get gedit themes

I need some good gedit theme, where did I get one? Thanks Adam Ramadhan
Adam Ramadhan
  • 22,712
  • 28
  • 84
  • 124
6
votes
3 answers

Can gedit open links in a Web browser by clicking on it?

I'm looking for a keyboard shortcut to quickly open links in a text file with a Web browser. Is there a trick or a plugin out there?
egon
  • 61
  • 1
  • 3
5
votes
2 answers

Regex replace pattern - advanced find plugin for Gedit

I'm trying to replace all instances of $offer->variablenames with $offer['variablenames'] Is this possible? I'm using advanced find plugin for gedit. It's just heiroglyphs to me... Would very much appreciate help. Thanks
Andreas Larsson
  • 555
  • 3
  • 5
  • 13
5
votes
0 answers

How to syntax highlight different assembly languages in Gedit?

By default, text editors using GtkSourceView (such as Gedit and Mousepad) don't highlight .asm files. The solution by Drew Noakes is to download a GtkSourceView language definition file for x86 assembly language into…
Damian Yerrick
  • 4,602
  • 2
  • 26
  • 64
5
votes
2 answers

Regex to match double underscores?

I'm trying to extend the python.lang file so that it will make methods like __init__ highlighted. I've been trying to come up with a Regex that will match all __privateMethods(). The python.lang is a XML file containing all of the highlighting rules…
Kredns
  • 36,461
  • 52
  • 152
  • 203
5
votes
1 answer

go to definition gedit plugin

Is there a "go to definition" plugin in gedit?
rizidoro
  • 13,073
  • 18
  • 59
  • 86
5
votes
3 answers

Is there a plugin for Pluma (RIP Gedit) to highlight matching HTML tags?

That'd be neat. I couldn't find one using google though. Anyone heard or seen something for Pluma or wanna make a plugin? (Pluma is the text editor for Mate Desktop. Mate Desktop is a fork of Gnome 2, so Pluma is a fork of Gnome 2's Gedit).
trusktr
  • 44,284
  • 53
  • 191
  • 263
5
votes
2 answers

Update $PATH variable permanently

Apologies if this duplicate but a lot of other threads are years old. I want to update my $PATH variable permanently so it doesn't reset everytime I quit Terminal. I have seen people suggest to run the following: gedit ~/.bashrc But this…
Paulos3000
  • 3,355
  • 10
  • 35
  • 68
5
votes
3 answers

What tools are available to auto-format Ruby/Rails Code

I'm currently using GEdit with several plugins to do Ruby on Rails development. One thing I would like to have is a way to automatically format my source files (.rb, .*.erb, etc.) Ideally it would be something that I could call from the command line…
Drew
  • 15,158
  • 17
  • 68
  • 77
5
votes
2 answers

Open files as tabs in Gedit

There is one thing about gedit that really makes me nervous :@. If I open some file from the terminal, for exampe gedit ~/some_file.txt & pop up an window with the file, then if I open another one gedit ~/some_file2.txt & it opens the file in the…
user3564382
  • 113
  • 1
  • 4