nodeclipse

Tasks view in Eclipse not showing TODOs?

独自空忆成欢 提交于 2019-12-10 10:37:55
问题 I'm running Eclipse Kepler with Nodeclipse and am having trouble getting the Tasks view to show my markers. I have defined my own FEATURE tag as "text contains FEATURE" but it's not showing up. I can't limit my node.js tasks to my own project. When I set it to "show all", it'll show me hundreds of tasks from node modules I'm using. When I set it as in the screenshot, it doesn't show me any tasks at all any more. I could live with 1. but 2. is a serious problem for me... Is this a bug in

nodejs configuration using (*.p2f) file in eclipse

霸气de小男生 提交于 2019-12-08 08:03:58
问题 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 getting following errors Help me to sort out the problem configuration problem using .p2f file in Node Tool Suit 回答1: You have got Enide .p2f file, that should be used in Eclipse as File -> Import -> Install -> Install Software Items from File. (All

Eclipse p2 director application cannot update a feature

笑着哭i 提交于 2019-12-08 07:16:30
问题 I am developing Node.js script to install Eclipse plugins by using Eclipse built-in p2 director application. And p2-director fails to update features in some cases. D:\Workspaces\Nodeclipse-DEV\nodeclipse-1\org.nodeclipse.ui\templates>node nodeclipse-install.js install -repository jar:file:/D:/Workspaces/Nodeclipse-DEV/nodeclipse-1/org.nodeclipse.site/target/org.nodeclipse.site-0.10.0-SNAPSHOT.zip!/ maven Nodeclipse CLI Installer (Eclipse Plugin Manager epm) starting eclipsec -nosplash

Node.js application to cloud foundry

随声附和 提交于 2019-12-08 04:55:47
问题 I'm using nodeclipse to develop my Node app. Is there a way to deploy node.js apps to cloud foundry using eclipse ? I know about vmc but want to know about alternatives. 回答1: No. As per the tutorial 'Node.js Application Development with Cloud Foundry' you can use only vmc. 来源: https://stackoverflow.com/questions/14209280/node-js-application-to-cloud-foundry

Nodeclipse debugger ignoring breakpoints

混江龙づ霸主 提交于 2019-12-08 03:30:48
问题 I'm using Nodeclipse 0.10 with nodemon, but when I try to debug my script it doesn't stop at any of my breakpoints. I've already seen this and this answer but it hasn't helped. Occasionally, it will stop on the first line of nodemon, other times it gives me a timeout error from the V8 VM, and sometimes it doesn't do anything at all. Here's what I've tried so far: I tried both the "Node application" and the "Node with monitor", neither one works. Removed nodemon from the preferences page, but

How to analize/visualize OSGi, maven dependencies

微笑、不失礼 提交于 2019-12-07 21:18:31
问题 I am trying to build Aptana studio using Maven/Tycho. It has a lot of Eclipse plugins and I would like to exclude some of them from the build. However the excluded plugins may be required by other plugins. How to see what plugins are dependent on the current plugin? Is the some tools to visualize dependencies in a directed graph? 回答1: The Plugin Dependencies View which comes with PDE has a button (two-to-one graph) to show plugins depending on the focused plugin. If you want to see the full

Nodejs app fails to run in Nodeclipse

让人想犯罪 __ 提交于 2019-12-06 21:27:36
问题 I setup Nodeclipse and wrote a simple hello app. When I try to run as a Node Appplication, I get the following error Exception occurred executing command line. Cannot run program "node" (in directory "C:\path\to\app"): CreateProcess error=2, The system cannot find the file specified If I run from the Nodejs console, the app runs. Is there a way I can make it runnable from Nodeclipse? 回答1: I know this question is a month old, but I was getting the same error and managed to fix it. Try going to

code completion do not work in Nodeclipse 0.4

风格不统一 提交于 2019-12-06 06:08:05
问题 Are there something that I messed up, when installing Nodeclipse 0.4 so I can not do code completion since my code is worked. EDIT : as you can see at picture, - the red one is Node mode in Eclipse Kepler which enable after Nodeclipse installed - the blue one is Java EE IDE in Eclipse which I use as to installed Nodeclipse - the yellow one is Node code in Eclipse which default exist if I chose the example - the green is Node code class representative. if I press CTRL + Space in console. ,

How do I import a Github repository into Nodeclipse (Enide)?

删除回忆录丶 提交于 2019-12-06 01:48:19
问题 I've got Nodeclipse (Enide Studio) up and running, and I can edit code and run a simple "Hello World" Node.js app from within Enide. However, I can't figure out how to import a Node.js project from Github into Enide and run it under the "Node" perspective. Can someone enlighten me as to the steps? 回答1: Run npm install -g nodeclipse And from the source code directory run nodeclipse -p After this you can import as normal project: File -> Import -> General / Existing Projects into Workspace 回答2:

Content assist with javaCompletionProposalComputer for Eclipse JSDT gives no proposal

旧时模样 提交于 2019-12-05 07:27:24
问题 Content assist with org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer for Eclipse JSDT gives no proposal. In Preferences -> JavaScript -> Editor -> Content Assist -> Advanced "Nodeclipse Proposals" are visible, and selected. as advised by Bananaweizen to Content assist for Eclipse JSDT based Editor in plugin.xml <extension point="org.eclipse.wst.jsdt.ui.javaCompletionProposalComputer" id="nodeclispe_textual_proposals" name="Nodeclipse Text Proposals"> <proposalCategory icon="icons/npm