Fixed a bug that converted \n character combinations to hard new lines when reloading a saved plugin definition. [v2.96]
The status bar will now display code generation related statistics, such as the programming language, the number of items and the amount of time it took, after generating code. [v2.96]
Optimized code base to take advantage of Pentium and higher processors. [v2.96]
Added "Plugins Directory" and "Check for Updates" buttons to the toolbar. [v2.96]
High color icons for New, Open, Save and Help buttons on the toolbar. [v2.96]
"Tools | Open HTML-Kit" menu option to run HTML-Kit. [v2.96]
Easily create Command Prompt phrases. To enable Command Prompt phrases, select a button and switch to the "Advanced" tab. Enter a command name under the "Command Prompt | Commands" field. For example, to invoke the plugin when the "myplugin" command is issued at the Command Prompt, enter "myplugin". "Hint" and "Help" fields can be used to describe how the plugin will handle Command Prompt phrases. Finally select an action, change to the "Advanced" tab and enter the Command Prompt phrase which can be used to invoke the selected action. For example, to invoke the action when the "myplugin run calc" is issued at the Command Prompt, enter "run calc" (without quotes) under "Command Prompt Phrase." [v2.94]
Ability to assign hints for individual drop-down menu items. To setup hints for individual drop-down menu items, select an action, change to the "Advanced" tab and enter the hint under "Menu Item Hint." [v2.94]
Ability to use bitmap images (*.bmp) as button icons. Change to the "Icon" tab click "Load Icon or Bitmap from File..." and pick a bitmap file. [v2.94]
Ability to copy images from the clipboard. Copy a 16x16 pixel image from any graphics editor, switch to the Plugins Generator, change to the "Icon" tab and click "Copy Image from the Clipboard." [v2.94]
Ability to use bitmap / clipboard images that are smaller than the default icon. The image will be centered on the button. [v2.94]
The size of bitmap / clipboard images will be reduced to fit the default icon size. [v2.94]
Initial support for generating plugins in Python. HTML-Kit build 292 beta 1 or higher is required to run these plugins. [v2.94]
"Edit | Plugin Options | Do not use pre-defined constants" option to avoid using hkp_* constant variables. Constant strings will be used instead. [v2.94]
Initial support for generating plugins in Perl and Ruby. HTML-Kit build 292 beta 1 or higher is required to run these plugins. [v2.94]
Initial support for generating plugins in PHP. HTML-Kit build 292 beta 1 or higher is required to run these plugins. [v2.94]
Ability to remember plugin, *.hpd and icon paths between sessions. [v2.94]
Initial support for generating plugins in JavaScript, VBScript and Visual Basic. HTML-Kit build 292 beta 1 or higher is required to run these plugins. [v2.94]