I like to download some source code off and on and to explore it. Usually I used Eclipse to work in a project if it takes a long time. But for quick source code explorations creating a project every time I download smth and explore it seems to be overkill. Is there some convenient alternative to Eclipse/Project explorer on Linux where I can browse a few folders of downloaded repo and quickly look inside some files?
|
closed as not constructive by Yannis Rizos♦, Glenn Nelson, Robert Harvey, dietbuddha, Matthieu Jan 29 '12 at 19:58
As it currently stands, this question is not a good fit for our Q&A; format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
Learn and use Vim. Once you have the hang of it, nothing beats it for handling code. |
|||
|
Komodo Edit is a nice tool. It's somewhat more than an editor with highlighting but it's less than an IDE. It starts up really fast and you can browse folders or create projects if you wish. It also has some nice language features, autocomplete and other stuff. |
|||
|
For just looking at the file, open a terminal and use the When I actually want editor features, pressing "v" within |
|||
|
Obviously, |
||||
|
Obviously, |
|||||||||||||||||
|