Top "Gedit" questions

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

Math in reStructuredText with LaTeX

I would like to use a lightweight markup language to take notes in my college classes. My editor of choice …

math latex markdown restructuredtext gedit
Much needed: well-highlighted JSON log viewer

Using winston for node.js logging, I get json log files. A log file in this vein is simply a …

json sublimetext gedit winston
Run gedit on OSX Mavericks?

The Version of Gedit on the gnome.org site does not seem to run on OSX Mavericks. Is there any …

macos gedit osx-mavericks
Detecting end of input using std::getline

I have a code with the following snippet: std::string input; while(std::getline(std::cin, input)) { //some read only …

c++ while-loop stdin getline gedit
GEdit/Python execution plugin?

I'm just starting out learning python with GEdit plus various plugins as my IDE. Visual Studio/F# has a feature …

python plugins gedit
What are those vertical lines in Notepad++ called? The ones that light up for matching brackets or tags, etc

I'd like an actual term for them. Tab lines? I can't find a reference to them on google because i …

notepad++ gedit
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?

linux assembly syntax-highlighting gedit
Creating your own syntax highlighting in GEdit?

How do you add a 'keyword' to the GEdit list of keywords? I basiclly want to make the printf function …

c linux gnome gedit
How to configure gedit as git core.editor?

I have gedit configured as git core.editor. git config --global core.editor "gedit" This works fine unless there is …

git gedit
Highlight BOTH matching braces into Gedit

Any way to highlight both braces on Gedit?, it's annoying when you have several braces joined and is not clear …

gedit braces