Skip to content
soliton4 edited this page Jul 31, 2013 · 5 revisions

this is a developer IDE for node.js utilizing CodeMirror (https://github.com/marijnh/CodeMirror)

you can view / edit every file supported by CodeMirror.
in addition you can download binary files.

there is a module concept: place a file in the modules directory and load it in the "main/modules.js" file. you can define your own module depending on the Content Type.
the module concept is pretty new thou and may be rewritten.

planned for the future is:

  • in browser console
  • display of images
  • shortcuts for github checkout / push
  • shortcuts for npm publish / install

updates:

2013-07-31:

  • integrated pegjs debuggeer
  • added dirty state for changed files

it finally works in windows (win32 / win64)
since i am not able to test much in win, i would apprechiate any test feedback from windows users. thank you!

Clone this wiki locally