Questions tagged [gedit-plugin]

30 questions
1
vote
0 answers

Is there a plugin for GEdit that allows me to add inline commments - like to-dos - to my code? Specialities described below

I'd like to add comments to my code (NOT commenting out lines), specifically for the period of programming and not for later use as a documentation. I just want to chalk up some task for myself inline in the code, which should automagically…
karatedog
  • 2,508
  • 19
  • 29
1
vote
0 answers

Emacs-like line navigation in gedit

I have been using Emacs for the past few months and I like its line navigation feature a lot as it doesn't need you to use arrow keys. Emacs Line Navigation: C-p : go to previous line C-n : go to next line C-f : go forward one character C-b : go…
Deepak
  • 1,503
  • 3
  • 22
  • 45
1
vote
1 answer

How do I troubleshoot ipython-listener and/or gedit's ipython plugin?

I am running Gedit 3.8.3, Python 2.7.5+ and IPython 0.13.2 and the Gedit Ipython Plugin. I know there are better IDEs for Python out there but this used to "just work" and then I got a new machine and installed Ubuntu 13.10 and it doesn't work…
Amanda
  • 12,099
  • 17
  • 63
  • 91
1
vote
1 answer

Gedit plugin installation

I'm trying to install a gedit plugin: the https://github.com/elijahr/gedit-rename plugin, to be able to rename files in the ide. Well, I can't install it despite following the installation instructions. In fact, I've never managed to install a Gedit…
John Smith Optional
  • 22,259
  • 12
  • 43
  • 61
0
votes
1 answer

Unicode arrow characters used in Kali gedit

What unicode characters are used in the default kali gedit replacements for ->. The gedit arrow seems to be used comprised of two characters. One arrow head and an extending long middle hyphen. Gedit arrow: PS: I want to use this specific arrow in…
FilipToth
  • 147
  • 7
0
votes
1 answer

Linux gedit plugins "go to definition"

I am new to linux and gedit. I downloaded some plugins from the gedit-plugins and I am looking for plugin like "go to defenition". Already tried to search on google but nothing work. I have gedit version 3.
0
votes
1 answer

(MATE) pluma "PLUMA_SELECTED_TEXT" is missing from environment

I'm writing a pluma plugin (in python) to automate HTML markup of a selected text. According to (the poor and scarce) documentation, the selected text in the editor should be found in os.environ["PLUMA_SELECTED_TEXT"]. However, when I select some…
Ben Shomer
  • 36
  • 4
0
votes
1 answer

Is it possible to use gedit text editor with Java LibGDX?

I have been using the gedit text editor for java, for some time now. But now i gonna try out LibGDX. Is it possible to use the gedit text editor with LibGDX or do i have to switch to Ecplise or IntelliJ IDEA ?
Robert
  • 39
  • 7
0
votes
2 answers

Playframework: what about some Gedit snippets and external tools?

I am an ubuntu user and gedit is my preferred editor. Eclipse is my preferred editor for java project, but in the specific case of play framework, RAD java oriented, i'll prefer to use a light editor like gedit. So the question is: Is there a plan…
0
votes
4 answers

How to apply style to all paragraphs with upper case text?

I have very large HTML document, containg plenty of paragraps. For headings is used UPPER CASE text within paragraphs. How to find all paragraphs containing UPPER CASE text and apply style to these paragraphs? There is also a plenty extra spacing…
fxgreen
  • 424
  • 1
  • 10
  • 24
0
votes
1 answer

How to save current document of Gedit using external tools?

I need to save the current document before executing some command in external tools. How can I do that?
Abhiraj Kumar
  • 160
  • 1
  • 6
0
votes
1 answer

How to best configure gedit to work with Django?

Am looking for a good and free IDE to work with Django framework. I came to learn that gedit is a powerful one with right plugins. How to best configure gedit to work with Django ? My requirements include - easy navigation (finding usages,…
0
votes
1 answer

Gtk TextBuffer get_iter_at_offset

I’m writing a plugin for Gedit which makes changes to certain words depending on a regex. In some case this is applying the tag several characters beyond the intended word. So the values returned by match.start() and match.end() are not valid for…
-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
-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
1
2