Metagedit

Metagedit is a python plugin for Gedit (GNOME Text Editor, usually shipped with Debian, Fedora, openSUSE and Ubuntu) which adds various improvements and functionalities to it.

Metagedit screenshot 1

Cost / License

Platforms

  • Linux
  • gedit
Metagedit screenshot 1
Metagedit screenshot 2
+1
Metagedit screenshot 3
-
No reviews
0likes
0comments
0alternatives
0news articles

Features

Suggest and vote on features
  1.  Dark Mode
  2.  Session Management
  3.  Python-based
  4.  Color Picker
  5.  Support for Keyboard Shortcuts

 Tags

  • Python
  • gedit-plugin
  • document-statistics
  • gedit

Metagedit News & Activities

Highlights All activities

Recent activities

No activities found.

Metagedit information

  • Developed by

    pedro
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentPhotos & Graphics

GitHub repository

  •  22 Stars
  •  3 Forks
  •  0 Open Issues
  •   Updated  
View on GitHub
Metagedit was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Metagedit?

Metagedit is a python plugin for Gedit (GNOME Text Editor, usually shipped with Debian, Fedora, openSUSE and Ubuntu) which adds various improvements and functionalities to it.

Characteristics

  • Metagedit-related settings/prefs are all stored using GSettings, persisting through Gedit sessions and being externally modifiable via gsettings interfaces;
  • Saved sessions are stored as files at a subfolder inside Gedit's config folder, so to be easily copied around;
  • Most operations work both on the whole document (when nothing is selected) and on selected parts only (when something is).

Features It Adds

  • Color Picker: adds a better "Pick Color" dialog, accessible via Tools menu;
  • Dark Theme: adds a toggle at View menu to enable/disable the GTK dark theme for Gedit;
  • Document Statistics: adds a real-time/self-refreshing "Document Statistics" dialog, accessible via Tools menu;
  • Encoding Utilities: adds functionalities to better auto-detect or manually set the actual encoding of documents and more, all accessible via context menu (dialog for manually setting encoding allows for previewing the effects), and shows the current encoding on the status bar;
  • Extra/New Keyboard Shortcuts: adds some extra keyboard shortcuts, like ctrl+Y for undoing, ctrl+E for deleting current line (or selected ones) and ctrl+Tab/ctrl+shift+Tab/ctrl+PageDown/ctrl+PageUp to switch tabs;
  • Line Operations: adds an improved Sort dialog to Gedit (at Tools menu and context menu) and also some quick linewise sort-like (removing empty lines, sorting, deduplicating, reversing and shuffling) and joining operations to context menu (works both on selections and whole-document-wide);
  • Open as Administrator: adds a File menu option to re-open file as administrator (Root), making it possible to quikcly edit protected file;
  • Overlay Scrollbar: adds a toggle at View menu to enable/disable overlay scrollbars for Gedit;
  • Remove Trailing Spaces: adds a context menu option to remove trailing spaces (incl. trailing newlines when applied to the whole document);
  • Scroll Past Bottom: adds a bottom margin to Gedit view, which can be enabled/disable via toggle on View menu;
  • Sessions: adds a "Sessions" submenu where it is possible to save and load Gedit tab sessions and also toggle auto-resuming of previous session on startup (remembering tabs);
  • Smart Home/End/Backspace: enables the Smart-Home, Smart-End and Smart-Backspace behaviors (pressing Home moves first to the end of indentation, pressing End acts similarly and pressing Backspace on indentations removes as many spaces as needed to remove one indentation level).