Tk Text Edit

Check-in [8e5be51b52]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Moved from lib
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:8e5be51b5239e701addf47cd9ea72f7d85b7bac9
User & Date: dennis 2001-02-09 15:35:09
Context
2001-02-09
15:38
*** empty log message *** check-in: 8ca4b9e542 user: dennis tags: trunk
15:35
Moved from lib check-in: 8e5be51b52 user: dennis tags: trunk
15:29
Removed KDE support check-in: 317a60abd1 user: dennis tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added BUGS.



























>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
Todo:
 Add possibility to erase macros
 Add Config wizard
 Add more sample macros
 Add menu entry for the flist, and remove it from the windows menu
     also remove the old bindings for files in the windows menu in window.tcl.
 
Bugs:
 If a macro file exists in both installdir and home then it's listed twice in the menu.

Continuing work:
 Update all commands so that they work with macros.
 Write help text

Added CHANGES.













































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
* Removed (Bad KDE support)
* Add "Insert Special char" dialog
* Add posibility to delete files in filelist window.
* Add new common dialog window.
* Various bug fixes on the file list.

Version 0.9.9 released 00-12-25

* Logo in File menu
* Possibility to assign icons to speed buttons
* Load/Save/New/Close = new default buttons with icons
* Possibility to resize file list and textshell
* Parameters to shell script macro files
* Fixed window resize bug
* Added macro manager and ability to exec sh macros
* Added textshell + cleaned up gui.tcl
* Added support for wrapping
* Added some new color coding to the file list
* Fixed several bugs in findreplace routines
* Changed/improved internal handling of macro files

Version 0.9.8 released 99-11-28

* Added file browser function (Experimental)
* Some small bug fixes.

Version 0.9.7 released 99-08-13

* Added RPM package !!!
* Added a working Undo function !
* Added a help browser! (All help text is not written yet...)
* Removed the stupid file requester (Using the tk/tcl built in)
* All code is now in CVS so now i have a little better control over things (I hope ;-)
* And as usual some bugs are fixxed and some new are created.

Version 0.9.5 released 99-02-04

* Allmost all files are rewritten in a more structured way
* Removed Undo function (Will be implemented later)
* Removed experimental "markings"
* Added experimental filerequest
* Added speed buttons
* Added ability to automatically generate configuration files
* Added posibility to modify key bindings from conf. file
* Added standard error handler

Version 0.9.0 released 98-08-21

* Added Undo function (control-z)
* Added experimental "markings"
* Added open url at command line
* Added ftp load/save function
* Added Exec function (with preview try use %f %F %w)
* Removed window buttons, added support for up to 100 windows

Version 0.7.0 released 98-06-03

* Mayor restructuring of the code
* Changes to the file structure
* .tcltextedit now installes itself in a diffrent directory: default /usr/local/tcltextedit
* .tcltextedit was renamed to rc an placed into $HOME/.tcltextedit/,  wich also acts as a place to store tmp files and macro files.
* Added macro functions
* Added "Open Url"
* Added filesaved check when closed by wm
* Filenames are now displayed in the title bar (only name.ext part)
* Changed help window
* Load multiple files from commandline
* Updated install script

Version 0.6.8 released 98-05-21

* Tk/Tcl Version check at startup
* The color settings are fixxed, They actually work !
* A popup menu was added, (Just press somewhere over the text with the third mouse button)
* The clipboard routines are also fixed
* You can now choose the nuber of windows in the .tcltextedit file
* The Changed text now changes color thanks to Thierry Andry
* Plus some small bugfixxes

Version 0.6.5 released 98-05-14

* Handles up to 10 files
* Supports X-clipboard and editation of the clipbord
* Load clipboard from file
* Search/Replace function
* Improved keyboard-interface

Deleted lib/BUGS.

1
2
3
4
5
6
7
8
9
10
11
12
13
Todo:
 Add possibility to erase macros
 Add Config wizard
 Add more sample macros
 Add menu entry for the flist, and remove it from the windows menu
     also remove the old bindings for files in the windows menu in window.tcl.
 
Bugs:
 If a macro file exists in both installdir and home then it's listed twice in the menu.

Continuing work:
 Update all commands so that they work with macros.
 Write help text
<
<
<
<
<
<
<
<
<
<
<
<
<


























Deleted lib/CHANGES.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
* Removed (Bad KDE support)
* Add "Insert Special char" dialog
* Add posibility to delete files in filelist window.
* Add new common dialog window.
* Various bug fixes on the file list.

Version 0.9.9 released 00-12-25

* Logo in File menu
* Possibility to assign icons to speed buttons
* Load/Save/New/Close = new default buttons with icons
* Possibility to resize file list and textshell
* Parameters to shell script macro files
* Fixed window resize bug
* Added macro manager and ability to exec sh macros
* Added textshell + cleaned up gui.tcl
* Added support for wrapping
* Added some new color coding to the file list
* Fixed several bugs in findreplace routines
* Changed/improved internal handling of macro files

Version 0.9.8 released 99-11-28

* Added file browser function (Experimental)
* Some small bug fixes.

Version 0.9.7 released 99-08-13

* Added RPM package !!!
* Added a working Undo function !
* Added a help browser! (All help text is not written yet...)
* Removed the stupid file requester (Using the tk/tcl built in)
* All code is now in CVS so now i have a little better control over things (I hope ;-)
* And as usual some bugs are fixxed and some new are created.

Version 0.9.5 released 99-02-04

* Allmost all files are rewritten in a more structured way
* Removed Undo function (Will be implemented later)
* Removed experimental "markings"
* Added experimental filerequest
* Added speed buttons
* Added ability to automatically generate configuration files
* Added posibility to modify key bindings from conf. file
* Added standard error handler

Version 0.9.0 released 98-08-21

* Added Undo function (control-z)
* Added experimental "markings"
* Added open url at command line
* Added ftp load/save function
* Added Exec function (with preview try use %f %F %w)
* Removed window buttons, added support for up to 100 windows

Version 0.7.0 released 98-06-03

* Mayor restructuring of the code
* Changes to the file structure
* .tcltextedit now installes itself in a diffrent directory: default /usr/local/tcltextedit
* .tcltextedit was renamed to rc an placed into $HOME/.tcltextedit/,  wich also acts as a place to store tmp files and macro files.
* Added macro functions
* Added "Open Url"
* Added filesaved check when closed by wm
* Filenames are now displayed in the title bar (only name.ext part)
* Changed help window
* Load multiple files from commandline
* Updated install script

Version 0.6.8 released 98-05-21

* Tk/Tcl Version check at startup
* The color settings are fixxed, They actually work !
* A popup menu was added, (Just press somewhere over the text with the third mouse button)
* The clipboard routines are also fixed
* You can now choose the nuber of windows in the .tcltextedit file
* The Changed text now changes color thanks to Thierry Andry
* Plus some small bugfixxes

Version 0.6.5 released 98-05-14

* Handles up to 10 files
* Supports X-clipboard and editation of the clipbord
* Load clipboard from file
* Search/Replace function
* Improved keyboard-interface
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<