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
1
vote
1 answer

Java - process launched with Runtime.getRuntime().exec( cannot create temp file

process launched with Runtime.getRuntime().exec(cmdLine, envp, workingDirectory); cannot create temp file. It is used inside Maven plugin for Eclipse Quote from mvn launched: Caused by: java.io.IOException: �ܾ���ʡ� at…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
0
votes
1 answer

Node, JS and Eclipse

I am attempting to create and launch Node projects through Eclipse but, until now, I have not succeded in doing it. More precisely, when I try to install the Enide plugin through the Eclipse-MarketPlace I get the error: The following solutions are…
0
votes
0 answers

eclipse enide 2015 REST client header

I am using Enide 2015 "RestClient Tool" within Eclipse Mars and although I have included my header information in the following format, my header is not recognized and I get a 500 error. Authorization: Basic gus8gsiugs897g8u48= Context-type:…
0
votes
2 answers

Setting up node.js on Ubuntu 12.04 (with eclipse/nodeclipse/enide)

I'm trying to set up node.js on my Ubuntu 12.04 machine. I want to be able to use it through Eclipse but the process seems confusing. So far what I have done. Installed node.js. Shows v5.8.0 on running 'node -v' Installed npm. Shows 3.7.3 on…
fractal5
  • 2,034
  • 4
  • 29
  • 50
0
votes
0 answers

Eclipse plugin dev: Add actions / keyboard shortcut for Editor ToolBar

Inside Eclipse Image Viewer plugin I want to add moving on arrow keys left <- or right -> to the next or previous image (in Fullsize mode) QuickImageEditor uses ToolBar and…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
0
votes
2 answers

Programmatically redefine Eclipse Help file location

Adding Help to Eclipse plugin is as simple as 2 files: plugin.xml HelpToc.xml
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
0
votes
1 answer

Node.JS Express Server not working from Enide

I have a webserver written in Node.JS using express, using a bunch of route commands. Everything is working fine, when running Node from the command line, but when running from within the Enide environment, for every request, I get an error message…
Gary Kipnis
  • 722
  • 14
  • 33
-1
votes
1 answer

Inadequate Ecmascript-6 / es6 support for enide / eclipse "Unexpected token" for import / export

I've installed enide studio 2015 that supports es6, so this error shouldn't appear? How do I get rid of these error messages?
Folaht
  • 1,053
  • 1
  • 13
  • 32
1
2