gedit is a general purpose and powerful text editor for the GNOME desktop environment, Mac OS X, and Microsoft Windows.

learn more… | top users | synonyms

0
votes
0answers
6 views

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 ...
0
votes
0answers
48 views

Gedit plugin for python autocomplete: how to install?

Of course I tried to copy the files in the .gnome2/gedit/plugins and in the .local/share/gedit/plugins directories. But it doesn't work at all. How do I install the plugin? I'm on Fedora 18. Lxde ...
1
vote
1answer
27 views

Gedit Online Language Specs Generator

Is there a online generator, or something like that, of new highlightings for gedit? I am using a not known language and I would like to have syntax highlight, but it seems like too complicated and I ...
-1
votes
0answers
28 views

How to make Gedit start in a Python 3.3 venv [closed]

I've recently installed Python 3.3 and use that with Django 1.5.1. As a test of the new venv feature of 3.3, I setup a test application to play around. From the virtual environment of my shell, ...
2
votes
1answer
108 views

Recommended plugin for gedit for C++ coding [closed]

I use gedit as C++ editor on linux, it works well and got helpful feature i.e. syntax highlighting etc What are recommended plugin for gedit to enhance it C++ editing capability? Can i use it to ...
-1
votes
1answer
34 views

Saving in gedit [closed]

I am trying to edit a file using gedit in ubuntu and then run it on terminal .... But the problem is that the output of the file is not reflecting the changes made by me . Its not that i am writing ...
3
votes
3answers
54 views

Why does pasting a line break the code if writing out the same line by hand works fine?

