4
votes
0answers
113 views

Problem With Gedit Plugins and Python3 on 13.04

I recently upgraded to Ubuntu 13.04 and I use gedit for a lot of things. I was trying to install some plugins that I use quite frequently and I came into some issues. First I installed the plugins ...
0
votes
0answers
121 views

How to install Emmet with gedit text editor in Ubuntu 12.04?

I am using Ubuntu 12.04. I came to know about emmet plugin. Which is really awesome for writing markups. As I am a developer I am using gedit with zencoding plugin to write markup easily. Now as I ...
2
votes
1answer
86 views

Why does pylint Gedit plugin give me an error when I try to enable it?

I downloaded and installed the pylint gedit plugin. I then copied the pylint.gedit_plugin file and the pylint directory to /usr/lib/gedit/plugins I couldn't see it in the gedit plugins menu so I ...
0
votes
0answers
64 views

Better Python Console not working on 12.04

I installed the plugin (copied the files to /usr/lib/gedit/plugins/) but when I hit the f5 when a python file is open in the gedit,nothing happens.Only a message is seen at the bottom of the gedit ...
0
votes
2answers
27 views

Search plugin for wrapping words with text in Gedit v3

I've been searching out for a plugin that could possibly wraps words with specified text. For example I double click this word to highlight it : word and using a particular shortcut, it becomes ...
0
votes
1answer
159 views

Can Gedit plugins work in Sublime Text 2?

Is there a way to get the gedit-dash plugin working in sublime text2? Here is a screenshot of gedit-dash
2
votes
1answer
286 views

How do I install gmate in ubuntu 12.04

I am trying to install gmate in ubuntu 12.04, I followed instructions from here sudo apt-add-repository ppa:ubuntu-on-rails/ppa sudo apt-get update sudo apt-get install gedit-gmate The ...
1
vote
1answer
148 views

gedit snippets plugin not working for encodings other than UTF-8

I just ran into a problem with the snippets plugin of gedit 3.4.1 running on Ubuntu 12.04. The problem is that the snippets plugin stops working (i. e., doesn't react to keyboard shortcuts and ...
4
votes
1answer
2k views

Install Regex plugin for Gedit

I am using Ubuntu 12.04.I want to install Regex Search and Replace plugin for Gedit.So can some one please tell me where can I get it and install it.Any help and suggestions will be highly ...
0
votes
1answer
290 views

cannot get the gedit autotab plugin to work

If you are trying to write python code inside of gedit, you probably want auto-tabbing. Meaning suppose you are writing a method, you type something like: def foo(): Then hit enter. The cursor goes ...
2
votes
1answer
314 views

Are there any Gedit plugins for Rails

I have watched some video tutorials for rails and spotted gedit as very good editor for ruby on rails development. I installed gmate and some plugins for programming (autocomplete and intelligent ...
3
votes
2answers
3k views

Finding the gedit plugin folder

I am a bit confused as to where I should put externally downloaded plugins. I have tried putting them in: /usr/share/gedit/plugins ~/. Local/gedit/plugins ~/. Gnome2/gedit/plugins ...
0
votes
1answer
3k views

How can I install TextWrap plugin in Gedit?

I followed a guide to install Text Wrap in Gedit. Tried to get standard error feedback by starting from a terminal. But couldn't get it installed. Would there be a problem with 12.04 having gone ...
2
votes
1answer
207 views

gedit-dash not working anymore

i followed this tutorial on getting gedit dash installed but for some reason it doesn't work anymore i wrote a silent script that does everything automatically cd /tmp sudo apt-get -y install ...
0
votes
2answers
351 views

gedit 3 regex search replace plugin port

So i have been trying to install this plugin: http://halfhourhacks.blogspot.com/2008/03/gedit-regular-expression-plugin.html in gedit 3.2.1 but there seem to be some issues. I have modified the ...
1
vote
1answer
420 views

Reopen Tabs plugin for gedit not found

I upgraded to Ubuntu 10.10 a few days ago, and since then have not been able to use one of my favourite plugins for Gedit, reopen-tabs, which restores the tabs that were open when gedit was last ...
28
votes
2answers
14k views

How do I install a plugin for gEdit v3?

I just installed the ubuntu 11.10, and I want to install a plugin for gEdit. I unpacked the plugin to the following folder: ~/.gnome2/gedit/plugins but in the gedit doesn't show up the plugin.
1
vote
1answer
168 views

How can I configure gedit to execute different languages with F5?

I have installed the Better Python Console-Plugin for gedit and I am happy with it when I view python code. But I would like to be able to execute some different languages source codes when I have ...
0
votes
1answer
631 views

Gedits gedit-latex-plugin not working correctly

I installed Ubuntu 11.04 yesterday and am now working on setting things up correctly. I am having a problem with gedit-latex-plugin for gedit. I can install it and enable it, and I get the extra menus ...
2
votes
6answers
1k views

Any editor that does autocompletion in Ubuntu?

Is there any editor/IDE(or a plugin for an existing editor like Vim or GEdit) that does auto-completion of many languages (not just C++)? Aptana does only HTML/CSS/JS and Code::Blocks does only C++ (I ...
2
votes
1answer
357 views

Gedit isn't picking up new plugins

Hi I have tried to install this plugin for gedit by copying the files auto_completion.gedit-plugin auto_completion.py to /usr/share/gedit-2/plugins/autocomplete however when i restart gedit and go to ...
7
votes
3answers
969 views

Two gedit plugins clash. How to change shortcut keys, or enable/disable a plugin

Gedit has two plugins from Gnome's Gedit Plugins page which I both particularly want... Multi-edit Control Your Tabs However they both vie for the same shortcut keys: Ctrl+PageUp and ...
1
vote
0answers
205 views

Snap Open not working for Gedit 2.30.3 [closed]

I followed the instructions given, but I'm not able to get Snap open to work on my Ubuntu 10.10. It was working on Ubuntu 10.04. Any ideas? Thanks!
3
votes
1answer
473 views

Is there ruby syntax validation plugin for gedit?

I am using the https://github.com/gmate/gmate setup, but it lacks a ruby syntax validation plugin. Where can I find one? Tnx!
3
votes
3answers
315 views

Is there a gedit plugin that adds search features?

I'm hoping to add search and replace within selection and search within files. Having a search option in the context menu would also be handy.
10
votes
7answers
1k views

Support for various features in gedit

I'm trying to use gedit as my main editor, and am looking for help with some tricky features. For each of the following, can people help me out with how to install and configure the feature? code ...