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
-3
votes
1 answer

How can I create a gedit plugin using python?

I wanted to create a simple gedit plugin that could save the current file when mouse leaves the text area (just like the <> event in tkinter) using python3. I went through wiki but I couldn't get much from it (All I could do was to create a…
Rio_Nyx
  • 96
  • 3
  • 7
-3
votes
1 answer

Where to start when writeing a ping programe in linux using G++

BackGround: I am used to working with windows and using an IDE to create a project for example visual studios. But the task i am on now is using linux, Gedit and G++ and i have no experience what so ever. Task I'm trying to write a program which…
-4
votes
1 answer

Add Java import statements automatically via script

Eclipse Java IDE has a shortcut Ctrl+Shift+O to automatically add unused imports. Where I can find script (bash, python or something other that can be executed via shell) to do this IDE-agnostically, for example, in text editor that can use scripted…
Fireburn
  • 13
  • 5
-9
votes
2 answers

How can I detect my coding mistake when I receive this message

link to the code: http://gyazo.com/f0f4004eb606607ecaa021b5e22e6e06 I am getting the following error when i am running th code. "error: expected identifieror '(' " I use gedit to write this code. I would appreciate some support guys ;) Thanks in…
1 2 3
27
28