Simple Text Viewer v1.0.2 by Tyler Retelle (darklight_tr) Built with AutoHotkey v1.0.48.05 20090925 Info ---- Simple Text Viewer is a simplified text viewer for TR Tools scripts. It can also be used to view other text files. Consult the Simple Text Viewer Manual for full feature details and instructions on how to use this script. OS Support: Windows XP, Windows Vista, Windows 7 Tested On: Windows XP, Windows 7 Bugs/Issues ----------- -The Update Check feature may not work when used behind a proxy server that requires authentication. -There is no option to print from within Simple Text Viewer. You must print through an external editor. This is an AutoHotkey limitation so printing cannot be added at this time. -The manual cannot be viewed if it is located on a network drive/share. This is a limitation imposed on Compiled HTML Help files by Microsoft for security reasons, but you can bypass the security in order to view the file from a network drive/share. See http://support.microsoft.com/kb/896054 for details. As an alternative, a HTML version of the manual can be downloaded from tylerretelle.com. Please report any bugs/issues you encounter and I will do my best to fix them. Contact Info ------------ Website: www.tylerretelle.com E-mail: darklight_tr@yahoo.com License ------- Please see the License section of the manual or http://www.tylerretelle.com/documentation/license.html for details. Copyright Info -------------- SmartGUI Creator v4.0 was used to create all GUI interfaces. Thanks to Rajat for the awesome utility! Compile_AHK was used to compile Simple Text Viewer v0.1.0 (BETA 1) and higher. Thanks to ladiko for the awesome utility! Toolbar v2.31 was used to create the toolbar. Thanks to majkinetor for the very useful script! CColor v1.0 was used to modify the default control colors. Thanks to majkinetor for the very useful script! Anchor v4.60a was used to allow for the resizing of the GUI. Thanks to Titan for the very useful script! The search function uses a modified version of the SearchEdit script posted by Klaus on the AutoHotkey forum. (http://www.autohotkey.com/forum/topic39120.html) Helpinator FREE was used to create the help files. (http://www.helpinator.com) The script icon is from the Pinvoke Diagona icon pack. (http://www.pinvoke.com/) Change Log ---------- v1.0.2 (08/10/10) ------ -Fixed an issue where the Status Bar will not update when opening new files after using the /o command line parameter. v1.0.1 (06/26/10) ------ -Fixed an issue where the Search function would not enable when using the /o command line parameter. -Removed some unnecessary code. -Installer upgraded to TR Tools Setup v2.8.0. v1.0.0 (02/19/10) ------ -The Check for Updates feature has been added and enabled. -Includes v1 Revision 2.0.0 of the Simple Text Viewer Manual. v0.6.0 (02/12/10) - RC0 ------ -Added a search function using a modified version of the SearchEdit script. -Added GUI elements to support the search function. (GUI RV9) -Added a status bar to the GUI and moved file opening instructions/current open file to the status bar. (GUI RV10) -Fixed several issues with GUI redrawing. (GUI RV10.1) -Includes v1 Revision 1.3.0 of the Simple Text Viewer Manual. v0.5.1 (02/05/10) - BETA 5a ------ -Fixed several issues with GUI redrawing. (GUI RV8.2) -Removed Windows Vista from the tested OS list because I no longer have any PCs running Windows Vista to test on. The OS will remain on the supported list. -Includes v1 Revision 1.2.0 of the Simple Text Viewer Manual. -Installer upgraded to TR Tools Setup v2.6.1. v0.5.0 (12/21/09) - BETA 5 ------ -Toolbar script upgraded to v2.31. -The toolbar now resizes properly when the window is resized. (GUI RV7.1) -Installer upgraded to TR Tools Setup v2.6.0. -Windows 7 is now supported. -Changed from the Colored Controls script to the CColor script for control color modification. -Resizing the window no longer hangs the script. (Due to a bug in Colored Controls) -Removed the GUI minimum size restriction. (GUI RV8) -Fixed several issues with GUI redrawing. (GUI RV8.1) v0.4.2 (11/25/09) - BETA 4b ------ -Fixed an issue where the External Editor function would not work correctly. -Installer upgraded to TR Tools Setup v2.5.0. v0.4.1 (11/10/09) - BETA 4a ------ -Toolbar script upgraded to v2.21. -Installer upgraded to TR Tools Setup v2.4.0. v0.4.0 (10/30/09) - BETA 4 ------ -Engine upgraded to AutoHotkey v1.0.48.05. -Toolbar script upgraded to v2.2. -Installer upgraded to TR Tools Setup v2.3.0. -Added support for resizing the GUI using the Anchor script. (GUI RV5) -Changed the GUI background color to a lighter color for better contrast and readability. (GUI RV6) -Increased the GUI default width. (GUI RV7) -Fixed the broken online manual link. -Includes v1 Revision 1.1.0 of the Simple Text Viewer Manual. -Made some editing changes to the Check for Updates dialog. -Fixed the broken license link in the About dialog. -Changed the display font to Courier New. v0.3.2 (07/24/09) - BETA 3d ------ -Engine upgraded to AutoHotkey v1.0.48.03. This version contains several bug fixes. -Added a new About GUI, which replaces the old About dialog. (GUI RV3) -Added an External Editor button to the toolbar. (GUI RV4) -Toolbar script upgraded to v2.1. -Enabled Check for Updates menu item and added dialog notating that Check for Updates is not supported in BETA releases. The user is offered to be taken to tylerretelle.com to verify the script version. -Added an installer using TR Tools Setup v2.2.1, which is based on Inno Setup. -Includes v1 Revision 1.0.0 of the Simple Text Viewer Manual. -Added an EULA to the installer and manual. The new license is a much more elaborate version than the previous license I used, but as always my scripts are still free to use. v0.3.1.1 (04/27/09) - BETA 3c -------- -Fixed several issues where the external editor path would not clear. (Options GUI) -Fixed an issue where you are unable to switch back to the default external editor after you specify a custom one. (Options GUI) v0.3.1 (04/23/09) - BETA 3b ------ -First Public Release. -Engine upgraded to AutoHotkey v1.0.48.02. This version offers some speed improvements and bug fixes. -Disabled the Check for Updates feature. (It will return in a future BETA release) -Changed how the AutoHotkey version is displayed in the About dialog. -Added an option to the Help menu to take the user to tylerretelle.com, home of Simple Text Viewer. -Fixed an issue with the UAC function in Windows Vista. -Simple Text Viewer no longer requires admin privileges to run. -Hotkeys now only function when the script window has focus. v0.3.0.1 (02/24/09) - BETA 3a -------- -Fixed a couple text errors. v0.3.0 (01/08/09) - BETA 3 ------ -Changed the control background colors using the Colored Controls script. (GUI RV1.1) -Shrunk the toolbar icons. (GUI RV2) -Adjusted the GUI to accommodate the new toolbar size. (GUI RV2) -Fixed an instance where the GUI would not be sized properly. -Removed unused code. -By default Simple Text Viewer now opens only .txt and .log files, though you still have the All Files drop down in case you want to attempt to open other files. -Added a separator between the Save Copy... and Copy Text buttons. (GUI RV2.1) v0.2.0 (01/08/09) - BETA 2 ------ -Fixed an issue where the Open and Save Copy commands wouldn't remove the suspension of hotkeys when they were supposed to. -Added a toolbar, which is generated by the Toolbar script. (GUI RV1) -Adjusted the GUI to accommodate the toolbar. (GUI RV1) -Added a button and menu option to copy selected text. -Added a menu option to select all text. v0.1.0 (01/06/09) - BETA 1 ------ -Initial Internal Release.