Questions tagged [enide]

Eclipse Node.js IDE (Enide) is basically one configuration file (*.p2f) that lets you quick start with Node.js development. Link to file: https://raw.github.com/Nodeclipse/eclipse-node-ide/master/ENodeIDE.p2f

Included plugins are - Nodeclipse - Chrome Development Tools, fixed for debugging Node.js - MarkDown (*.md) Editor (Integrated) - GitHub Flavored Markdown (GFM) Viewer (Optional)

  • Eclipse 3.x Color Theme (Optional)
  • Eclipse 4.x Chrome Theme (Optional)

  • JSHint Eclipse Integration (Optional) 0.9.7.20130526-1111

  • JSDT jQuery Integration (Optional)

  • JSON Editor Plugin (Optional for Outline)

  • NJSDT (JSDT alternative when JSDT is not installed)
  • NJSDoc library (only for NJSDT)
  • RestClient Tool (Optional)
  • StartExplorer (Optional)
  • CoffeeScript Editor
  • TypeScript Editor

Not included - GitHub Mylyn Connector 2.3

To install - save file with *.p2f extension - In Eclipse, use File -> Import \ Install Software Items from File - select needed components (if your network connection is slow, select less items in one time)

23 questions
4
votes
2 answers

How to change color of Editor in Eclipse

I know the preferences are under Preferences>General>Appearance, I played with the color themes and colors of TextEditor, I ended up with some ugly color scheme on top of the default white background (See attached). I tried to reset back to…
user1529412
  • 3,616
  • 7
  • 26
  • 42
2
votes
1 answer

Is there way to connect to Gradle daemon launched by Gradle Tooling APIs from command line

When IDE compiles gradle project there is java process in memory ( about 250MB). However launching gradle buld --daemon other daemon java process is launched (about 150MB) https://i.stack.imgur.com/9SUBd.png Is there way to connect to Gradle daemon…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
1
vote
2 answers

History, etc. of Nodeclipse & Enide

I'm an experience-zero Japanese newbie for Nodeclipse & Enide. Could anyone answer my questions below? I can't find anything related to them inside Nodeclipse & Enide homepage: What is the difference between Nodeclipse and Enide? When and for what…
Fujion
  • 13
  • 3
1
vote
1 answer

how to do nodejs hot deployment in nodeclipse , enide studio, express server?

I am debugging an application in nodeclispe/ enide studio. I wish to change js files on the go while the express server is running, instead of doing a server restart. HOw can I do that?
Utsav Gupta
  • 3,785
  • 5
  • 30
  • 52
1
vote
0 answers

Nodeclise , Enide does not execute the cluster code on debug mode

I am using Eclipse Enide to build a nodejs application. I am able to run it all right and the web services are running.But while debugging I choose Debug As > Node Application . I see no error, the console shows debugger is running on port 5858 and…
Utsav Gupta
  • 3,785
  • 5
  • 30
  • 52
1
vote
1 answer

Cannot Create Openshift project in Eclipse

I have updated all the plugins provided by JBOSS, recommended in OpenShift->Get started page.. Yet I dont see, Openshift option in Create new project wizard window.. Anyone please help me out here. I am using Enide (Eclipse-Mars).
Mukarram Ali
  • 387
  • 5
  • 24
1
vote
0 answers

Nodeclipse on Eclipse Mars

I have installed Enide2015 plugin for Eclipse Mars Here is the issue: When I create a Node.js project Eclipse does not respond at all Since Node.exe is in different folder than the work space where I am creating Node.JS project, I tried to…
pylearner
  • 725
  • 1
  • 5
  • 10
1
vote
1 answer

Configure Eclipse Node JS IDE (Enide) to run nodeunit

I am playing around with Enide, an Eclipse IDE for Node-JS development, and nodeunit, a JUnit-like testframework. How do I need to configure Enide, that I will be able to see a 'Run as XUnit-test'-entry in the Eclipse context menu?
Jochen
  • 1,746
  • 4
  • 22
  • 48
1
vote
0 answers

Debugging with enide in async.series

I want to inspect the object residing in variable 'browse_results'? I am using Enide Studio. If I start the opc-ua-client.js file as my node-js-application it seems that the script never hits my breakpoint, but after the script has finished, I can…
Jochen
  • 1,746
  • 4
  • 22
  • 48
1
vote
2 answers

nodeclipse Enide, delete keyword issue

how come there appears to be a syntax error on "delete"? the same thing happens when I make HTTP delete requests explicitly. Is there something wrong with my Enide installation? This must be a known problem. the same issue appears here:
Alexander Mills
  • 90,741
  • 139
  • 482
  • 817
1
vote
1 answer

Enide Studio 2014 can't be used

Enide Studio 2014 based on preview of Eclipse 4.4 M4 Luna new ->Node.js project . hello-world-server.njs is this: var http = require('http'); http.createServer(function handler(req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); …
failer
  • 11
  • 3
1
vote
1 answer

Gradle build is stricter that Eclipse ADT (e.g. Found item _ more than one time)

I am adding second gradle build for Eclipse Android projects. However I have to fix a lot of smaller issue as Gradle finds additional errors, that Eclipse build does not, like duplicate values: FAILURE: Build failed with an exception. * What went…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
1
vote
1 answer

Enide Studio (Nodeclipse) - Can't debug project as NPM package on OS X Mavericks

I've set up a new project in Enide Studio. (Which's an Eclipse with Node.js plugins.) I right-click the project and choose "Debug As -> Debug Cofigurations...". In the popup window I double-click "NPM" configuration, and type "start" to the Goal…
Aron Lorincz
  • 1,677
  • 3
  • 19
  • 29
1
vote
1 answer

nodejs configuration using (*.p2f) file in eclipse

I am newbie to nodejs environment. I just started learning about nodejs but I got stuck with environment set up. When I am trying to set up the environment using *.p2f file which i downloaded from eclipse market place support site for nodejs, I am…
Sudip7
  • 2,384
  • 3
  • 27
  • 35
1
vote
1 answer

How do you set environment variables for Enide / Nodeclipse?

Anyone know how to set environment variables for running and debugging Node.js applications in Eclipse + Nodeclipse aka Enide Studio? For example, in a .js file, an environment variable can be referenced as process.env.PORT, for the environment…
justwondering
  • 181
  • 1
  • 10
1
2