Top "Gedit" questions

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

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 …

python numpy formatting gedit
How to redo on gedit

I'm new on Linux and new on gedit, of course. I use Ctrl+Z to undo something, but undo too …

linux gedit redo
How to check if a file is opened in Linux?

The thing is, I want to track if a user tries to open a file on a shared account. I'm …

linux file gedit lsof
Linux gedit and the terminal

Whenever I am using gedit to write code I can access either gedit or the terminal but not both. For …

linux terminal gedit
I'm trying to run gedit in cygwin, but receiving error

I'm trying to run some normal text editor in cygwin (version 2.4.1(0.293/5/3)). I've really disappointed and frustrated with emacs :( So I …

cygwin gedit
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 …

notepad++ gedit
Regex replace pattern - advanced find plugin for Gedit

I'm trying to replace all instances of $offer->variablenames with $offer['variablenames'] Is this possible? I'm using advanced find …

regex gedit
Text editing - insert comments (#) in Ubuntu with gedit or other text editor

I am programming in a dedicated language called macro language. To comment I need to add # at the beginning of …

text edit gedit
How do I keep formatting when copying from gedit into open office?

I am editing octave files in gedit, and it does a nice job highlighting them. However, when I try to …

formatting copy openoffice.org paste gedit
How do I follow python PEP8 regarding line breaks, and how important is it?

I am writing in python 3.5.1 and I am a programming novice. I use gedit with a pep8 and pyflakes plugins …

python pep8 gedit python-3.5 pyflakes