Code Editor

Code editor is a client-side web-based application that enables users to edit their HTML/Javascript codes. It is a project I started for fun and wish to build upon. Pleas Note: Code Editor is not a WYSIWYG editor.
Managers
I would like to...
by comments
by date
by popularity
Sort
Display all
or
Enable filter

4 votes Vote

Right Click Menus To Have More Useful Features

Have right click menus on various items to give easy access to some features.
Response from the site administrator
charlesmusicwebs, 18.09.2011
I have a right-click script that is currently an experiment. I have incorporated it with javaBOOK (a project in BETA that is not yet online). I will soon work with it in Code Editor. Probably two versions from now.
charlesmusicwebs, 11.04.2011, 19:23
1 comment
3 votes Vote

HTML Helper Issues ( & ), " & ", ' & '

There seems to be issues with HTML Helper's parentheses. When Typing ('hello') you get ()'hello) Also, the quotes are not working (" & ')
Response from the site administrator
charlesmusicwebs, 18.09.2011
I am seeing a few issues from HTML helper. While I am very busy right now, I am always working on this.
Charles Reinmuth, 19.08.2011, 18:31
0 comments
2 votes Vote

When you clear the debug window...

When you clear the debug window, the up arrows (the ones that link to the "search functions" feature) disappear.
Response from the site administrator
charlesmusicwebs, 18.09.2011
I will fix this, somehow. I am still looking over my options. Which is faster, easier, etc.

for now, you can type in the debug window:
document.getElementById('searchfunc').style.visibility = 'visible';

That will bring up the feature.
charlesmusicwebs, 13.04.2011, 21:02
0 comments
2 votes Vote

Auto-Update Not Working

When line numbers are turned off, and auto-update is turned on, auto update does not work.
Response from the site administrator
charlesmusicwebs, 18.09.2011
YOU ARE RIGHT!
The reason is that the event handlers are set inside the function that generates the line numbers. So they are not getting set.

I will fix this. For now, you can fix this by opening the debug window and typing "replaceevents()" without quotes. This will force the events to be created.
Ann, 18.09.2011, 18:50
0 comments
0 votes Vote

Error In help File

Scroll bars do not show in the "Help Documentation for Form Clear Script" window. Safari.
Response from the site administrator
charlesmusicwebs, 13.04.2011
I am working on De-Buging our program for safari. I will update this page with bugs and errors. I am working on all of these.
charlesmusicwebs, 13.04.2011, 20:57
0 comments
2 votes Vote

HTML Helper

HTML Helper will be able to help you type faster by completing what you have already entered. For example, if you type: < HTML Helper will automatically add: &lt;&gt; And put your cursor in the middle to start typing: &lt;html&gt;...
Response from the site administrator
charlesmusicwebs, 22.05.2011
This addition has proved to be very useful and successful. We are working on merging the BETA experiment into code editor. It will not be IE compatible whatsoever.
charlesmusicwebs, 05.05.2011, 05:45
0 comments
0 votes Vote

Code Box Fills with content of iframe on click.

On the click of the iframs (ex. in help files) the code box fills up with the code for the help file on click in safaril
Response from the site administrator
charlesmusicwebs, 18.09.2011
This was part of a feature I was working on that was in BETA. The feature has been put on hold, and thus, the problem has been fixed.
charlesmusicwebs, 13.04.2011, 20:54
1 comment
0 votes Vote

Put the project online

I will be putting the project online.
Response from the site administrator
charlesmusicwebs, 31.08.2011
Done. You can find it at:
reinmcha.com/Code_Editor
charlesmusicwebs, 15.04.2011, 02:58
0 comments
0 votes Vote

Add a "Check Version" Feature

Response from the site administrator
charlesmusicwebs, 15.04.2011
I will add this feature. It will ask you to update your Code Editor version if it is out of date.
charlesmusicwebs, 15.04.2011, 03:02
0 comments