Forrest R. Stevens - List of HTML-Kit Plugins
These files are for use with an excellent free HTML editor that I've found to be a stable replacement for Allaire/Macromedia HomeSite. You can find information about and download the editor here:
Chami's HTML-Kit Editor - http://www.chami.com/html-kit/The editor is easily extensible using an open plugin architecture. You'll find my plugins listed below but if you'd like to research other plugins please see the HTML-Kit plugins page:
HTML-Kit Plugins Page - http://www.chami.com/html-kit/plugins/Feel free to email me if you have questions or would like any information. I'll do my best to provide you with the little I have. ;)
Plugins
C-Style Comment/Uncomment - hkScript - frsCStyleBlockComment.hks - HKS Source If used on uncommented code the selected text will be enclosed
in C-style (slash/star) qoutes. Executed again on selected text enclosed in
C-style quotes, the text will be returned without the comments. The most useful method for using this plug-in is to assign it a keyboard
shortcut (I use Ctl-B) which when pressed will comment or uncomment the
selected text.
This plug-in is quite useful for block commenting and uncommenting code
in C/C++ source, PHP, JavaScript, or any other language that utilizes
C-style comments.
Visual Basic-Style Comment/Uncomment - hkScript - frsVBStyleBlockComment.hks - HKS Source If used on uncommented code the selected text will be returned with each
line prefaced with a single quote. If used on commented code, each line
will be returned without single quotes. The most useful method for using this plug-in is to assign it a keyboard
shortcut (I use Ctl-B) which when pressed will comment or uncomment the
selected text.
This plug-in is quite useful for block commenting and uncommenting code
in Visual Basic, VBScript, and VBA, or any other language that uses single
quote-style comments.