Skip to content

Plugin that gives to gedit some NetBeans editing capabilities by providing functions to delete, duplicate(up/down), move(up/down) and comment lines.

Notifications You must be signed in to change notification settings

JoaoFelipe/GetBeans--gedit-plugin-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GetBeans Plugin (for gedit)

That is my first gedit plugin.

It adds some useful editing features from NetBeans to gedit.

Functions

  1. Delete Line(s) * Description: Delete the selected lines* * Shortcut: + e

  2. Duplicate Line(s) * Description: Clone up or down the selected lines* * Up Shortcut: + + less (the character < ) * Down Shortcut: + + greater (the character > )

  3. Move Line(s) * Description: Move up or down the selected lines* * Up Shortcut: + + less ( < ) * Down Shortcut: + + greater ( > )

  4. Copy Multiple Lines * Description: Copy to clipboard the selected lines* * Shortcut: + c

  5. Cut Multiple Lines * Description: Cut to clipboard the selected lines* * Shortcut: + x

  6. Comment Multiple Lines * Description: Comment the selected lines* * Shortcut: + + c

If there aren't any selected lines, the selected line will be the line where the cursor are in

Installation

The GetBeans folder and the getbeans.gedit-plugin should be on your gedit plugins folder

Normally gedit plugins folder is "~/.gnome2/gedit/plugins"

  1. Clone the repository or download the files and folder

  2. Place them at you plugins folder

  3. Open gedit.

  4. Go to Edit > Preferences > Plugins

  5. Check GetBeans and press close

Credits

Plugin created by João Felipe Nicolaci Pimentel joaofelipenp@gmail.com

About

Plugin that gives to gedit some NetBeans editing capabilities by providing functions to delete, duplicate(up/down), move(up/down) and comment lines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages