I am happily using Notepad++ for a long time, but there is one thing that this editor lacks: an "Open resource" dialog, as in Eclipse, that allows opening of files in project folder (and subfolders) by their names. Is there anything like this in N++ world?

link|improve this question
This feature is tied to a project, does Notepad++ support the concept of projects? – heavyd Mar 11 '10 at 15:25
feedback

2 Answers

After reading more about this Open Resource dialog, I don't think that Notepad++ has anything that replicates it exactly.

there are two plugins that come pretty close however:

Explorer pops up a file explorer sidebar to navigate files

File Switcher lets you switch between open files using the keyboard.

You could also use NPP Exec to run an external search command like grep.

All of those are available at the N++ plugins page.

link|improve this answer
feedback

This small piece of software could become handy: http://www.launchy.net/

For more information see: http://therubyway.wordpress.com/2008/11/23/rails-on-notepad/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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