CHANGE NOTES
  • 06/01/09 - Resolved an issue when Vista has UAC turned on, data cannot be written for SysPad. In an attempt to comply with Windows Security standards, data files have been moved to the Application Data folder for the current user. This also removes the need for elevation to use SysPad. (SysPad)
  • 06/01/09 - Resolved an issue with the second Pad losing its data. Cause is unknown as I really didn't change any code to resolve it, I just recompiled. :) (TrayPad)
  • 05/27/09 - Added ability to insert tab spaces in the pads isntead of pressing Tab moving to different controls. (TrayPad)
  • 05/27/09 - Added ability to Export pad text to Notepad++. You can also select a programming language for syntax highlighting (TrayPad)
  • 05/23/09 - Moved renaming feature from settings to a right-click on each tab. (TrayPad)
  • 05/23/09 - Can reorder tabs by dragging and dropping them (TrayPad)
  • 05/23/09 - Changed Notifcation Area icon (SysPad)
  • 05/20/09 - Added help file. (SysPad)
  • 05/19/09 - Added shortcut keys for various operations. (TrayPad)
  • 05/19/09 - Fixed bug where invalid addresses would still try to launch when using shortcut key (CTRL+G). (TrayPad)
  • 05/21/09 - Fixed bug where certain program launch points (start menu, desktop shortcut, etc) would not launch help file properly. (SysPad)
  • 05/15/09 - Added ability to rename tabs. (TrayPad)
  • 05/15/09 - Added "Select All" to context menu (TrayPad)
  • 05.11.09 - Determine issue with XP shutdown halting
  • 05.11.09 - Add options for preset toolbar buttons for folders like My Computer, C:\, D:\, Recycle Bin, etc. (FolderPad)
  • 05.06.09 - Issue with Multiline Textboxes only using 32767 characters. MaxLength was supposedly an ignored property. (TrayPad)
  • 05.06.09 - Add Open option in Context Menu (FolderPad)
  • 05.06.09 - Allow Enter to access highlighted folder (FolderPad)
  • 05.06.09 - Fix Custom path form (not working at all. Lost code during transition of creating a new project) (FolderPad)
  • 05.06.09 - MenuBar Options (Remove toolbar) (TrayPad)
  • 05.06.09 - Add CTRL shortcuts for Saving and Printing tabs (TrayPad)
  • 05.06.09 - Add right-click ability to highlight a URL and navigate to it from text areas (TrayPad)
  • 11.12.08 - Uploaded new release addressing bug.
  • 11.12.08 - FilePath bug found. On system load, program had trouble retrieving required text files from program root folder. (Changed folder to C:\". (SysPad)
  • 11.05.08 - When right-clicking on FolderPad, options that should not be available now get disabled. (FolderPad)
  • 11.05.08 - Fixed some minor cosmetic issues. (SysPad)
  • 11.04.08 - Created a status bar and keeps track of Line/Column in selected Pad. (TrayPad)
  • 10.29.08 - Changed from a MenuBar to a ToolStrip. (TrayPad)
  • 10.21.08 - Added Icons to context menus. (FolderPad)
  • 10.21.08 - Fixed various coding issues that were overlooked when implementing the UNC conversion option. (FolderPad)
  • 10.21.08 - Added support for right-click selection of an item in the listbox. (FolderPad)
  • 10.16.08 - Added support for UNC path display option. (FolderPad)
  • 10.16.08 - Added Tooltips to various controls. (SysPad)
  • 10.14.08 - Made Tab selection more apparant by bolding the text of the currently selected Tab. (TrayPad)
  • 10.06.08 - Initial project was launched