Web based code editor...
-
There really is no "right" forum for this, so.... Does anyone know of a web based code editor? I have a web based designer tool that allows users, among other things, to insert VB Script blocks into their designs. Currently, they just have a multi-line edit box to enter the script into and they typically use Notepad to cut/copy/paste the script into the multi line edit box. I would like to provide them with sometime of embedded code editor control. An ActiveX control or, God forbid, Java control would be nice. I could use one of the syntax highlighthing controls available here and create an ActiveX control, but I am hoping for something ready-made and preferably more powerful. Does anyone know of such a thing? Commercial, free, whatever. Thanks, Matt Gullett
-
There really is no "right" forum for this, so.... Does anyone know of a web based code editor? I have a web based designer tool that allows users, among other things, to insert VB Script blocks into their designs. Currently, they just have a multi-line edit box to enter the script into and they typically use Notepad to cut/copy/paste the script into the multi line edit box. I would like to provide them with sometime of embedded code editor control. An ActiveX control or, God forbid, Java control would be nice. I could use one of the syntax highlighthing controls available here and create an ActiveX control, but I am hoping for something ready-made and preferably more powerful. Does anyone know of such a thing? Commercial, free, whatever. Thanks, Matt Gullett
I'm just shooting from the hip here, but it may be possible to make something like this[^] do what you need. Perhaps somebody has already done it.
Jon Sagara Vegetarianism is unhealthy. Humans need protein, and lots of it. Put down those sprouts and pick up a T-bone! -- Michael Moore
Latest Article: Breadcrumbs in ASP.NET -
There really is no "right" forum for this, so.... Does anyone know of a web based code editor? I have a web based designer tool that allows users, among other things, to insert VB Script blocks into their designs. Currently, they just have a multi-line edit box to enter the script into and they typically use Notepad to cut/copy/paste the script into the multi line edit box. I would like to provide them with sometime of embedded code editor control. An ActiveX control or, God forbid, Java control would be nice. I could use one of the syntax highlighthing controls available here and create an ActiveX control, but I am hoping for something ready-made and preferably more powerful. Does anyone know of such a thing? Commercial, free, whatever. Thanks, Matt Gullett
I have been looking for something similar myself. Closest I got was http://www.freetextbox.com/[^] which is good for WYSIWIG HTML, but has a pretty bad text editor. Ryan
-
I have been looking for something similar myself. Closest I got was http://www.freetextbox.com/[^] which is good for WYSIWIG HTML, but has a pretty bad text editor. Ryan
I am in the process of using this one http://cutesoft.net[^] Here is a pretty large list of web based editors to choose from. http://www.bris.ac.uk/is/projects/cms/ttw/ttw.html[^] I hope that helps. :-D Regards, Brandon