Vlad"s Software Development Toolbox

Thursday 31 May 2007

Unlimited Undo/Redo - V1.1.1.0

Free Download

EnvMan-1.1.1.0.zip EnvMan-source-1.1.1.0.zip

Summary

  • Implementation of Undo/Redo functionality (Bug Tracker ID: 1705000)
  • Added Tool Tip info for icons in Edit Form

Functionality Changes

Finally implementation of Undo/Redo functionality is done. Using arrow buttons it is possible to undo changes made since Edit Form was opened. Redo button will perform these action again one by one. Keep in mind, if undo button was used and another action is performed then every redo command after that action is cleared. Tool Tip on Undo/Redo button will show what type of action they are going to perform.

Friday 25 May 2007

Fixed Minimum Form Sizes - V1.1.0.2

Free Download

EnvMan-1.1.0.2.zip EnvMan-source-1.1.0.2.zip

Summary

  • Made single selection in the Edit form grid
  • Set minimum sizes for main and edit forms
  • Fixed bug on renaming variable name

Functionality Changes

While still working on release EnvMan-1.1.1.0, which will include implementation of unlimited Undo/Redo, I decided to provide a small EnvMan-1.1.0.2 release that will include fixes from testing and suggestions. EnvMan-1.1.1.0 is on its way. I am currently implementing few tests before it will be public. Please stay tuned.

Tuesday 1 May 2007

Interface Improvements - V1.1.0.1

Free Download

EnvMan-1.1.0.1.zip EnvMan-source-1.1.0.1.zip

Summary

  • Fixed alignment of the delete button.
  • Simplified parsing of the variable value string by using string.split function
  • Added settings to save splitter position of the component

Functionality Changes

The changes are related to main form and edit from screens. On the main form the name of the user is shown and splitter position saved when program closed. On edit form position of the delete button corrected and loading of variable values simplified and now a lot quicker.