I need to write a browser-based simple code editor that would highlight errors such as unclosed parentheses, code completion etc.
my question is – which tools would you recommend using to implement this? pure js? gwt?
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://codemirror.net/ – Are you are looking for something like this? The editor embedded in the book Eloquent JavaScript was excellent. (CodeMirror is created by Marijn Haverbeke, the author of Eloquent JavaScript)