hi paul and all others on this list
i've just come across neutronid and managed to set it up on squeeze. i like it very much. up to now i programmed everything inside vim directly on the server, but a browser based ide is great especially if you're going to refactor.
anyway i just wanted to ask if you have a roadmap and what features you have planned for next releases if so?
what i think could be useful:
- very basic integration with git/mercurial/svn (for me just svn ci -m "my note" <seleted files>, and svn update would cover 99%), of course i do this in the shell now. which brings me to the next and maybe better idea
- store and recall commands for the shell. this might speed up a lot of workflows around developing (i usually use around 5-10 tabs inside linux-screen. somehow screen is not working properly inside the shell)
- mark lines (its called bookmark in eclipse)
- simpler move/copy files (move is now possible via rename)
- i have not tested but maybe some collaborative and/or concurrent development would be cool and unique features. or is there already something implemented i've not seen?
ah, right and i've seen a bug. if i change key-binding to vim i get:
Error: require("ace/keyboard/keybinding/vim") is null
Sourcefile:
https://xy:8000/static/ide/js/default.js Line: 101
in Firefox 13.0.1
and then then ui behaves very strange (tab change not working, changes not saved, ...)
i've not developed in python yet, but might going to have a look at your code. indeed a very cool project!
if you would add a donate button to your site, i will use it.
cheers.ivo