######################################################### # Tcl/Tk Project Manager # Distributed under GNU Public License # Copyright (c) "Sergey Kalinin", 2001, http://nuk-svk.ru # Author: Sergey Kalinin banzaj28@yandex.ru ######################################################### 0.4.5 13.02.2018 - Added gray theme - Fixed work with file from directory (FileBrowser function). 08.02.2018 - Auto indent added for () [] braces - File Browser added. Now we will edited any file without project 07.02.2018 - Tcl, Perl, PHP highlight comment procedure fixed - Help file Text.html utf-8 encoding - Change hotkeys "Control+," "Control+." "Control+/" (commect selected, uncoment selected, select all) - Add new function Comments/Uncomment selected text 05.02.2018 - Added binding mouse button: click on notebook tab highlight opened file name in tree - Change "Paste from Clipboard" function - Change popup editor menu (undo, redo, copy, paste, cut functions) - Change Logo and About dialog - Russian help files was conerting into utf-8 encode - Change help file load procedure 04.02.2018 - Fixed paste text highlight - Fixed setting edited flag when paste the text from buffer 22/01/2018 - Remove ctags support - Added gitk (gui for git) support 11/01/2018 - Changes color setting dialog into "Setting" - Actualizing information into "About" dialog - Corrected color settings for all widgets - Change default color scheme - Remove ctag, change autocomplitt procedure 0.4.4 19/10/2015 - Fixed install.tcl script 0.3.7 18/10/2007 -Added text encoding support from koi8-r,cpp1251,cp866 to UTF-8 20/02/2007 - Fixed settings dialog - Fixed saved settings parameter 27/01/2006 - Remove SuperText widget now use native TEXT 29/12/2005 - Added RUBY projects support - Fixed remove project if some files is open in editor - Add function for added interpritator into new like #!/usr/bin/wish 0.3.6 18/02/2005 - Fixed correctly file attributes in WIN OS as like a date and time 01/02/2005 - Added DOT-file support 07/12/2004 - Added PHP projects support 0.3.5 01/11/2004 - Added Rivet and TclHttpd template files support - Removed BWidget documentation - Fixed bug with One Click mouse button on folder in TreeWidget 25/10/2004 Fixed bug with PageRise function 27/09/2004 - Added "Create New Directory" dialog into main and pop-up menu 14/09/2004 - Added image viewer - Fixed close projman if was not opened projects 0.3.4 15/07/2004 - Fixed closes "About" window with popup menu 13/04/2004 - Added O'Caml (ML) support (not stable) - Fixed settings dialog 0.3.3 04/12/2003 - Fix perl source code navigation ('sub' keyword) 22/09/2003 - Added fortran project support - Added STDERR output in text widget when project or file compile (running) 10/07/2003 - Fix buf with runing TkCVS and other modules 07/07/2003 - Added PERL project support - Added "Control+ PageUp" and "Control+ PageDown" key switching editors tabs - Added popupmenus for tabs 0.3.2 20/12/2002 - Fixed "Open project" from any directoryes, now files don't copying into default projects dir - Fixed "Delete project" procedure - Change work dir in windows - now .projman - Small change install dialog 15/12/2002 - Fixed error with delete file 06/12/2002 - Fixed error with comments highlight in JAVA-source 0.3.1 20/11/2002 - Added comand line option in compiler string (for projects) - Fixed file compile procedure - Fixed add (create new) file to project procedure. Now file created in any location. 05/11/2002 - Fixed error with run project on press F9 key - Fixed error with different project location - Fixed "Select All" procedure - Small bugs fixes in projects.tcl - Code cleaning - Fixed Save/Close editing file 0.3.0 28/10/2002 - Correct main menus and popup-menus ("file" and "projects" menus) 25/10/2002 - Fixed settings dialog - now full working :) - Added JAVA files and project compiling 14/10/2002 - Remove editor.conf, now all setting placement in projman.conf need replace old ~/.projman/projman.conf file - Fixed "Settings dialog" 16/09/2002 - Changed TCL highlight procedure 10/09/2002 - Added JAVA project support like source code highlightning, project managment, class navigation 0.2.5 02/09/2002 - New release VisualRegexp added (thanks Laurent Riesterer) 17/06/2002 - Bug in Help procedure (
tag) fixed (by Alexander Danilov) 0.2.4 11/06/2002 - Fixed copying french documentation files - Now interface language setting on $env(LANG) variable (system lacale) and HOMEPATH HOMEDRIVE vars (for windows) - Change Procedure Complitition proc - Change load modules procedure 05/06/2002 - Change tcl highlight procedure for braces and options (by Korwin) 03/06/2002 - Small GUI changes (Tree view, AboutBox)(by Alexander Danilov) - Fixed help files path in install.tcl (by Alexander Danilov) - Added "Close" button into toolbar - Change Settins dialog (now self window) - DON'T WORKING developers only - Code clean (procedure.tcl) - Changes NoteBook title (save/modify file veiew) 0.2.3 30/05/2002 - Added icon for XML files - Added XML highlightning (used highlight/html.tcl) - Added "Select All" command into "Edit" menu - Fixed "Overwrite/Insert" procedure - Fixed On/Off toolbar 21/05/2002 - Rewrite all TCL and TK docs by Alexander Danilov