Third party gedit plugins - version 2
Installation
To install one of these plugins, you need to download the files and put them in your ~/.gnome2/gedit/plugins/ directory (which may need to be created). They need to be in that exact directory; subdirectories are not scanned for plugins.
List
Advanced Bookmarks
Advanced bookmarking tool for Gedit. More: http://code.google.com/p/advanced-bookmarks-gedit-plugin/
Advanced Find / Replace
Advanced find / replace functions for Gedit. Find / replace in documents. More: http://code.google.com/p/advanced-find/
Align
Align blocks of text into columns. Download: http://users.tkk.fi/~otsaloma/gedit
Another TODO Marks List manager
Another Gedit TODO list plugin, based on ToDo List by Nando Vieira (see bellow). Entirely rewritten in Python, and configurable. More details: http://blog.siverti.com.br/gedit-todo-list-plugin/ . Latest version: http://sourceforge.net/projects/gedit-todo/
AutoComplete
Adds a popup dialog completion of words already used in any document currently open in Gedit. In order to play nice with snippets plugin, trigger is set to Enter. Latest version: http://github.com/nagaozen/gedit-plugin-autocomplete/
Automatically Strip All Trailing Whitespace In PHP
Automatically strip all whitespace after ?> tag in PHP files, after they are saved. Download: http://ahwayakchih.neoni.net/files/trimends4php.tar.gz
Automatic compilation for SWFTools
Automatically call swfc compilation for saved file, if it has ".swfc" extension. Download: http://ahwayakchih.neoni.net/files/swfc.zip
Autosave editing sessions
Save tabs and restore them automatically on start-up without asking Download: http://sourceforge.net/projects/geditautosaves/
Auto Tab
Auto-detect indent settings (width and tab/spaces) in source files and adjusts tabbing accordingly for each buffer on the fly. Plays nicely with the Modelines plugin, and any other plugin can easily ask it to skip any file if they need to. Download: http://code.google.com/p/gedit-autotab/
Auto Tab by Language
Configure tab setting for each language you want, and have those setting in effect the next time you open corresponding program source files. Never again need to manually configure tab setting to edit source files. Download: http://github.com/dvertx/autotablang/
Bazaar
This plugin aims to bring to Gedit all the benefits of Bazaar's helpfulness on the collaboration problem. Bazaar is a Version Control System developed in Python (bazaar-vcs.org). Download: https://launchpad.net/bzr-gedit/
Bazaar Panel
This Bazaar plugin provides diffs, revision history and more in the bottom panel. Project page: https://launchpad.net/gedit-bzr-panel
Better Python Console
Python Console(s) in the style of IDLE (Execute Python Code by hitting F5). More: Apps/Gedit/Plugins/BetterPythonConsole
Bidi assist
Adds some useful features for bidirectional scripts like Arabic and Hebrew. Download: http://zwnj.org/proj/gedit/bidiassist. (More)
Bookmarks
Adds a bookmarking system with support for folders. Download: http://www.psyguygames.com/Bookmarks_plugin1.01.tar.gz
Browser Preview
Showing the current Web page you are editing in Gedit directly in Firefox, Opera, Konquerer or Internet Explorer 6. http://my.opera.com/area42/blog/gedit-browser-preview-plugin
Class Browser
A class browser located in the side pane. Based on ctags, it supports a wide range of languages. Download: http://www.stambouliote.de/projects/gedit_plugins.html
Click Config
Allows configuration of mouse-click text selections. Any regex-defined text selection can be assigned to a single-click, double-click, triple-click, quadruple-click, or quintuple-click. So, for example, you can set it to select a name with underscores with a double-click. Download: http://code.google.com/p/gedit-click-config/
Clientside Plugin
A plugin which provides tools to format, minify, and validate javascript and css. The plugin makes use of CSSTidy, JS-Beautify, JSLint, and JSMin. Homepage: http://trentrichardson.com/2010/11/30/gedit-clientside-plugin/ Download: http://github.com/trentrichardson/Gedit-Clientside-Plugin
CMYKProject Manager
A TextMate-like project manager without configuration or project files. Supports drag-and-drop of folders. New functionalities will be added in next weeks. Download: http://github.com/MichaelCereda/CMYKProjectManager/
Code Formatter
Type CTRL+ALT+F your source code will be formatted, currently it has only support for Ruby source files, but more languages will be added by request and a configuration screen is planned for the next version. Download: http://www.urubatan.info/tags/gedit
Color Panes
Applies the foreground and background colors of the current Gedit color scheme to the side and bottom panes. Download: http://code.google.com/p/gedit-color-panes/
Control Your Tabs
Switch between tabs using Ctrl+Tab / Ctrl+Shift+Tab (most recently used order) and Ctrl+PageUp / Ctrl+PageDown (tab row order) Download: https://github.com/jefferyto/gedit-control-your-tabs
Convert special character to HTML or XML entities
Convert special characters, accents characters, symbols, greek letters, math symbols to HTML or XML entities. It converts only selected characters. Based on ISO-8859-1 Download: http://krypt77.altervista.org/download/gedit/Convert_special.zip
Current Line Background Color
Set the current line background color. Update: Configuration dialog added. Latest version: svn co http://svn.simplesideias.com.br/general/gedit/plugins/current_line/ . Deprecated: This plugin is now available in the built-in.
Dictionary
Gnome dictionary integration for gedit. Download: svn checkout --username anonsvn https://forxa.mancomun.org/svn/dict-plugin Password: anonsvn
Dictionary Lookup
Search highlighted word in Gnome dictionary, also with shortcut Ctrl+L. Written in Python. Download: http://opensource.booleanize.com/project/gedit-plugin/
Docstring Wizard
A plugin to insert epydoc conform docstrings into a (Python) document on the fly based on regular expressions. Download:http://code.google.com/p/docstringwizard/
Doctest interactive
The idoctestgeditplugin searches for pieces of text that look like interactive Python sessions, and then executes those sessions. Use <Shift><Enter> to activate the snippet and see a returned code in the document. Download:http://github.com/nsigustavo/idoctestgeditplugin/tarball/master
Document Words Completion
Complete previously written words in the current document. Support completion by pressing <Control>+Return or autocompletion. One can configure enable/disable autocompletion and set the autocompletion delay. This plugin needs GtkSourceCompletion library. You can download and install the gtksourcecompletion library and gedit plugin from the project page: https://sourceforge.net/projects/gtksourcecomple. Take a look at this (Screencast)
Eddt - File Browser
A directory browsing plugin written in Python. Download: http://sourceforge.net/projects/eddt/files/
Edit shortcuts
Assign shortcuts to all menu items and maybe more... Download: http://empty.23inch.de/pmwiki.php/Main/EditShortcuts
EditorConfig plugin for Gedit, a tool helps developers define and maintain consistent coding styles. Download: http://github.com/editorconfig/editorconfig-gedit
Elastic tabstops
An attempt to solve the tabs-versus-spaces issue by making tab stops that expand or shrink to fit their contents (includes functionality to convert files that use spaces for alignment). Download: http://nickgravgaard.com/elastictabstops/gedit/plugins.tar.gz More: http://nickgravgaard.com/elastictabstops/
Encdecplugin
Encode, decode and hash strings in gedit using, for example, base64, HTML entities, URL encoding, ASCII-hex, MD5, sha256, etc. Download: https://sourceforge.net/projects/encdecplugin/
End of line
Convert line endings to switch from UNIX to DOS to Macintosh text format.
Execute Script
Ask a question to make executable a script. Download: executescript.tar.gz
FASTA Cleanup
Quickly clean up a gene sequence file in FASTA format. Download: http://gedit-fasta.googlecode.com/
File Search
Search for text in all files in a directory. Download: http://oliver.github.com/gedit-file-search/
Find in Documents (v3)
Adds a side panel (or dialog) that allows searching all open documents for a string. v3 (5/9/10) adds real-time searches of unsaved documents, removes side panel dependency, adds Search menu item. v2 (1/10/10) adds same-directory searches, result previews. Uses grep. Download: http://www.psyguygames.com/FindInDocuments_plugin_3.tar.gz
Alternate version with additional German localisation: http://my.opera.com/area42/blog/gedit-find-in-files-and-find-in-documents-plugin
Find in Files
Modification of the Find in Documents plugin but searches all documents under the root of one's file browser side pane. Requires FileBrowser plugin to be active.
More: http://www.hackido.com/2009/11/gedit-find-in-files-now-with-ack.html
Another version with additional German localisation: http://my.opera.com/area42/blog/gedit-find-in-files-and-find-in-documents-plugin
Focus Autosave
Save all unsaved documents when window loses focus. Download: http://github.com/kassoulet/gedit-focus-autosave
Gedit Developer Plugins
- A collection of plugins
Screenshots: http://curtis.hovey.name/gallery/Sinzui/gdp-2-26-1/
Download: https://launchpad.net/gdp
GDP Bazaar Integration: integrates bzr-gtk to show status, tags,
- annotations, visualize, commit, merge, and push. Open files changed in
- the branch.
GDP Find and Replace: Find and replace in multiple files. Open files and
- jump to the line from the results pane. Directories and file types can be
- specified. Regular expressions are supported.
GDP Format: Check and format text and code. Format paragraphs, lists, and
- imports. Reformat test using regular expressions. Check the syntax and
- style of Python, XML, and plain text. Check and reformat Python
- doctests.
GDP Syntax Completer:
Use <Shift><Control>Space to activate the snippet completer window
- to see a list of matching words in the document. Complete Python symbols
- from imports and those defined in the module.
Gedit Custom Indent
Custom indentation settings per language. Download: https://github.com/lvaz/gedit-custom-indent
gedit-markdown
Syntax highlighting, snippets, external tool, color scheme and embedded HTML preview for Markdown. Download: http://www.jpfleury.net/en/software/gedit-markdown.php More: Apps/Gedit/MarkdownSupport
gedit-pastebin
Allows the current document or selected text to be uploaded to pastebin.com using an account or anonymously. Supports setting name, syntax language, expiry date and visibility of a paste. Download: https://github.com/murraysum/geditpastebin
Gedit RE Search
A Regular expression search/replace plugin which aims to mimic the native Search/Replace Gedit dialog. As described here, it is based upon Daniel D'Andrada / Rafael Silva work from here and has these changes. Download: https://bitbucket.org/brandizzi/gedit-re-search/wiki/Home
gedittools
- A collection of smaller plug-ins for gedit:
- XML Highlighting on double click
- Highlighting of selected in whole document word on double click
- Counting occurances of selection and showing results in statusbar
- Launching "meld" as DIFF tool based on selection of opened documents
Download: https://github.com/mmuell23/mmuell23
- A collection of smaller plug-ins for gedit:
Gezilla Mozilla Development
Mozilla Development to Gedit. Download: http://code.google.com/p/gezilla/
Grep
Yet another plugin to search in opened files or in a directory. When searching opened files uses actual content even if files were not saved. When search in directory allows one to specify file pattern and if subdirectories should be included. More: http://blog.veles.info/index.php/2008/05/gedit-grep-plugin/ Download: http://code.google.com/p/gedit-grep/
GtkSnippets gedit plugin
Adds snippets support using GtkSnippets and GtkSourceCompletion library. Homepage: https://sourceforge.net/projects/gtksnippets/
Hide UI
Toggle between showing the normal gedit UI and hiding all the UI elements except for the main text area and the status bar. Download: http://www.icecrew.nl/files/gedit/hideui.tar.gz
Highlight Edited Lines
Highlights lines changed during your edit session. Download: http://1dan.org/gedit-plugins/highlight-edited-lines/
Highlight Text
Adds a menu item to gedit's Search menu that will highlight the selected text without opening the incremental search. Download: http://code.google.com/p/gedit-highlight-text/
HTML export
Export highlighted text to HTML. Download: http://www.markus-jonsson.com/downloads/?path=./gedit-html-export
Debian/ubuntu file here. Download http://packages.debian.org/sid/all/openoffice.org-coooder
Download broken, files available from Bugzilla: Bug report: gnomebug:323588
HTML-Tidy
Check or correct HTML (and, to some extent, XHTML and XML) sources with HTML-Tidy. Project page: http://code.google.com/p/gedit-html-tidy-plugin/
Import/export External-Tools and Plugins
GEdit Plugin to save the GEdit profile concerned to External-Tools and Plugins that the user have configured. This plugin, makes easy to backup such data (tools and plugins), by exporting/importing the profile to/from a tar.gz file. More: http://yguarata.com/blog/?p=116
ISO-8859-1 Accents to HTML Entities
Convert ISO-8859-1 accents characters to html entities. More: http://code.google.com/p/iso88591accentstohtmlentities/
Language Reference/ Programming Help
Showing a external Language Reference/ Programming Help (can be a XML DocBook, PDF, HTML page, CHM Windows help file or PostScript file) from "~/.gnome2/gedit/help" http://my.opera.com/area42/blog/gedit-language-reference-plugin
Lastdocs
Presents a simple dialog that shows the last opened files that can be edited with Gedit. More: http://rockiger.com/en/content/lastdocs-plugin-gedit Download: http://sites.google.com/site/ecomputicus/Home/gedit-plugins/lastdocs-0.1.tar.gz
LaTeX
LaTeX and BibTeX plugin. Homepage: http://www.michaels-website.de/gedit-latex-plugin/ Download: http://sourceforge.net/projects/gedit-latex/files/
LaTeX Brackets
Automatically inserts the appropriate closing bracket whenever a common LaTeX opening bracket is typed. Project page: https://github.com/dwilding/latex-brackets
Line Ending Style
Allows the line ending style of documents to be quickly ascertained and changed Homepage: http://code.google.com/p/gedit-line-ending-style-plugin/
Line-spacing
Increase or decrease spacing between lines. Download: http://users.tkk.fi/~otsaloma/gedit
Line Spacing
Adjust Line Spacing. Download: https://github.com/rcvalle/gedit-2-linespacing
Line Tools Plugin
Provides useful line functionality to increase editing efficiency. Features include line duplication, bookmarking, and more! Apps/Gedit/LineToolsPlugin
Live HTML Timestamp
Insert and update a live time stamp in an HTML file à la XEmacs' HTML mode Homepage: http://vax64.dk/live-html-timestamp/
Lorem Ipsum
This Gedit plugin inserts the Latin text block, beginning with "Lorem ipsum...", at the current cursor's position. Insert Lorem Ipsum - Gedit Plugin
Macro
This Gedit plugin records a macro of keys pressed and plays it back. Macro - Gedit Plugin
Marquee-Mark
Navigable index of specially-formatted comments (## or /**, on its own line). Marquee-Mark - Gedit Plugin
Msgid Diff
This plugin is useful when editing po files and when one wants to compare old and new msgids, when old msgids are kept in the file with --previous option of msgmerge. It launches Meld (must be installed) to show the diff. Download: git clone http://www.2xlibre.net/git/msgiddiff.git
Multi-edit
Allows the user to edit a document in multiple places simultaneously, to aid repetitive programming tasks. More info: http://code-tree.github.io/imitation/
Multiple Copy/Paste Channels
Use Ctrl+[0-9] to copy to one of 10 channels, and Ctrl+Alt+[0-9] to paste from them. Download: http://www.dave-sullivan.com/project/gedit-copy
New from Template
Create a new file based on a custom defined template http://my.opera.com/area42/blog/gedit-template-plugin
Newline Madness
Change newline type / line endings for the current document. Also shows the current newline type in the statusbar. (Requires gedit 2.29.5 or above.) Download: https://github.com/jefferyto/gedit-newline-madness
Ocaml Interactive Mode
Provides an interactive code interpreter for Ocaml language, where you can execute either a selected portion of the document, or the current block of instructions. Download: OcamlInteractiveMode.tar.gz
Open File
Opens files based on name query (based on textmate open file) http://github.com/vbabiy/gedit-openfiles/tree/master
Open Folder
Open the folder containing the active file http://code.google.com/p/gedit-open-folder
Open Header/Body
Open the corresponding header or body file http://blog.squidy.info/projects/open-headerbody-gedit-plugin/
Open tran
Use open tran service in gedit. Download: svn checkout --username anonsvn https://forxa.mancomun.org/svn/open-tran Password: anonsvn
Pair char autocompletion
Automatically inserts a closing bracket whenever an opening bracket is typed. Selecting a block of text and typing an opening parenthesis or quote character will enclose the selection in quotes or parenthesis. Download: http://code.google.com/p/gedit-pair-char-autocomplete/
Pastebin uploader
Upload whole document or selected text to pastebin.com using the one-click method. Download: pastebin.tar.gz
Perltidy plugin
Run your perl code through the perltidy application. Download: http://github.com/jkva/gedit-perltidy-plugin
P.I.G.
Privacy in gedit, encode and decode text to base64 and protect with login dialog. Download: http://privacyingedit.sourceforge.net/
Pointer Focus
Gives keyboard focus to the part of the gedit window under the pointer. Download: http://code.google.com/p/gedit-pointer-focus/
Project Manager
Group files together into projects, and save them. Download: http://sourceforge.net/projects/gedit-fileset
Project Marker
Create a list of directories to act as a project root. Then, every time a file is opened, it is checked if it is under any of these directories. If so, then a "root_dir" variable is set for that view which can then be seen by another plugin via view.get_data("root_dir"). This plugin is meant to be used by other plugins to actually be useful, e.g., a build plugin that needs to know the root directory of the current project. Download: https://code.launchpad.net/~delfick/+junk/projectMarker
Pylint 2
Analyze Python source code with Pylint. Project Page: https://launchpad.net/gedit-pylint-2. The plugin is a fork of Pylint plugin with some improvements.
PyRikai
A Japanese dictionary plugin using EDICT; inspired by the Firefox plugin Rikaichan. Download: http://code.google.com/p/pyrikai/
Python Indentation
Smart indentation for Python code. http://libreamoi.com/?p=9 Download: python_indentation.tar.gz
Python Profiler
Profiling Python programs from within gedit. The statistics is displayed in the bottom panel. It is also possible to profile the gedit plugins. Project page: https://launchpad.net/gedit-pyprofiler
Python Tracebacks in Gedit
Simple navigation to the source of Python exceptions. Project page: https://launchpad.net/gedit-python-traceback
Quick Highlight Mode
Shortcut for Highlight Mode with autocomplete - Just press Ctrl+Shift+H Latest version: http://github.com/nagaozen/gedit-plugin-quickhighlightmode/
Rails Extract Partial
Type CTRL+ALT+P to crop currently selected text to a new partial. More information and download: http://blog.siverti.com.br/gmate
Rails Hot Commands
Type CTRL+ALT+C and rch open a list of Rails/Rake commands, click run and RHC will open a Shell Prompt (embedded) with your command. Download: http://code.google.com/p/rhc/
Rails Hotkeys
Open files in your Ruby on Rails project by pressing hotkeys. After install, press Ctrl+Shift+R and then F1 for a list of available hotkeys. Latest version: svn co http://svn.simplesideias.com.br/general/gedit/plugins/rails_hotkeys/
Regex Search & Replace
For search and replace in documents using regular expressions. Info and Download: http://halfhourhacks.blogspot.com/2008/03/gedit-regular-expression-plugin.html
Alternative: svn checkout http://yare-gedit-plugin.googlecode.com/svn/trunk/ yare-gedit-plugin-read-only
If one just wants to search text in documents using regular expressions (regex). Download: http://tapioca-voip.sourceforge.net/regexsearch_gedit_plugin.tar.gz
Regex Search Files
Search text in files using regular expressions (regex). Download: http://int.ractable.com/gedit-plugins/regexpsearchfiles-0.2.1.zip or for older Gedit that doesn't use GtkSourceView2 http://int.ractable.com/gedit-plugins/regexpsearchfiles-0.2.zip
Reident
Reindent the code following PEP008 Guidelines. More: Apps/Gedit/Plugins/Reindent
Remote Filesystem Save Workaround
For people who edit files on remote filesystems and get a warning every time they save that the file has been modified. Download: http://chrisnicholls.ca/wp-content/uploads/2008/03/netsave-gedit-plugin-0.1.tar.gz More: http://chrisnicholls.ca/code/gedit-plugins/
Reopen Tabs
Loads recently opened documents when Gedit starts. More: http://code.google.com/p/reopen-tabs-gedit-plugin/
Fork with some bug fixes and improvements. More: https://github.com/disfated/gedit-plugin-reopen-tabs
Rewrap
Re-wraps blocks of text based on the current right margin setting. Maintains indentation and comment markers based on the first line. Download: http://code.google.com/p/gedit-rewrap/. View the screencast
Rgedit
Transforms gedit into a light-weight and minimalistic IDE for the statistical environment R. It allows the user to embed up to 3 independent R consoles in the bottom pane and send to the current console the current line, the selection, the whole text or a predefined block of source code (plus more). More: http://sourceforge.net/projects/rgedit/
Right Pane
Allows one to display a right pane and to manage it. Download: https://sourceforge.net/projects/gedit-rightpane/
Run in Python
Adds (to the Tools menu) an option that allows you to run the current document in the Python interpreter. Interpreter output appears in the bottom panel. Version 1.02 - Prevents Zombies and adds a clear console menu item. Also fixes possible naming conflict. Download: http://www.psyguygames.com/RunInPython_plugin1.02.tar.gz
Save without trailing space
Automatically strip all trailing whitespace before saving. Download: http://users.tkk.fi/~otsaloma/gedit
Sced
SuperCollider interaction plugin. Download: http://artfwo.googlepages.com/sced
Scratchtab
Plugin allowing to take persistent notes in the side panel. Download: http://www.omacronides.com/projets/gedit-scratchtab/
Scroll paste fix
Fix the default scroll behaviour of GTK during a copy paste Download: http://github.com/potyl/gedit-scrollpaste
Seahorse
Encrypt the current document. Download: http://gnome.org/projects/seahorse
Search for symbol
Search the document for the symbol currently under cursor. Download: https://github.com/vfaronov/gedit-searchsym/downloads
Sequence Masker
Quickly mask a region of a biological sequence or alignment file. Download: http://gedit-sequencemask.googlecode.com/
Smart Highlighting
Highlight occurrences of current selected text. More: http://code.google.com/p/smart-highlighting-gedit/
Smart Home
Smart Home behavior change plugin. Default is first press of home goes to the start of the line, second press goes to the start of the indentation on the line. This reverses that. Download: http://github.com/kemayo/gedit-smarthome/tree/master
Note: you can achieve the same behavior by setting the /apps/gedit-2/preferences/editor/smart_home_end/smart_home_end key in gconf (use gconf-editor) to BEFORE.
Smart Indent
Automatically indent your code based on regular expressions More info and Download: http://blog.siverti.com.br/gmate
Smart indentation plugin for C/C++/Java
Indents on opening brace, unindents on closing brace. Also unindents on backspace. Download: csmartindent.tar.gz
snap open
A regex open file dialog that resembles that of Textmate. Download: http://www.upperbound.net/snap-open/
Snipplr Plugin
Use the service snipplr.com, search snippets by tag, copy them into your document or upload your favourite pieces of code to snipplr. Download: http://www.ardeenelinfierno.com/wordpress/code/gedit-snipplr-plugin/
Sort document
Sorts a document alphabetically. Download: https://github.com/mmuell23/mmuell23
Source Code Builder
Allows you to specify commands to build or compile current document and then captures compiler output allowing you to click on errors to move the cursor to the correct position in the code. Also tracks directory changes with recursive calls of make. Compile and build commands are saved using gconf, and if you install the Project Manager plugin you can save different compile and build commands for different projects. Download(version <= 0.5): https://sourceforge.net/projects/geditbuilderplg/
Speakit
Speaks the current document Download: http://www.members.optusnet.com.au/peterwolf43/speakit.tar.gz
SpecSym
Special Symbols insertion tool. Sets of symbols can be manually configured. Download: http://www.medini.org/software/gedit/gedit.html
Splitview plugin
A simple splitview plugin Download: http://webdav.tielie.com/gedit-plugins/splitview/
SplitView 2
Alternate SplitView plugin with a couple of additional features. (v3.0, 5/26/10: Right-click tab submenu, minor buxfixes.) Download: http://www.psyguygames.com/SplitView3.0.tar.gz
SQL
Run SQL queries from gedit. Configure the SQL connection in the plugin's Configuration Dialog. Works with multiple variations of SQL, such as MySQL and PostgreSQL. Adds a button to run the highlighted query. If nothing is highlighted, it will run the entire open document. Saves the connection settings for next time you open gedit (password unencrypted). Displays errors and table output in the bottom pane. Requires python-sqlalchemy and a relevant python database library, such as python-mysqldb or python-psycopg2 Download: http://code.google.com/p/gedit-plugins/downloads/detail?name=sql.tar.gz
SQL Client Plugin
gSqlClient turns Gedit into a lightweight SQL client. Currently it supports MySQL, PostgreSQL, SQLite and SQLServer databases. Download: http://code.google.com/p/gsqlclient/
Strict Tabulation
Set tabulation as 4 spaces to Python and PHP and 2 spaces for Ruby. Update: Added item to Edit menu. Latest version: svn co http://svn.simplesideias.com.br/general/gedit/plugins/tabulation/
String Modifiers
Modifies selected text into formatted string. Download: http://github.com/dvertx/stringmod
Symbol Browser
A tree-view style, ctags based symbol browser which lists functions, classes, variables, etc. in the left pane. Supports any ctag symbol type (over 30 programming languages supported). See screenshot. Download: http://www.micahcarrick.com/11-14-2007/gedit-symbol-browser-plugin.html
Tab close
Close gedit window when last tab is closed. Download: http://blog.goranrakic.com/archives/tabclose.html
Tab convert
Convert tabulator spaces to whitespaces and vice versa. Download: http://www.stambouliote.de/projects/gedit_plugins.html
Table Maker
Automatically create text-based tables. Download: https://github.com/jessex/gedit-tables
TabPgUpDown
Switch between documents using Ctrl+PgUp and Ctrl+PgDown Download: tabpgupdown.tar.gz
TabSwitch
Allows to ctrl+tab-switch between documents Download: tabswitch.tar.gz
TabSwitchMRU
Allows to ctrl+tab-switch between documents in MRU order (Control Your Tab states it does this, but it doesn't work for me Control Your Tabs appears to have been updated and it works fine now.) Download: TabSwitchMRU.tar.gz
TabTweaks
Gedit plugin allowing you to move tabs to the top, bottom, left, or right, or remove them altogether and rely on the side pane. Adds a middle click to close files without a save prompt on the side pane. Removes some unnecessary GUI such as the side pane's description and bottom pane's close button. Allows the bottom pane to be closed by middle clicking on it's tabs. Option to move the side pane to the right side. Download: http://code.google.com/p/gedit-plugins/downloads/detail?name=tabTweaks.tar.gz
Textile Preview
Live preview of Textile-formatted text Download: http://code.google.com/p/gedittextilepreview/
TextMate style autocompletion
Autocompletes the current word using other words in the same document. Tapping Escape cycles through the available completions. Download: http://code.google.com/p/gedit-tm-autocomplete/
Text-size
Easily increase or decrease the text size of a Gedit document using Control +/-/0. Download: https://github.com/nacho/gedit-text-size
Text Wrap
Toggle Text Wrap Setting by Menu Entry or Toolbar Button Download: http://hartmann-it-design.de/gedit/TextWrap/
Text wrap toggle
Gedit gets a menu entry under (View/Toggle text wrap). Download: toggletextwrap-plugin-0.1.0.tar.bz2
ToDo List
Gedit version for the ToDo List Textmate bundle. Make sure you read the README file. View screencast: http://f.simplesideias.com.br/screencasts/todo_list.ogg Latest version: svn co http://svn.simplesideias.com.br/general/gedit/plugins/todo/
Toggle Menu
Add missing show or hide menu bar feature in Gedit. Download: http://github.com/intarstudents/gEdit-Toggle-Menu
A simple plugin to practice Touch Typing in your native language. README contains details on how to use this plugin: Download: http://github.com/mohan43u/TypingTutor/tree/master
Valencia
A plugin that turns Gedit into a lightweight development environment for the Vala programming language. Web site: http://yorba.org/valencia
Vi(m) key bindings
Makes it possible to use Gedit as modal vi-style editor Website: https://launchpad.net/vigedit/
Download (use bzr): bzr branch http://bazaar.launchpad.net/~tristil/vigedit/main-method
Web Browser
Gives Gedit Web browsing capabilities. Download: http://sharkbaitbobby.blogspot.com/2008/08/gedit-web-browser-plugin.html
Whitespace
Show Whitespace Characters. This plugin uses the Pango with Cairo to draw characters using the font description of the first iterator of the buffer (i.e. the same Font set in gedit Preferences). The plugin currently has the following non-exclusive options: Show Spaces; Show Leading Spaces; Show Trailing Spaces; Show Internal Spaces; Show Tab Characters; Show Newline Characters. This allows for great flexibility in settings compared to the original DrawSpaces plugin (currently part of GtkSourceView), such as showing only trailing spaces (Show Spaces + Show Trailing Spaces) or showing only internal tab characters (Show Internal Spaces + Show Tab Characters). Download: https://github.com/rcvalle/gedit-2-whitespace
Whitespace Remover
Removes whitespace at the end of each line and unnecessary newlines at the end of the document upon saving. It basically is a bloated rewrite of the Save without trailing space plugin with GUI configuration, i18n/l10n and unittests. Download: http://github.com/dinkel/gedit-whitespace-remover/downloads/
Word completion
Display a completion popup, updating as you type, with suggestions from all words in all documents in all windows. Select completions with arrow keys and complete with the tab key. See screenshot. Download: http://users.tkk.fi/~otsaloma/gedit
Word Completion for python
Combination of Word Completion and Python Code Completion.(by OEway) Download: http://cid-0f05697402493f08.office.live.com/embedicon.aspx/.Public/completion^_modify%20^5with%20python%20code%20completion^6.tar.bz2
Word wrap
Re-wrap paragraphs, trying to respect line indenting and prefixing. Download: https://seatbelt.jerakeen.org/svn/tomi/Projects/gedit-plugins/word-wrap/
Zen Coding
Integrate Zen Coding, which is a technique for writing HTML and CSS shorthand. Download: http://github.com/mikecrittenden/zen-coding-gedit
Zoom
Lets you modify the font size using either the menu, keyboard shortcuts (<Ctrl>+, <Ctrl>-, <Ctrl>0) or by <Ctrl>-Mouse-Wheel. Download: http://github.com/dinkel/gedit-zoom/downloads/ Bugreport: gnomebug:152730