Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

Need a descriptive error message if node settings are not correctly configured #31

Closed pushkar-g closed 11 years ago

pushkar-g commented 11 years ago

Currently if node settings are not correctly configured (e.g. node.exe not configured or present) it shows the following error -

image

Maybe the error can be a bit more descriptive. This scenerio occurs especially while running nodeclipse for the first time.

pushkar-g commented 11 years ago

We can show the following message -

"Node.js runtime not correctly configured. Please goto Window -> Prefrences -> Nodeclipse and configure the correct location"

paulvi commented 11 years ago

Vote up.

@pushkar85, can you locate code & fix?

paulvi commented 11 years ago

Oh, by the way, there must be a way to add hyperlink in Dialog to open that preferences page.

pushkar-g commented 11 years ago

Submitting pull request for this -

https://github.com/Nodeclipse/nodeclipse-1/pull/35

tomotaro1065 commented 11 years ago

Hi Pushkar,

Thanks. I will review it and merge it into master repo later.

2013/5/13 pushkar85 notifications@github.com

Submitting pull request for this -

35 https://github.com/Nodeclipse/nodeclipse-1/issues/35

— Reply to this email directly or view it on GitHubhttps://github.com/Nodeclipse/nodeclipse-1/issues/31#issuecomment-17780344 .

http://www.nodeclipse.org/

blog: http://d.hatena.ne.jp/tomotaro1065/ twitter: @tomotaro1065

pushkar-g commented 11 years ago

Closing issue. Pull request accepted.