Current Filter:
Date Range: 12/16/2002
(clear filters)

Monday, December 16, 2002

JavaScript Assistant done

Well folks, I finally got it finished. JavaScript Assistant will go into beta some time today and be released in a few days. Here's just some of what it does:

The JavaScript Assistant is a toolbar that can be used in any kind of document that you'd use JavaScript.JavaScript Assistant is designed to analyze your selection and place the cursor in the next logical position based on that selection. For example, if you select a single word, then click the function button, the cursor is placed inside the () since you may need to add arguments to the function. If your selection contains multiple words or multiple lines of code, the cursor is put before the () so that you can give the function a name. The same principle applies to the Insert If Statement, Insert Else Statement, and Insert For Loop buttons.

There are 11 buttons in the JavaScript Assistant. This extension will be free, and available from the DWfaq Store.

Posted by ~Angela | Comments (0) | Add Comment | Permalink