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
1answer
21 views

Is there a way to tell gedit that .sage files should always be highlighted as Python code?

Well, that's about all there is to say. Currently I have to set the highlighting on each file by hand, which is getting annoying, especially since it sometimes forgets and I have to set it again. I'm ...
0
votes
1answer
19 views

gedit syntax highlighting for assembler files (*.asm)

By default, gedit doesn't syntax highlight .asm files. How can I add this support for this language?
0
votes
0answers
27 views

Is it possible to send “CTRL + BUTTON” to the computer with a single button-press on the keyboard? [closed]

I am trying to simplify the way i have to press CTRL + BUTTON on the keyboard in order to execute things in linux. is it possible these 2 buttons can be combined so it becomes a SINGLE BUTTON ...
0
votes
1answer
21 views

Gedit Snippets Plugin : How do you use the “tab trigger”?

I enabled "snippets" in gedit. i added a new snippet. Value: aaaaaaaaaaaaaaaa Tab Trigger : a Shortcut key : CTRL + 1 Drop targets : none everytime i press CTRL + 1 it inserts aaaaaaaaaaaaaaaa ...
0
votes
0answers
31 views

Can I run python from gedit on ctrl-enter?

I'm running a gedit / ipython plugin that runs a command on ctrlr. It's handy, but I also make heavy use of RStudio which runs commands on ctrlenter and I'd like to get the same functionality in ...
0
votes
0answers
14 views

Ditch the Out[] prompt in ipython

I'm using the excellent Gedit IPython plugin and finding I have a minor frustration with it. If I run some code right in the console, I get results and a new In [1]: prompt. If I run code from gedit ...
0
votes
0answers
27 views

How to comment-out multiple lines in Pluma (Gedit fork)?

Is there a way to comment-out a block of code in Pluma (Gedit fork apparently)? For example in python, I would like to select a block of code: def foo(bar): return bar * 2 And comment it out: ...
-2
votes
0answers
18 views

Creating a menu driven program

Im a newbie in this linux program. I was learning in creating a menu driven program for linux (not shell-script) and im kinda stuck on how to create a file using the menu driven program. I use the ...
0
votes
0answers
19 views

how can i set a shell console on the bottom such as python and R consloe in gedit?

I have installed python and R plugin in gedit,you can see the attachment,when i want to input shell command,i have to select tools-external tools-run command,and input shell command,it is not ...
0
votes
0answers
26 views

Generating key press event for a python gedit plugin

I wrote this Gedit 3 plugin (https://github.com/eguaio/gedit-macropy/blob/master/macropy.py) for recording and playing back macros. I was requested to add the functionality of saving the macros for ...
0
votes
0answers
18 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
102 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
38 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 ...
2
votes
1answer
150 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
41 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 ...
5
votes
3answers
74 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
48 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
53 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
108 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
98 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
56 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
77 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
71 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
166 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
44 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
67 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
80 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
66 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
172 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
97 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
450 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
62 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
400 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
124 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
80 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
184 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
93 views

Gedit and Cython syntax highlight

Is out there some module for syntax highlighting in Gedit for Cython code?
1
vote
0answers
49 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
149 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
97 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
158 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
118 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
105 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
48 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
45 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
241 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
113 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
147 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
240 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 ...

1 2 3 4 5