Comments on Useful Gedit Plugins for Software Developers
Gedit offers almost all the features expected from a basic text editor, but if that's not enough for some reason, you can add more functionality to it through plugins. This tutorial covers three of the most useful Gedit plugins for programmers.
6 Comment(s)
Comments
How do I change the colors for the terminal plugin; on my system is white text against a light-grey background.
See this stack overflow for changing colors in the gedit terminal: https://askubuntu.com/questions/433691/how-to-change-gedit-embeded-terminal-plugin-colors
Then if that doesn't work do this afterwards: https://askubuntu.com/questions/891369/how-to-change-the-colours-of-the-embedded-terminal-in-gedit-in-ubuntu-16-04-lts
Hopefully these help!
Hi. I can't figure out how to change the colors of the navigation of the file browser, which relains very bright when the console and editor are set to dark colors.
I had to open Gedit as root to get access to preference
i'm looking for a plugin that could run makefile from the same directory of the edited file, just like Geany does - entering make from the embedded terminal isn't the same thing
missing a plugin for running makefiles from the same directory where the code is, just like geany does (i'm actually only using geany because of this...)