What is a good GUI text editor with code folding on Linux
Posted
by
quanticle
on Programmers
See other posts from Programmers
or by quanticle
Published on 2011-05-06T15:43:28Z
Indexed on
2011/12/01
2:18 UTC
Read the original article
Hit count: 316
When I'm on Linux, I usually program using either gvim or emacs (depending on the language I'm working in, and the configuration of the machine). However, one thing I miss from the Windows world is code folding. Editors like Notepad++ and IDEs like Visual Studio allow shrink, or fold, blocks of code into single line headings.
Are there any Linux editors with this facility? I know Eclipse can do code folding, but I don't want to launch Eclipse just to edit a HTML file.
© Programmers or respective owner