Questions tagged [gedit-plugin]

30 questions
8
votes
4 answers

gedit plugin error - plugin loader 'python3' was not found

I tried to add some plugins in gedit 3.10.4 on ubuntu 14.04LTS and some errors occured when I try to activate those plugins in gedit: (gedit:20686): libpeas-WARNING **: Error initializing Python Plugin Loader: PyGObject initialization failed …
Julien LM
  • 81
  • 1
  • 4
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
4
votes
0 answers

How to get all the hplugins for Gedit on Mac OSX 10.6.8

I've recently installed gedit on my macbook (os 10.6.8) , and I have managed to install a lot of really cool plugins that enhance it greatly. However when I look at the available list of plugins on the gedit site a lot of the plugins listed are not…
3
votes
1 answer

gedit 3 regex search replace plugin port

So i have been trying to install gEdit Regular Expression Plugin in gEdit 3.2.1 but there seem to be some issues. I have modified the .plugin file and now it shows up in the list of plugins. But when i try to select the plugin from the list, gEdit…
Etienne Lawlor
  • 6,817
  • 18
  • 77
  • 89
3
votes
3 answers

gedit 3 regex plugin

Has anyone gotten a regex plugin to work in gedit 3 (Fedora 15)? I have tried 2 plugins so far: http://halfhourhacks.blogspot.com/2008/03/gedit-regular-expression-plugin.html http://code.google.com/p/yare-gedit-plugin/ For both, I tried installing…
nhavens
  • 252
  • 1
  • 3
  • 11
3
votes
3 answers

gedit plugin development in C

I'm Interested in writing gedit-plugins in C. I've checked Gedit/NewMDIPluginHowTo ...but haven't had any luck with it. How can I get more information about writing gedit plugins in C?
Aboelnour
  • 1,423
  • 3
  • 17
  • 39
3
votes
2 answers

Gedit folding plugin

I am looking folding plugin for gedit. I tried gedit-folding, but it did not satisfy me. Maybe that tells something.
3
votes
1 answer

Accel not working in gedit 3 plugin

I was trying to write a small plugin for Gedit 3 which uses GObject introspection. The relevant part of code shown below just aims at getting an environment up where I could then fit in the function in the callback for the button. However, the…
L__
  • 184
  • 5
2
votes
3 answers

Emacs inside of gedit?

After years of experimentation with editors, the fact is I prefer them as minimal as possible. I never use fancy features and the full-feature IDE's become bloated, heavy, and slow. Of course, when I do something that pretty much requires a specific…
seibelj
  • 890
  • 2
  • 10
  • 22
2
votes
2 answers

How do you create a date snippet in gedit?

Specifically, I would like to use a keyboard shortcut instead of the 'Insert Date and time...' plugin. This snippet will be used for log files that are used frequently. The snippet will allow for formatting such as line feeds and dashed-line…
Glenn Wark
  • 1,499
  • 4
  • 19
  • 23
2
votes
3 answers

How to setup gedit to 'continue where I left'?

How to setup gedit to 'continue where I left', open all the files closed previously? Any gedit plugins? I know at least one trick, use an alias for gedit < file1 > < file2 > ....
vi.su.
  • 685
  • 2
  • 9
  • 19
2
votes
2 answers

How to get name of current gedit document with python?

I'm writing a gedit plugin for gtk3. Is there an easy way to get the name of the current document using python ?
Stuart Axon
  • 1,844
  • 1
  • 26
  • 44
1
vote
0 answers

Gedit: function, array, object, ... block wrapping

Is there any plugin for the Gedit text editor that enables wrapping of blocks of codes (like functions, loops, conditions, arrays, ...) inside a bordered or colored are? as in kate for example. Here is a scrennshot of what I want (note that this…
ubugnu
  • 1,004
  • 2
  • 15
  • 30
1
vote
0 answers

Get last edit location in gedit

I want to write a gedit plugin that creates a shortcut to go to the last edit location. Therefore I wonder how to get this location in (py)GTK/gedit. Edit: accessing the view (GtkSourceView) or the document (GtkSourceBuffer) is not a problem.
Jens Nyman
  • 1,186
  • 2
  • 14
  • 16
1
vote
1 answer

gedit 3.2.1 File Browser Pane plugin slow and unresponsive

So i have never really had issues with the File Browser Plugin before but since updating to Ubuntu 11.10, the version of gEdit i have is version 3.2.1. In this plugin I have bookmarks set up for an ssh session. After connecting to the remote host in…
Etienne Lawlor
  • 6,817
  • 18
  • 77
  • 89
1
2