Here are two versions of a line in a php file: First version: if ($projet['sourceDonnees'] === (string)$CONSTANTS['sourceDonnees_saisie']) { Second version: if ($projet['sourceDonnees'] === ...
0
votes
2answers
45 views

Make: missing separator error, despite using tab

This is driving me crazy, this is my literal copy-pasted code, Gedit uses a tab-width of 8. It still complains about a missing separator. I followed the manual syntax exactly. I did not use some sort ...
0
votes
3answers
49 views

Escape “<” in gedit while editing a *.md file

I'm writing code examples in *.md format to be used on github, but I currently have not found a way to escape the < operator in Python code blocks: ```Python i = 0 while i < 10: print i ``` ...
0
votes
2answers
86 views

How do you make a text editor (gedit) apply colors to code?

Usually, when I'm using a text editor like gedit, in order to make it apply a color scheme to the code all I have to do is save it with the appropriate extension and the code color changes. Recently, ...
0
votes
1answer
72 views

how to make a file editable in linux without becoming root

i am working with files placed in directory /etc/asterisk using vim editor, every time i have to do some editing i have to go to terminal to become root and opens file in vim editor and performs ...
0
votes
1answer
52 views

How do I update a gedit box instantly after using gfile to specify a filepath, using gWidgetsRGtk2, in R

I am trying to create a GUI using gWidgetsRGtk2 for a program that I have written in R. My GUI has a gedit() text box in which the user can type a file path for the input data file to be put into the ...
1
vote
0answers
66 views

Integrating R in gedit

I am using Ubuntu 12.04 (Precise), Gedit-3.4.1, R-2.15.2, rgedit v0.8.0.1-Gtk3 plugin I am following instructions from here latest release of rgedit v0.8.0.1-Gtk3(16 January 2013),don't have below ...
0
votes
1answer
58 views

I can't launch ipython-listener

I'm trying to get up and running with an ipython plugin for gedit3, but it requires ipython-listener, and when I try to launch it I get this: Traceback (most recent call last): File ...
0
votes
3answers
133 views

View newline and tab chars in Linux text editor

In Notepad++, you can go to View > Show Symbol > Show All Characters and see where the newline and tabs chars are. This is useful, because it allows you to easily identify where an indent is made with ...
0
votes
1answer
39 views

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 > ....
-1
votes
4answers
66 views

Why does compiler gives me error unusued variable n?

#include <stdio.h> #include <cs50.h> int main (void) { printf("Welcome to blabla\n"); // This next part gets user input and checks if the integer given by user is between 1 and ...
2
votes
2answers
67 views

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 ?
0
votes
0answers
61 views

Gedit SPICE syntax highlighting (problems parsing spaces)

I am currently trying to make a personal variant of syntax highlighting for SPICE (LTspice), working in gedit (2.30.4, LM14 Xfce, x64). Going through gedit's *.lang files for the first time I managed ...
1
vote
3answers
160 views

Opening a file externally using C program

I'd like to create a program that causes a running gedit process to open a .txt file in a new tab using C. The file would be the argument I supply to the program. However, I'd like to avoid using ...
0
votes
1answer
87 views

Unable to execute PHP from gedit using 'external tools' feature

In my gedit, I set an external tool like this:- Name: Run PHP Edit:- #!/bin/sh php Save: Nothing Input: Current document Output: Display in bottom pane Applicability: All documents But it is ...
1
vote
2answers
310 views

How to automatically run “/bin/bash --login” automatically in the embeded terminal of gedit on ubuntu 10.04?

Background: I updated RVM to latest version and .rvmrc so that I can direct rVM to use the project specific gemset. But it now requires that the bash shell be a login shell. So I did that via the ...
0
votes
1answer
58 views

Unknown symbol entries when grepping top output

I'm developing a bash script file that will log all CPU data, but when I log that data to log file I'm getting some irregular symbol entries in that log file. echo "Hi" $(top -n 1 | grep 'Mem' | cut ...
0
votes
4answers
272 views

Collapsable code in gedit

How to collapse a function , class , or method in gedit. i managed to install all plugins for gedit , but unable to find any plugin for the same.
0
votes
2answers
45 views

Weird stuff while viewing a file which was transferred with sockets in java

Well i am trying to transfer a file using sockets in java Here is the code Client Code try{ // get streams DataOutputStream dos = new DataOutputStream(socket.getOutputStream()); ...
0
votes
1answer
111 views

how to use non default color shema in GEdit syntax highlighting

I wrote a simple gedit xml lang file for do highlighting source code. When i use constructions like <style id="comment" _name="Comment" map-to="def:comment"/> <style id="keyword" ...
0
votes
0answers
78 views

Windows Gedit latest version quotation marks

I use the the latest version of Gedit (2.30.1 Windows client), when I try to use quotation marks, these ¨¨ characters show up. As a result, I get syntax error problems when using Python. I searched ...
0
votes
0answers
174 views

Isssues with mediumblob binary data (mysql.log file character encoding & phpmyadmin crashing ff)

I am doing some work on a zen cart site at the moment and have come across some issues with some data stored in the database. the data is binary data stored as mediumblob type. I am trying to log ...
0
votes
0answers
88 views

Gedit and Cython syntax highlight

Is out there some module for syntax highlighting in Gedit for Cython code?
1
vote
0answers
43 views

Is there a way to convert syntax highlighting file from TextPad to gedit?

Is there any script available which automatically translates a .syn file used by TextPad into a .lang file used by GtkSourceView in gedit? Or at least, any recursive pattern which may be easily ...
0
votes
1answer
137 views

How modify /etc/network/interfaces without gedit?

I'm doing a script and I would like to add the following line pre-up iptables-restore < /etc/iptables.rules to the file interfaces which is located on /etc/network/interfaces,but although I ...
0
votes
2answers
93 views

gtksourceview keyword escaping

In my language a keyword is the literal #list-empty? so I would like to match against this. I am using gtksourceview to provide syntax highlighting, and using the following definition ...
1
vote
1answer
148 views

PyGTK radio buttons are all checked

I'm trying to create a Window using PyGTK that has dynamically created radio buttons based of an array of Strings (an a array that looks like ["option 1", "option 2", "option 3"] would create 3 radio ...
0
votes
1answer
113 views

Gedit plugin to imitate TextMate space and tab functionality

I saw that nice TextMate functionality that shows a little arrow on tabulation and that ¬ symbol that is usefull to trace unnecessary whitespaces. I have gmate plugins, but this functionality doesnt ...
1
vote
2answers
101 views

Python - open gnome editor with Popen

I want to use Python to start gedit (default gnome text editor) with a file already opened. I'm able to do so, but when called from Python gedit will always open an extra tab named "Untitled Document ...
0
votes
0answers
46 views

how to integrate syntaxhighlighter into your ide

this is strictly speaking not a programming question, but was wondering if i could get some help on using 'syntaxhighlighter' so that my IDE would also look like that. ...
0
votes
0answers
43 views

Filter files based on extensions using gedit

Is there a way to include or exclude certain files from being shown in gedit ? For example, in my project directory, there are .metadata files. How can I filter them? Thanks Ravi
3
votes
1answer
195 views

How can I produce a nice output of a numpy matrix?

I currently have the following snippet: #!/usr/bin/python # -*- coding: utf-8 -*- import numpy from numpy import linalg A = [[1,2,47,11],[3,2,8,15],[0,0,3,1],[0,0,8,1]] S = ...
0
votes
0answers
109 views

Dealing with quotes in Gedit for windows

In gedit for windows I can't put/type any quotation mark (" '). So it's impossible to type strings. There's some people having the same problems but i can't find any solution yet. Already try to ...
2
votes
2answers
131 views

plugins for gedit in python

I've been trying to learn to write plugins for gedit 3.x in python and I'm facing a lot of difficulties in it. I want to know whether there are some things you should know beforehand (like PyGTK) to ...
2
votes
2answers
218 views

save on gedit remotely

On a machine I don't have physically access to, I left gedit open with a text file I forgot to save. I can ssh to that machine. The OS running there is Ubuntu. Is there any way I can save that file ...
0
votes
0answers
45 views

Gedit - can't see files inside Pane

I would like to use gedit but, for some reason I can't see files inside the side pane. I'v tried to download several versions, also, marked the filter option inside the side pane to "Show binary" and ...
2
votes
1answer
259 views

gedit in LXDE: black bar

I'm using Ubuntu 12.04 with LXDE desktop environment. When I use the normal Ubuntu desktop, everything is normal. When I'm using LXDE however, the bar with all opened files is black. You can see what ...
1
vote
0answers
158 views

Is there any way to get the embedded terminal gedit plugin in the mac version?

I downloaded gedit for mac and it seems like there is no embedded terminal plugin in the plugin selection preferences. Is there any way to get it?
0
votes
1answer
692 views

How to to build src from a CygPort?

I have a question about the structure of the source code from a cygport package. Here is the contents of a Cygports source file: the actual source bundle for the project (tar.gz, tar.bz2, etc.) the ...
0
votes
0answers
146 views

c/c++ <TODO> style comments in gedit and notepad++ for python and haskell

Hi this is a simple problem and i'm just wondering if this exists in haskell or python as it does in c and c++ when i write in c or c++ //<TODO> the editor notepad++ , gedit exc.. will ...
0
votes
1answer
431 views

Gedit open in new window then new tab

What I'm trying to do is make Gedit open a new window then in that new window open a new tab while having Gedit already open. The script I'm writing is a little big, 570 lines, so here is kind of an ...
0
votes
2answers
339 views

How do I browse the source code for a gem in Rails3 with RVM (linux & gedit)

I am running rails3 in Ubuntu and using gedit for coding. I am using RVM. To look at the gem source code I tried: bundle open jquery-rails That doesn't work since I hadn't setup an editor. After ...
0
votes
1answer
513 views

Where do gedit's preferences get saved to?

I am using Gedit 2.28.3 From the filesystem, I would like to stop the program from showing the "There is a new version of gedit (x.x.x)" Is there some way to do this?
0
votes
0answers
23 views

How can I get a 2.24 executable for gedit on windows?

http://ftp.gnome.org/pub/gnome/binaries/win32/gedit/ only goes to 2.25 I need an earlier executable, 2.24. Is there some way to get this without rebuilding the sucker?

1 2 3 4 5