Leahcim
Leahcim

Reputation: 41929

How to open a whole Rails app in Notepad++

I'm using Notepad++ on a Windows machine. On my Mac, I can open the whole Rails app in the text editor and then just click on files in the editor. however, in windows notepad++ it seems to require me to open each file individually.

Alternatively, is there a command I can use from the command line?

Upvotes: 2

Views: 715

Answers (1)

Carlos Quijano
Carlos Quijano

Reputation: 1576

Try to create a project and add your source files.

  1. You can go to Notepad++ "View -> Project -> Project Panel 1" (for example)
  2. In the panel Right Click the Workspace Icon, Select "Add New Project"
  3. Once the project is created right click it and select "Add Files From Directory".

It's not a top gun feature, but it surely makes the job.

Upvotes: 4

Related Questions