nodeMirror
nodeMirror copied to clipboard
Feature request
- Browser within as tab ie like terminal etc... solves the look and feel issue - as is there is geany - addon - should be simple.. choose default browser
- Collaboration - https://floobits.com/
- Live debugging - live code processing - http://www.chris-granger.com/lighttable/
what do you mean by 1. 2. is a plan 3. i have to look into. did you try out the beta debugger?
as we have a terminal among panel we need to have a browser window side by side.. within the ide.. geany has it.. rather than going out of browser tab and pasting the link - a small link on code tab on click leads to browser page opening as a panel within the application...
Live debugging is as we code http://vimeo.com/40281991
i watched the vid did not see any browser in it what do you mean? you want a webbrowser in a webbrowser? i thought about that but i found it to rediculous.
the browser part is separate ie to see html pages output as a whole.. within the application - bypassing copy pasting the path etc...which can be taken care by back end code.. this is for f.req 1 - some thing like panel https://codio.com/#panels
the video is about back end code debugging... u write code and it displays simultaneously what it does.. rather than say write the whole code and then run it to see the output.. this is for f.req 3
what programming language is that?
the app - http://www.chris-granger.com/lighttable/ is in clojure - but we can have it for respective pages keeping the file name.. .rb file to be run by ruby and like wise...
In a bigger picture
The terminal part is a great add on for people working on say ruby.. so two links to the code page could be run in terminal or in browser panel..
The next part is of collaboration - screen share or code share with different color for what each writes with discussion on Google Hangouts like what we see in floobits
Login system with code path allocating - privacy of code - among different users..
I looked at the http://icecoder.net/ it is based on codemirror but with added functionalities.. something similar..
@ajmal017 you are not forgotten. just hadnt have the time to implement new features lately
@ajmal017 so about the links? would you like the document to be processed for links? you have a regex for that by hand?
@marijnh is there a parser layer for getting http://... links? is there something to identify links in html tags already? thank you!
The links functionality is very well done in icecoder..
@soliton4 Not yet. Could be done as an overlay, I guess.
Thanks @ajmal017 but I don't have it identifying any links in the code? You can drag and drop filenames in to paste those paths, but that's about it? (Unless I've missed something?)