Rick Posted March 6, 2015 Share Posted March 6, 2015 So I've recently discovered node-webkit and thought I'd give a crack at making a code editor that could be used with LE (and ideas for editors that have leadwerks 3D aspects later). This editor runs on linux, windows, & mac and only has 1 code base for the editor code itself. Personally I think this could solve a lot of editor issues with LE that we seem to have and simplify the process for Josh. One could hire any web developer off the streets to create whatever look and feel one would want. It could open up the door for easy plugins as well. I just think this has some cool possibilities myself. I think node-webkit is the future in desktop development. The OS has just been made irrelevant (that's my tag line for node-webkit ) http://youtu.be/r7xIDoMH-4c 2 Quote Link to comment Share on other sites More sharing options...
beo6 Posted March 7, 2015 Share Posted March 7, 2015 really nice. The issue with the greater-than sign sounds like the editor is maybe trying to parse it as html-tag? Quote Link to comment Share on other sites More sharing options...
Rick Posted March 7, 2015 Author Share Posted March 7, 2015 Yeah, I identify the editor as just an id on a div and the code is text inside the div (that's how I do it anyway). Which for sure would be the issue. I'm not sure if there is some ace javascript function that I can add the code to that would clean it up for displaying. I'm guessing there is a way to do that. Haven't looked into it yet. Quote Link to comment Share on other sites More sharing options...
Rick Posted March 7, 2015 Author Share Posted March 7, 2015 Found how to set the code via the api and now the bug is gone. Next steps: Fill out the menu design Console/warning/error tabs in lower panel Track changes (show * in tab of file) Save, Save As, Save All Delete files Enable debugging (this will be the hardest part of the entire thing I think) Autocomplete Function parameters Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.