Does anyone know about a way to get code folding in gedit, I've found this plugin in google code, but looks like dead and doesn't work with the latest gedit.

Any idea is wellcome

link|improve this question

53% accept rate
2  
Covered in askubuntu.com/questions/1647/…. – mgunes Oct 20 '10 at 0:33
1  
I think this question is slightly different and in its core not covered in the other question. – txwikinger Oct 20 '10 at 1:22
@Murat: Even if it is, it's better to have one question per question. – Matthew Oct 20 '10 at 3:32
The question referenced in the first comment simply asks for a code-folding feature, with the currently leading answer stating there is a problem with the plugin, but not proposing a solution. This question is intended to find that solution, so is not a duplicate. – Chris Wilson Oct 20 '10 at 12:30
feedback

2 Answers

up vote 4 down vote accepted

Code folding in a good manner is stated to be difficult because the GtkSourceView component would need to be edited.

Still there was this simple plugin that used to work until gedit 2.28...

And it's on the official roadmap at least...

To answer your question: No currently no option (unless someone would fix the old plugin)

link|improve this answer
feedback

Solution in this page works:

https://github.com/mikecrittenden/gedit-folding

link|improve this answer
+1, it is very basic (keyboard based only), but works! (tested on v2.30.4) – alfC Nov 4 '11 at 7:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.