76 lines
2.3 KiB
Plaintext
76 lines
2.3 KiB
Plaintext
######################################################
|
|
# Tcl/Tk Project manager 2.0
|
|
# Distributed under GNU Public License
|
|
# Author: Sergey Kalinin svk@nuk-svl.ru
|
|
# Home page: https://nuk-svk.ru
|
|
######################################################
|
|
|
|
20/06/2022
|
|
- Beginning the project
|
|
|
|
13/07/2022
|
|
- Added open file dialog
|
|
- Added open folder dialog
|
|
- Added save file function
|
|
- Added a command line argument support (open file(s) or folder(s))
|
|
- Added TCL and BASH highlite
|
|
- Added a configuration file (progman.ini) and a procedure for reading/saving them
|
|
|
|
14/07/2022
|
|
- Added On/Off viewing toolbar
|
|
- Added On/Off viewing line numbers bar
|
|
- Added a Comment/Uncomment text support
|
|
- Added text auto format
|
|
|
|
15/07/2022
|
|
- Added a close file (tab) function with Ctrl+w
|
|
- Added a insert/remove the tabspace
|
|
- Fixed comment/uncomment selected text
|
|
|
|
20/07/2022
|
|
- Fixed indent text
|
|
- Fixed insert " and '
|
|
- Added a main window geometry option into config, and autosave current geometry
|
|
|
|
21/07/2022
|
|
- Added Save file dialog before tab was closed
|
|
- Added Save file dialog when exiting, if file was modify
|
|
|
|
22/07/2022
|
|
- Added GO highlight
|
|
|
|
27/07/2022
|
|
- Fixed comment/uncomment procedure (last line in selected text)
|
|
- Fixed error with save new (untitled) file
|
|
|
|
01/08/2022
|
|
- Added inserting base64 encoded image
|
|
- Added read the file structure and inserting into tree
|
|
- Added GUI font, and GUI foreground color setting
|
|
- Added tcl and go files images
|
|
- Added image for file type (extention)
|
|
|
|
03/08/2022
|
|
- Added some files icon
|
|
- Fix finded procedure (function) (tree click)
|
|
- Fix showing position in statusbar
|
|
|
|
12/08/2022
|
|
- Fixed comment/uncomment procedure depending on the file type
|
|
- Added About dialog
|
|
- Fixed read structure (procedure names like Proc:Name)
|
|
|
|
15/08/2022
|
|
- Added open/close braces highlight
|
|
- Fixed GO structure reader
|
|
|
|
16/08/2022
|
|
- Added selection of all words in the text by clicking on the any word
|
|
|
|
17/08/2022
|
|
- Added "Vew Panel" menu and "Panel side" (left/right)
|
|
- Changed standard Tk menu on TTK::menu
|
|
- Added config options filesPanelPlace (left/right)
|
|
- Fixed ViewFilesTree procedure with rigth variable filesPanelShow (true/false)
|
|
|