导航栏: 首页 评论列表

How to run js code in SciTE

默认分类 2015/06/02 22:15

I'm using SciTe 3.2.0. Located here In wscite\wsite320\cpp.properties at line: 424 change:

command.go.*.js=cscript /nologo $(FileNameExt) 

to:

command.go.*.js=jrunscript $(FileNameExt)

if you want to use node.js, then change it to

command.go.*.js=node $(FileNameExt)

http://stackoverflow.com/questions/11053560/testing-and-editing-javascript-both-standalone-and-in-html-in-scite


>> 留言评论