gedit

What single plugin would you recommend for gedit?

I've just discovered the power of gedit thanks to all of the plugins that are available for it. Edit > Preferences > Plugins Which plugin could you not live without? ...

gedit plugin development in python

Does anyone know where information about writing gedit plugins can be found ? I'm interested in writing them in Python. I know of Gedit/PythonPluginHowTo , but it isn't very good . Besides the code of writing a plugin that does nothing , I can't seem to find more information . I started to look at other people's code , but I think this ...

Text Wrapping in Gedit

Is is possible in Gedit (The GNOME text editor) to indent a wrapped line of text? For Example: if (x > y) { System.out.println("ABCDEFGHIJ KLMNOPQRSTUVWXYZ"); } instead of: if (x > y) { System.out.println("ABCDEFGHIJ KLMNOPQRSTUVWXYZ"); } ...

gedit cannot open shoes2.run

hello i've just downloaded shoes but can't get them out the box. double clicked on shoes2.run in ubuntu intrepid and gedit opened with the following message: " Could not open the file /home/mark/Marks files/2…ng/Programming/shoes2.run using the Unicode (UTF-8) character coding. Please check that you are not trying to open a binary fi...

Gedit html export plugin

Does anyone know of a plugin for Gedit that will export the highlighted syntax text to html? I want to use it to type in some code (say in Ruby) and easily export the text as HTML so that it displays in a web page exactly the same way as in Gedit. I have already tried Markus Jonsson's "HTML Export plugin for GEdit" but it does not seem ...

Creating your own syntax highlighting in GEdit?

How do you add a 'keyword' to the GEdit list of keywords? I basiclly want to make the printf function look like a keyword. printf("Hello World\n"); ...

How to get GTK syntax highlighting in GEdit?

I just started using GTK to develop my GUI applications. I'm using GEdit as my text-editor, so how can I get the following to be included in the syntax highlighting: GtkWidget *window; GtkWidget *button GtkWidget *box1; gtk_init(&argc, &argv); as if it were like this: int x = 3; ...

Creating executable files in Linux

Hi, I'm trying to progress from merely dabbling with Linux to actual full-blown use, but am still very much a novice, so please excuse this extremely basic question. One thing I plan to be doing is writing (painfully simple) Perl scripts, and I'd like to be able to run them without explicitly calling Perl from the terminal. I appreciate ...

Shortkey to gedit plugin

Hi, I did a simple plugin to gedit. It changes some values in document. I would like to known how can I do a shortkey to call this plugin. Thanks! ...

Regex to detect anything that comes after a typedef/class keyword?

I've been playing around with GEdit's syntax highlighting. I love the way that Visual Studio highlight's user created types. I would like to do this for my user created types in C/C++ (eg. typedef's/classes). For example (in C): typedef struct Node *pNode; And an example in C++: class BigNumber { // Class stuff here. }; See t...

Setup Gedit For C++ Development

Hello, I'm starting in C++ development, but i like to use Gedit for writing the files, but like for Ruby on Rails and many other languages, are some tools and configurations for Gedit that makes develop more easy and comfortable, and another question, what is the best for C++, SVN, CVS, Git and others...? Thanks, and sorry about my engl...

Syntax highlighting in gedit not working automatically

Hi, I'm trying to use Ubuntu for Rails development and I'm liking gedit except the syntax highlighting does not seem to work with out me setting it for each file I open. Should it not recognize a .rb file a ruby file rather than me having to go into the menu and setting it as such? Have I missed a setting somewhere? Thanks ...

linux gedit: I always get "GConf Error: failed to contact configuration server ..."

How come I always get "GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Did not receive a reply. P...

Command Line JavaScript Input Arguments Issues While Minifying JavaScript in Gedit.

Hello, I want to minify my JavaScript files immediately in Gedit. I tried do it via external tools option with jsmin.js script. I have SpiderMonkey engine installed. I stored jsmin.js file at /home/mushex/use/js/jsmin.js and created a new js file named jsmin-low.js in the same directory with content #!/usr/bin/js load('/home/mushex/us...

Gedit minimap plugin?

Hello all, Is there any plugin or hack for Gedit to implement minimap functionality as in Sublime . ...

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

I want to have Syntax Highlighting for jQuery and maybe when I type <html> it can automatically insert </html>. Is there anyway to make GEdit do this? ...

haml editing on gEdit, any way to auto indent?

I'm using gEdit to edit haml files and the auto indenting feature seems to work when i'm writing one line after another, but when I go and clear out a exisiting element (a div or a class) the rest of the code below doesn't adjust itself. Suppose this is my code .rightside .container %ul %li hello %li world Now is the...

gedit broken shortcut keys, has mod2

Hello, I have been trying to play around with gedit and came across the "shortcut editor" plugin. But somehow, it messed up my key bindings. It no longer works. Everytime I try to setup a new shortcut, I get a "Mod2" addition to the bind. How do I reset to the default key bindings? How do I remove Mod2? Thanks, Wenbert EDIT: Google...

"Column Mode" in gedit?

I'm transitioning from UltraEdit on windows to gedit on linux. So far, the experience is great (there's a lot here for a free tool), but there's one indispensable feature of UltraEdit I can't seem to find a way to replicate -- Column Mode. In UltraEdit, I can hit Alt-C to turn on Column Mode. Is there anything like this (via a plugin ...

Is automatic bracket indenting in Gedit possible?

Hi, May anyone please help me if there are any auto indenting plugins/functions for the brackets in gedit(v2.22.3, Ubuntu 8.04) - specifically for C? I've tried the 'csmartindent' plugin however that doesn't seem to be working. On the href="http://live.gnome.org/Gedit/Plugins?action=AttachFile&amp;do=view&amp;target=csmartindent.tar.gz"t...