The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Tk::CodeText module changes log

	Update to version 0.48
	Fixed bug with modified check.
	added -modifiedcall config variable
	changed background color of TagsEditor
	copy and cut no longer puts an empty string to the clipboard
	mouse button release now causes match
	
01 apr 2024
	Update to version 0.47
	Revised TagsEditor
	Fixed auto indent.
	Fixed bug with uncommenting.
	Fixed bug with -xmlfolder. -xmldir no longer exists.
	made lnumberCheck a bit quieter.

28 Feb 2024
	Update to version 0.46
	Focus now goes to the find entry when the search and replace frame appears
	Removed <FocusIn> and <FocusOut> bindings. I thought they made sense, they don't.


01 Oct 2023
	Update to version 0.45
	Added option -menutiems for the left-click popup menu.
	Added method saveExport.

15 septemer 2023
	Update to version 0.44
	Fixed bug in TagsEditor.

15 septemer 2023
	Update to version 0.43
	TagsEditor now shows correct in Metacpan.
	Highlighting and status bar updates now only happen when the widget has focus.
	Added -position option
	Focus now returns to text widget when search and replace window closes
	Method themeUpdate now calls highlightPurge at the end
	
04 june 2023
	Update to version 0.42. 
	Fixed documentation typos and errors.
	Fixed testing.

01 june 2023
	Update to version 0.41. 
	Moved internal MyKamelon to it's own pm, so metacpan does not have problems with it.

01 june 2023
	Update to version 0.40.
	Made a rewrite from scratch. See Readme.md.

27 march 2004
	update to version 0.3.4
	removed -headerbackground bug from RulesEditor
	renamed test.pl to demo.pl so testing without a connection to an
	X-server will not fail.

17 march 2004
	Update to version 0.3.2
	Added a decent test suite.
	Added support for bash.
	Modified Tk::CodeText::Template.pm to support a more structured approach
	for writing plugins. Things are backwards compatible. Plugins that inherit
	Tk::CodeText::Template also don't need to specify a 'syntax' method any more.
	Rewrote the rules editor, put it in a separate module.
	Numerous small changes and additions
	
22 April 2003
	Update to version 0.3.1
	Added slant option to rules editor.
	Corrected couple of mistakes in the documentation.

17 April 2003
	Update to version 0.3.0
	Modified clipboard handling.
	Added support for Pod and Xresources files
	Modified plugin protocol
	Modified highlighting algorithm
	Added '-updatecall' option.
	Fixed bug in rules editor.
	
03 March 2003
	Update to version 0.2.0.
	Updated documentation.
	Renamed a number of methods so they make sense.
	Added test.pl.
	Improved Makefile.PL.
	Fixed bug in selectionModify.
	-rules option now also available at create time.
	Added support for HTML.
	Created rules editor and provided methods for storing and retrieving rules.
	Added Syntax option to the View-menu.
	Switching syntax on the fly now possible.
	Scanning now also checked with highlighting.
	-matchoptions can now also be specified as space separated string.
		Now you can also specify it in your Xresources file.

09 February 2003
	Update to version 0.1.2
	Fixed yview bug.
	Removed unneccessary keybinding <KeyRelease>
	Added capabilities for matching curlies/braces/brackets

07 February 2003
	Update to version 0.1.1
	Fixed bug that made highlighting fail in overstrike mode.
	Improved documentation.

02 February 2003
	First alpha version 0.1