gedit Questions

3

I like the syntax highlight style scheme used for R scripts in github and I would like to get it to my gedit editor. Where could I get it?
Sue asked 2/12, 2010 at 8:34

3

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 w...
Ditter asked 5/8, 2012 at 20:19

3

Solved

There are multiple files openned with gedit. Is there any shortcut key to move from one tab to another tab ?
Huambo asked 9/10, 2011 at 0:43

1

Solved

I have always been a fan of Gedit in Linux as my default text editor. How do I make it the defualt in Fedora 20 kde. I know that it is so in Gnome but I want the same in KDE. Is there a way?
Slade asked 13/3, 2014 at 4:13

2

I'd like a shortcut key for GEdit that will run the currently open .py file when I press, say, F5. I have a script that does this via an external Terminal window, but I'm having more trouble creati...
Georgianngeorgianna asked 4/3, 2014 at 5:52

3

Solved

I have a code with the following snippet: std::string input; while(std::getline(std::cin, input)) { //some read only processing with input } When I run the program code, I redirect stdin input...
Hardset asked 30/10, 2013 at 3:32

4

Solved

The answer to this must be somewhere but I'm not finding it -- can anyone help me understand why in Gedit, if I have a page of code there is no extra trailing blank line, but then when I do a file ...
Rives asked 16/6, 2010 at 19:58

2

I have created a document and have not saved it yet. The gedit has become unresponsive. Is there anyway I can save or get the content of my file before killing the process?
Electrophone asked 23/6, 2013 at 23:30

3

Solved

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'] === (s...
Percutaneous asked 22/3, 2013 at 14:49

2

I installed the latest version (2.30.1) of Gedit for Windows. And whenever I open files from explorer with gedit, it won't open as tabs in the current instance, instead it opens a new window ...
Colatitude asked 20/9, 2011 at 17:28

1

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 ...
Inclinable asked 15/3, 2012 at 3:52

3

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.
Hallerson asked 20/11, 2012 at 15:32

4

Solved

When I was using a Linux laptop as my dev machine, I used to do "gedit xxxx" in a Terminal. Now I just switched to MacBook, I d like to do the same thing. I know that I can open gedit in a c...
Lyda asked 26/1, 2012 at 1:24

3

Solved

People claim different things(such as aspell, enchant, etc.) on different web pages. However, as far as I can see, it uses hunspell. Does anyone have solid knowledge on this?
Emogene asked 19/8, 2011 at 23:45

1

Solved

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 = [[113,49,2,283],[-113...
Unmentionable asked 10/9, 2012 at 8:23

2

Solved

I'd like an actual term for them. Tab lines? I can't find a reference to them on google because i don't know what to search for! I wanna see if there's something like this for Gedit.
Taal asked 21/10, 2010 at 8:51

11

Solved

I would like to use a lightweight markup language to take notes in my college classes. My editor of choice is gedit, and I found reStructuredText Tools for Gedit, which will run the reStructuredT...
Heidyheifer asked 31/8, 2010 at 15:28

5

Solved

So I've got some troubles with character encoding. When I put the following two characters into a UTF32 encoded text file: 𩸕 鸕 and then run this code on them: System.IO.StreamReader streamReader ...
Newel asked 3/4, 2012 at 5:44

2

Solved

I'm trying to replace all instances of $offer->variablenames with $offer['variablenames'] Is this possible? I'm using advanced find plugin for gedit. It's just heiroglyphs to me... Would...
Lagerkvist asked 16/2, 2012 at 17:28

2

Solved

How do you add a 'keyword' to the GEdit list of keywords? I basiclly want to make the printf function look like a keyword. printf("Hello World\n");
Macaronic asked 20/4, 2009 at 3:27

1

Solved

How do I specify the placeholder for the current in Gedit's manage external tools. For example if I want this in my external tools what should i use? perl -d:ptkdb my_current_file.pl pertidy my...
Madalene asked 25/11, 2011 at 10:33

2

Solved

I've tried multiple times to install the Zen Coding plugin for Gedit in Ubuntu 11.10. (I have all the latest updates installed.) I know I'm doing it correctly because I've done it on other installa...
Enquire asked 18/9, 2011 at 19:32

1

Solved

I've developed a syntax highlighter in Java for Android and it's working well, but the problem is it can be slow with big files. So I'm wondering how source code editors like Eclipse and Gedit (Ub...
Disused asked 30/8, 2011 at 12:50

1

Solved

I want to make Gedit look like Textmate, and act like it too. I have read many tutorials on the net, but can't find an easy to follow guide. I am using Ubuntu 11.04 and would like to use it for Rub...
Flotage asked 17/6, 2011 at 14:35

1

Solved

I'm learning Python and I try to use Python Markdown in a gedit plugin. Here's how my files are organized: ~/.gnome2/gedit/plugins/mytest.gedit-plugin ~/.gnome2/gedit/plugins/mytest/ ~/.gnome2/ged...
Infestation asked 1/6, 2011 at 22:13

© 2022 - 2024 — McMap. All rights reserved.