brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Wish for Feature: Use brackets to easier develop apps in node-webkit #6048

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by ljgww Monday Jan 27, 2014 at 14:21 GMT Originally opened as https://github.com/adobe/brackets/issues/6657


I love live preview in the browser while developing front end.

Since engine shall be fairly same (do not know details) I hope it is possible to do the same development facilities with node-webkit (in the same fashion as with chrome). This would accelerate developing of desktop applications in HTML.

ref: https://github.com/rogerwang/node-webkit

core-ai-bot commented 3 years ago

Comment by pthiess Friday Jan 31, 2014 at 17:17 GMT


@ljgww I call this a Move to Backlog. It seems like you're asking about Live Development for projects that use node-webkit, in other words, one is authoring in Brackets and deploying on node-webkit - do I get this right?

core-ai-bot commented 3 years ago

Comment by ljgww Sunday Feb 02, 2014 at 21:07 GMT


Yes, you get this right. Instead of viewing in chrome - to view in node-web kit.

I realized later this could be a plug-in. (maybe to think of some sort of hook for that)

i know that javascript dialects of browser javascript and node javascript is somewhat different, but I already often use Brackets to edit node.js code. It is still javascript.

If such possibility is available one can use Brackets to write/design web apps but also desktop apps based on node-webkit.

core-ai-bot commented 3 years ago

Comment by schuster-rainer Saturday Jun 28, 2014 at 19:39 GMT


+1

core-ai-bot commented 3 years ago

Comment by hdf Monday Mar 16, 2015 at 12:22 GMT


+1 nw.js is the future, and currently there are no IDE -s for it. I think brackets would be a great fit. What stands in the way of using nw.js as live preview, instead of chrome?

core-ai-bot commented 3 years ago

Comment by nethip Monday Mar 16, 2015 at 13:11 GMT


@jasonsanjose I recall you talking about a possible implementation of node-webkit based approach. Could you fill in more details here?

core-ai-bot commented 3 years ago

Comment by peterflynn Monday Mar 16, 2015 at 21:35 GMT


@nethip I believe that was research about running Brackets itself on top of node-webkit (instead of brackets-shell as today). The request here is about pointing Live Preview at node-webkit (instead of the Chrome browser as today).

With Multi-Browser Live Preview, this should already work. For classic Live Preview, which probably isn't going away in the near future, it's more complex -- should probably be part of the Live Development w/ Custom Chrome Install story. I'll add a note there and then close this.