bartsidee / netbeans-javascript-ejs

Embedded Javascript (EJS) code highlighting module for Netbeans
Other
4 stars 0 forks source link

how should one use this module? #1

Open Ciki opened 9 years ago

Ciki commented 9 years ago

Hello,

I've come across this repo trying to find netbeans plugin for .ejs.. I downloaded archive of this repo but don't know how to implement it in netbeans. Can you help?

bentech commented 9 years ago
  1. Checkout project with git
  2. Open Project in netbeans (File->Open)
  3. Right click open project (Install/Reload in Development IDE)
zevero commented 9 years ago

I can not open the project as stated in step 2. Instead of Opening it just keeps entering the selected folder. The folder as its subfolders are not marked as projects...

andrakis commented 9 years ago

For anyone having issues opening the project, you need to install the Netbeans Plugin Development plugin. This also requires a full JDK to be installed.

Once you have the Netbeans Plugin Development plugin installed, this cloned repository shows up as a Netbeans project that can be opened.

andrakis commented 9 years ago

Further, there is a warning if you choose the Install/Reload in Development IDE. Instead, I used the Create NBM option when right clicking the project. I then installed that NBM into the IDE as I would any other plugin. (The .nbm file appears in the build directory.)