Ubuntu – Support for various features in gedit

developmentgeditideplugins

I'm trying to use gedit as my main editor, and am looking for help with some tricky features. For each of the following, can people help me out with how to install and configure the feature?

  • code folding
  • pylint support
  • splitview support
  • spell check
  • whitespace deletion
  • regex-powered find and replace
  • any other features I should know about?

Tags: Plugins, IDE

Best Answer

  • Code Folding

    The plugin throws an error on the command line when you try to fold. But it may be something a good Python programmer could fix in five minutes.

    Apparently code folding is slated to be supported by gedit natively eventually.

  • Pylint

    The one reference to a plugin I found pointed to a bzr branch that no longer exists.

  • Splitview

    I don't use it much, but it does a good enough job for me.

  • Spell Check

    The plugin should be enabled by default. Use Tools > Autocheck Spelling to turn it on.

  • Whitespace Removal

    Removes unnecessary whitespace on saving a file.

  • Regex Search and Replace:

    Extract to your plugins directory, enable, and use Tools > Regex Search & Replace.

  • Others:

    The gedit-plugins package comes with some handy plugins. You should check that out.