Gedit plugin: Multi-edit released
One of the main things that almost prevented me from switching to Linux was the lack of a text editor like TextMate or E-TextEditor. After all, it would be the program I’d use the most. But luckily Gedit has turned out to be almost up to the job, aside from a lack of multi-edit support!
So for the last few weeks I’ve been working on a Gedit plugin that allows you to edit multiple parts of a document, simultaneously. Ala Multi-edit! You can check it out at:
jon-walsh.com/journal/multi-edit/
The hardest part was not being able to use Gedit while creating it…
![]()
Very nice! I just tested it a bit and it seems to be working fairly well. I wanted to implement something like this, but focussing on column edit instead of multiedit. It would be very cool if you could implemented column editing also. What I mean is selecting a piece of text, and inserting edit markers in the column of selection for each selected line.
Some other remarks:
1) The way the marks are rendered (with mark-visible) is not very clear I think, there might be a better way to present them visually
2) Using Ctrl+Space to insert marks is not very friendly to existing plugins like snippets because it disables snippet completion
3) Would be very cool if the automatic iterator thing like the numbers could be scripted for more complex things
Other than that, great work! I would like to see this go into gedit-plugins.
Hi, thanks for the feedback!
I haven’t used snippets yet so my presumption that no one would be using the spacebar was wrong!
I’ll be sure to look into that and thanks for the other tips as well
: )
0.9.1 update
- Ctrl+Space is now Ctrl+` (until I make it configurable)
- Ctrl+*arrow* has been fixed
Just wanted to let you know that your plugin has done a LOT for my productivity. I use it all the time and I would feel completely crippled if I had to go without it.
Anyways, just wanted to give a huge thanks and beg you to please please please keep up with it and not let it die as Gedit progresses.
This is simply awesome! Has helped me a lot. Thank you for this!
Love this plugin! Great work, use it all the time.