tkcon
15 years ago * tkcon.tcl: override 8.5 [chan puts|gets]. [Bug 1876707]
Jeff Hobbs [Fri, 24 Apr 2009 21:16:15 +0000 (21:16 +0000)]
* tkcon.tcl: override 8.5 [chan puts|gets]. [Bug 1876707]

15 years agoupdate pre-8.4 private text binding refs
Jeff Hobbs [Fri, 24 Apr 2009 21:03:35 +0000 (21:03 +0000)]
update pre-8.4 private text binding refs

15 years ago * tkcon.tcl: clean up cmd global var used [Bug 2441583]
Jeff Hobbs [Fri, 24 Apr 2009 19:12:32 +0000 (19:12 +0000)]
* tkcon.tcl: clean up cmd global var used [Bug 2441583]

15 years ago * tkcon.tcl (::tkcon::Retrieve): support http code redirect for
Jeff Hobbs [Fri, 24 Apr 2009 19:09:47 +0000 (19:09 +0000)]
* tkcon.tcl (::tkcon::Retrieve): support http code redirect for
downloading latest version. [Bug 1755500]

15 years agoadd tcl emacs identifier
Jeff Hobbs [Fri, 24 Apr 2009 19:08:02 +0000 (19:08 +0000)]
add tcl emacs identifier

15 years ago * README.txt, docs/limits.html, docs/nontcl.html: bump to 2.6
Jeff Hobbs [Fri, 24 Apr 2009 19:07:11 +0000 (19:07 +0000)]
* README.txt, docs/limits.html, docs/nontcl.html: bump to 2.6
* pkgIndex.tcl, tkcon.tcl: Use Tcl 8.4 code style.

15 years agoupdate for 2.5 release tkcon-2-5
Jeff Hobbs [Fri, 27 Feb 2009 00:17:03 +0000 (00:17 +0000)]
update for 2.5 release

15 years agonote 2.5 tag date
Jeff Hobbs [Fri, 27 Feb 2009 00:08:14 +0000 (00:08 +0000)]
note 2.5 tag date

15 years agodocs for resultfilter
Jeff Hobbs [Fri, 27 Feb 2009 00:07:01 +0000 (00:07 +0000)]
docs for resultfilter

15 years ago * docs/tkcon.html, docs/tkcon.n.man: add tkcon resultfilter docs.
Jeff Hobbs [Thu, 26 Feb 2009 01:02:40 +0000 (01:02 +0000)]
* docs/tkcon.html, docs/tkcon.n.man: add tkcon resultfilter docs.

16 years ago * tkcon.tcl (::tkcon::Bindings): prevent Expand virtual events
Jeff Hobbs [Thu, 7 Feb 2008 21:02:53 +0000 (21:02 +0000)]
* tkcon.tcl (::tkcon::Bindings): prevent Expand virtual events
from triggering follow-on events (most important for <Tab>).
(::tkcon::Retrieve): remove extraneous http::geturl call.

17 years ago * tkcon.tcl (::tkcon::EvalCmd): add OPT(resultfilter) and 'tkcon
Jeff Hobbs [Sat, 23 Jun 2007 00:53:41 +0000 (00:53 +0000)]
* tkcon.tcl (::tkcon::EvalCmd): add OPT(resultfilter) and 'tkcon
resultfilter ?cmd?' to allow optional result filter command.
Command will be passed result code and data and must return what
tkcon will return to the user.  Command is run in attached slave.
Ensure that initial files are sources at level #0.
Convert args after (--|-argv|-args) into slave arguments and set
them as the main $::argv/$::argc for propagation.

17 years agoremove oldschool style tags
Jeff Hobbs [Thu, 21 Jun 2007 23:13:20 +0000 (23:13 +0000)]
remove oldschool style tags

17 years agonote 8.5 compatibility
Jeff Hobbs [Thu, 21 Jun 2007 23:08:55 +0000 (23:08 +0000)]
note 8.5 compatibility

17 years ago * docs/tkcon.1.man, docs/tkcon.n.man, docs/tkconrc.5.man (new):
Jeff Hobbs [Thu, 21 Jun 2007 23:07:16 +0000 (23:07 +0000)]
* docs/tkcon.1.man, docs/tkcon.n.man, docs/tkconrc.5.man (new):
* docs/dump.n.man, docs/observe.n.man, docs/idebug.n.man (new):
* index.html, docs/demopic.gif (removed), docs/demopic.png (new):
* docs/plugin.html, docs/start.html, docs/tkcon.html:
Updated docs and added doctools equivalents courtesy Sergei Golovan
* docs/style.css: updated stylesheet

17 years agocorrect dos line endings and provided version
Jeff Hobbs [Thu, 21 Jun 2007 22:10:48 +0000 (22:10 +0000)]
correct dos line endings and provided version

17 years agobumped to version 2.5
Jeff Hobbs [Thu, 5 Apr 2007 00:18:56 +0000 (00:18 +0000)]
bumped to version 2.5

17 years agoupdated license
Jeff Hobbs [Thu, 5 Apr 2007 00:18:07 +0000 (00:18 +0000)]
updated license

17 years ago * tkcon.tcl: ensure option overrides only effect tkcon and
Jeff Hobbs [Wed, 4 Apr 2007 19:02:08 +0000 (19:02 +0000)]
* tkcon.tcl: ensure option overrides only effect tkcon and
subwidgets.
(edit): Add -wrap option to 'edit' command.
(::tkcon::AtSource): adjust argv0 existence check

18 years ago * tkcon.tcl (::tkcon::NewTab, ::tkcon::GetSlave): ensure that new
Jeff Hobbs [Tue, 5 Sep 2006 23:08:31 +0000 (23:08 +0000)]
* tkcon.tcl (::tkcon::NewTab, ::tkcon::GetSlave): ensure that new
tabs in other toplevel tkcon windows are built in the correct
slave hierarchy.

18 years ago * pkgIndex.tcl: sample pkgIndex.tcl that allows using tkcon as a
Jeff Hobbs [Tue, 5 Sep 2006 22:25:19 +0000 (22:25 +0000)]
* pkgIndex.tcl: sample pkgIndex.tcl that allows using tkcon as a
package.

18 years ago * tkcon.tcl (::tkcon::InitSlave): adjust to make the first file
Jeff Hobbs [Tue, 5 Sep 2006 22:00:11 +0000 (22:00 +0000)]
* tkcon.tcl (::tkcon::InitSlave): adjust to make the first file
passed in to be argv0 in the slave

18 years ago * tkcon.tcl (tkcon): default wm protocol to hide tkcon when used
Jeff Hobbs [Fri, 25 Aug 2006 18:04:51 +0000 (18:04 +0000)]
* tkcon.tcl (tkcon): default wm protocol to hide tkcon when used
in embedded context.

18 years agoremove use of -exact in package require Tk
Jeff Hobbs [Wed, 23 Aug 2006 18:00:29 +0000 (18:00 +0000)]
remove use of -exact in package require Tk

18 years agocorrect cvs link
Jeff Hobbs [Sat, 5 Aug 2006 23:21:57 +0000 (23:21 +0000)]
correct cvs link

18 years ago * tkcon.tcl: updated to handle ttk scrollbars as well as other UI
Jeff Hobbs [Thu, 29 Jun 2006 17:17:30 +0000 (17:17 +0000)]
* tkcon.tcl: updated to handle ttk scrollbars as well as other UI
cleanup.

18 years agomodify CVS location after SF changes
Jeff Hobbs [Fri, 16 Jun 2006 00:13:12 +0000 (00:13 +0000)]
modify CVS location after SF changes

18 years agocorrect reference email address
Jeff Hobbs [Fri, 16 Jun 2006 00:13:00 +0000 (00:13 +0000)]
correct reference email address

18 years ago * tkcon.tcl (tkcon): update 'gets stdin' override (tkcon congets)
Jeff Hobbs [Tue, 28 Feb 2006 20:45:21 +0000 (20:45 +0000)]
* tkcon.tcl (tkcon): update 'gets stdin' override (tkcon congets)
to support usage at script load time. (decoster)

18 years ago * tkcon.tcl (MenuConfigure): Fix ActiveTcl Help link when pointing
Jeff Hobbs [Wed, 25 Jan 2006 23:44:18 +0000 (23:44 +0000)]
* tkcon.tcl (MenuConfigure): Fix ActiveTcl Help link when pointing
to a file with space in path. [Bug 1408425]
(::tkcon::Save, ::tkcon::Load): in VFS paths, use the X11 dialogs
that support viewing in VFS dirs.

19 years ago * tkcon.tcl (::tkcon::AtSource): do not require argv to be defined
Jeff Hobbs [Mon, 12 Sep 2005 19:07:16 +0000 (19:07 +0000)]
* tkcon.tcl (::tkcon::AtSource): do not require argv to be defined
(edit): enable text -undo in editor
(::tkcon::InitUI): shrink aqua resize control space alloted

19 years ago * tkcon.tcl: add ::tkcon::OPT(maxlinelen) (default 0 == unlimited)
Jeff Hobbs [Thu, 14 Jul 2005 22:57:44 +0000 (22:57 +0000)]
* tkcon.tcl: add ::tkcon::OPT(maxlinelen) (default 0 == unlimited)
and 'tkcon linelength ?value?' to optionally limit long result
lines.  True result is still captured in $_ (and 'puts $_' works).

19 years ago * tkcon.tcl (InitMenus): add ActiveTcl Help menu item, if AT Help
Jeff Hobbs [Wed, 25 May 2005 20:23:53 +0000 (20:23 +0000)]
* tkcon.tcl (InitMenus): add ActiveTcl Help menu item, if AT Help
is found.

19 years ago * tkcon.tcl (ExpandXotcl): allow for xotcl method name expansion,
Jeff Hobbs [Thu, 7 Apr 2005 05:34:00 +0000 (05:34 +0000)]
* tkcon.tcl (ExpandXotcl): allow for xotcl method name expansion,
if you change ::tkcon::OPT(expandorder) to include Xotcl before
Procname

19 years ago * tkcon.tcl (::send::send): propagate -displayof to winfo interps
Jeff Hobbs [Mon, 21 Feb 2005 19:31:36 +0000 (19:31 +0000)]
* tkcon.tcl (::send::send): propagate -displayof to winfo interps
call. [Bug 1124369] (mbec)

19 years ago * tkcon.tcl (::tkcon::ExpandVariable): correct array keyname
Jeff Hobbs [Thu, 18 Nov 2004 19:18:06 +0000 (19:18 +0000)]
* tkcon.tcl (::tkcon::ExpandVariable): correct array keyname
expansion. [Bug 1004508] (bold)

19 years ago * tkcon.tcl (::tkcon::EvalSocket): pass sock arg. (allaert)
Jeff Hobbs [Fri, 12 Nov 2004 18:06:54 +0000 (18:06 +0000)]
* tkcon.tcl (::tkcon::EvalSocket): pass sock arg. (allaert)

19 years ago * tkcon.tcl (::tkcon::DeleteTab): allow for exit code to be passed
Jeff Hobbs [Thu, 11 Nov 2004 17:22:12 +0000 (17:22 +0000)]
* tkcon.tcl (::tkcon::DeleteTab): allow for exit code to be passed
when exit is aliased to DeleteTab. [Bug 1064462]
(::tkcon::Expect): graphicsSet isn't valid yet

20 years ago * tkcon.tcl (::tkcon::Highlight): use ctext for the 'edit' dialog
Jeff Hobbs [Sun, 10 Oct 2004 22:55:14 +0000 (22:55 +0000)]
* tkcon.tcl (::tkcon::Highlight): use ctext for the 'edit' dialog
if available

20 years ago * index.html, docs/*.html: remove email links, update 2.4 info tkcon-2-4
Jeff Hobbs [Mon, 26 Jul 2004 21:54:42 +0000 (21:54 +0000)]
* index.html, docs/*.html: remove email links, update 2.4 info
* docs/plugin.html: update plugin page embed code

20 years agonote tabbed console feature
Jeff Hobbs [Sun, 25 Jul 2004 01:15:45 +0000 (01:15 +0000)]
note tabbed console feature

20 years ago * tkcon.tcl (DeleteTab, Destroy): improve the 'exit' handling so
Jeff Hobbs [Thu, 24 Jun 2004 22:17:58 +0000 (22:17 +0000)]
* tkcon.tcl (DeleteTab, Destroy): improve the 'exit' handling so
that 'exit' in the first created tab doesn't do a full exit.
'exit' in the last tab of the first created console still exits
tkcon, fixing that requires a rearch of the console
creation/management.
(InitTab): Have the <Configure> binding only fire for the root
window, not for each tab.
(GotoTab): Keep tabs around - just raise/lower instead of grid
remove/add.  break on Next/Prev Tab binding to get focus right.
(Prompt): return if console w doesn't exist

20 years ago * tkcon.tcl: add [X] tab delete button and Console -> Delete Tab
Jeff Hobbs [Thu, 10 Jun 2004 23:59:00 +0000 (23:59 +0000)]
* tkcon.tcl: add [X] tab delete button and Console -> Delete Tab
menu item. [Bug 970785]

20 years ago(observe): allow observe of "proc"
Jeff Hobbs [Wed, 12 May 2004 21:09:10 +0000 (21:09 +0000)]
(observe): allow observe of "proc"

20 years agoturn off Expect behavior, accidently commited something that is far from working
Jeff Hobbs [Sat, 20 Mar 2004 23:56:23 +0000 (23:56 +0000)]
turn off Expect behavior, accidently commited something that is far from working

20 years ago * tkcon.tcl (::tkcon::EvalSocketEvent): correctly handle socket
Jeff Hobbs [Sat, 20 Mar 2004 23:54:36 +0000 (23:54 +0000)]
* tkcon.tcl (::tkcon::EvalSocketEvent): correctly handle socket
events after attachment changes

20 years ago * tkcon.tcl: correct 'exit' in extra tabs.
Jeff Hobbs [Mon, 1 Mar 2004 21:56:11 +0000 (21:56 +0000)]
* tkcon.tcl: correct 'exit' in extra tabs.
make tkconfixed font Courier -12 (was Courier 10), use it on unix.
Add extra space for OS X/Aqua in statusbar (for resize handle).
Only use -overrelief in 8.4

20 years ago(::tkcon::InterpEval, Interps): beware safe interps with Tk
Jeff Hobbs [Fri, 13 Feb 2004 00:03:24 +0000 (00:03 +0000)]
(::tkcon::InterpEval, Interps): beware safe interps with Tk

20 years ago Show Attach info in tab text, maintain namespace attachment
Jeff Hobbs [Thu, 12 Feb 2004 20:35:22 +0000 (20:35 +0000)]
Show Attach info in tab text, maintain namespace attachment
between console switches.

20 years ago * tkcon.tcl (::tkcon::InitUI): check existence of tcl_platform(os)
Jeff Hobbs [Thu, 12 Feb 2004 17:34:09 +0000 (17:34 +0000)]
* tkcon.tcl (::tkcon::InitUI): check existence of tcl_platform(os)
as it doesn't exist in the Tcl plugin.

20 years ago * tkcon.tcl: brought code back to 8.0 compatability.
Jeff Hobbs [Thu, 5 Feb 2004 20:30:15 +0000 (20:30 +0000)]
* tkcon.tcl: brought code back to 8.0 compatability.
Use $_ as last cached result var (was ${}).
Ensure hoterrors garbage collection occurs across all tabs.

20 years agofirst whack at tabbed console
Jeff Hobbs [Fri, 30 Jan 2004 02:31:17 +0000 (02:31 +0000)]
first whack at tabbed console

20 years ago (::tkcon::Retrieve): correct retrieve URL and add intelligence to
Jeff Hobbs [Wed, 28 Jan 2004 21:39:40 +0000 (21:39 +0000)]
(::tkcon::Retrieve): correct retrieve URL and add intelligence to
sense whether what we retrieved is correct before overwriting file.

20 years ago * tkcon.tcl: don't use menu tearoffs
Jeff Hobbs [Wed, 28 Jan 2004 21:06:15 +0000 (21:06 +0000)]
* tkcon.tcl: don't use menu tearoffs
remove recognizable email addresses from source
enabled more send variants (comm, dde, winsend) [bug 649257] (thoyts)
change Packages menu (that would be too large with many packages)
to a Manage Packages dialog.
tightened up Create Socket dialog, added <Escape> dismiss binding.
Moved source time initialization into ::tkcon::AtSource to guard
against leftover vars and just better encapsulate it.

20 years ago * tkcon.tcl (::tkcon::InitSlave): remove tk_library from the
Jeff Hobbs [Tue, 18 Nov 2003 20:36:39 +0000 (20:36 +0000)]
* tkcon.tcl (::tkcon::InitSlave): remove tk_library from the
seeded auto_path.  Do not add OPT(library) to auto_path if it is "".

20 years ago * tkcon.tcl (::tkcon::EvalSocketClosed): use tk_messageBox instead
Jeff Hobbs [Wed, 5 Nov 2003 02:54:55 +0000 (02:54 +0000)]
    * tkcon.tcl (::tkcon::EvalSocketClosed): use tk_messageBox instead
        of tk_dialog

21 years ago * tkcon.tcl (dir): use %9ld instead of %9d to support large files
Jeff Hobbs [Mon, 6 Oct 2003 19:12:43 +0000 (19:12 +0000)]
* tkcon.tcl (dir): use %9ld instead of %9d to support large files

21 years agomore tightening of display for WinCE
Jeff Hobbs [Tue, 8 Apr 2003 18:07:36 +0000 (18:07 +0000)]
more tightening of display for WinCE

21 years ago * tkcon.tcl (::tkcon::InitUI): WinCE code to resize the window to
Jeff Hobbs [Tue, 8 Apr 2003 16:45:24 +0000 (16:45 +0000)]
* tkcon.tcl (::tkcon::InitUI): WinCE code to resize the window to
fit on the small screen

21 years ago * tkcon.tcl (tkcon::Retrieve): correct the check for tkcon version
Jeff Hobbs [Mon, 31 Mar 2003 20:44:42 +0000 (20:44 +0000)]
* tkcon.tcl (tkcon::Retrieve): correct the check for tkcon version
when retrieving from http.

21 years agomake sure OPT is known var
Jeff Hobbs [Fri, 21 Feb 2003 00:48:52 +0000 (00:48 +0000)]
make sure OPT is known var

21 years ago * tkcon.tcl (EvalCmd): set $:: (aka ${}) var to last command result.
Jeff Hobbs [Fri, 21 Feb 2003 00:45:30 +0000 (00:45 +0000)]
* tkcon.tcl (EvalCmd): set $:: (aka ${}) var to last command result.
(EvalOther): use tk_messageBox instead of tk_dialog
(Init): allow 'edit' to be overridden using OPT(edit)

21 years agoadd tk appname alias in WWW plugin case
Jeff Hobbs [Tue, 14 Jan 2003 04:59:45 +0000 (04:59 +0000)]
add tk appname alias in WWW plugin case

22 years ago * tkcon.tcl (tcl_unknown): allow ::namespace (:'s) to be
Jeff Hobbs [Tue, 8 Oct 2002 18:51:00 +0000 (18:51 +0000)]
* tkcon.tcl (tcl_unknown): allow ::namespace (:'s) to be
recognized. (koloska)
(MainInit): add option for overriding exit command.
(InitUI): add option to control the wm protocol for WM_DELETE_WINDOW.

22 years ago * tkcon.tcl (InterpEval): correctly handle no args case.
Jeff Hobbs [Tue, 1 Oct 2002 21:40:09 +0000 (21:40 +0000)]
* tkcon.tcl (InterpEval): correctly handle no args case.
(New): autoload tbcload when it exists.

22 years agocall Init with eval to break out argv into args
Jeff Hobbs [Sat, 22 Jun 2002 08:29:00 +0000 (08:29 +0000)]
call Init with eval to break out argv into args

22 years ago * tkcon.tcl (Init): convert env(home) from 'C:' to 'C:/' if necessary.
Jeff Hobbs [Tue, 4 Jun 2002 17:35:40 +0000 (17:35 +0000)]
* tkcon.tcl (Init): convert env(home) from 'C:' to 'C:/' if necessary.

22 years ago * tkcon.tcl: fixed Retrieve to use the proxy info (Thoyts).
Jeff Hobbs [Tue, 4 Jun 2002 02:25:59 +0000 (02:25 +0000)]
* tkcon.tcl: fixed Retrieve to use the proxy info (Thoyts).
Added code so that tkcon.tcl can be sourced in and used like a
quasi-package.  Once sourced, you can do a 'package require tkcon'
(there is no pkgIndex.tcl for it), and the first 'tkcon show' will
initialize anything that is needed.
(observe): corrected variables tracing to not allow duplicates.
(dump): improved check for empty named arrays as well as locally
aliased vars in var dumps.
Use the 'fixed' font on unix by default.

22 years ago * tkcon.tcl (AddSlaveHistory): changed history to not add the
Jeff Hobbs [Sat, 23 Feb 2002 06:52:40 +0000 (06:52 +0000)]
* tkcon.tcl (AddSlaveHistory): changed history to not add the
command if it is the same as the previous command (it will still
be evaluated).  (soderstrom)
Added panedwindow and labelframe as recognized Tk commands.

22 years agobumped to 2.3 for release
Jeff Hobbs [Thu, 24 Jan 2002 19:50:36 +0000 (19:50 +0000)]
bumped to 2.3 for release

22 years ago * docs/procs.html:
Jeff Hobbs [Thu, 24 Jan 2002 19:44:53 +0000 (19:44 +0000)]
* docs/procs.html:
* tkcon.tcl (what): changed to differentiate between 'array' and
'scalar' instead of just returning 'variable'.
(which): called what in uplevel to get scope right.

22 years ago * tkcon.tcl (ExpandPathname): use a safer regsub to first unescape
Jeff Hobbs [Wed, 23 Jan 2002 03:32:48 +0000 (03:32 +0000)]
* tkcon.tcl (ExpandPathname): use a safer regsub to first unescape
the str, then to protect it in the glob.
(dir): Use -directory arg in 8.3+ for better results.

22 years ago* docs/idebug.html: added note about ? help at debug prompt.
Jeff Hobbs [Wed, 23 Jan 2002 03:00:22 +0000 (03:00 +0000)]
* docs/idebug.html: added note about ? help at debug prompt.

22 years ago (Expand*): fixed ExpandPathname to better handle spaced pathnames.
Jeff Hobbs [Wed, 23 Jan 2002 02:54:48 +0000 (02:54 +0000)]
(Expand*): fixed ExpandPathname to better handle spaced pathnames.
[Bug #497079]

22 years ago * tkcon.tcl (dir): prevented possible 'divide by zero' error.
Jeff Hobbs [Wed, 23 Jan 2002 01:58:21 +0000 (01:58 +0000)]
* tkcon.tcl (dir): prevented possible 'divide by zero' error.
[Bug #496584]

22 years ago * tkcon.tcl: 'tkcon show' causes loss of focus on Windows, so an
Jeff Hobbs [Sat, 15 Dec 2001 00:13:14 +0000 (00:13 +0000)]
* tkcon.tcl: 'tkcon show' causes loss of focus on Windows, so an
extra focus to the console was added.

22 years ago * tkcon.tcl (EvalSocketEvent): changed EvalSocketClosed to only
Jeff Hobbs [Thu, 13 Dec 2001 00:53:29 +0000 (00:53 +0000)]
* tkcon.tcl (EvalSocketEvent): changed EvalSocketClosed to only
occur after gets, then eof check. (Gerold Jury)

22 years agoadded catch around file type call
Jeff Hobbs [Wed, 14 Nov 2001 22:18:12 +0000 (22:18 +0000)]
added catch around file type call

23 years ago * tkcon.tcl (Init): corrected loading of rcfile when it was in a
Jeff Hobbs [Sun, 14 Oct 2001 19:20:20 +0000 (19:20 +0000)]
* tkcon.tcl (Init): corrected loading of rcfile when it was in a
path including spaces. (siltberg)
(About): clarified CVS info in about box.

23 years agocorrect old refs to TKCON var
Jeff Hobbs [Sun, 14 Oct 2001 18:58:56 +0000 (18:58 +0000)]
correct old refs to TKCON var

23 years ago* tkcon.tcl (InitSlave): propagate auto_path from master to slave.
Jeff Hobbs [Fri, 31 Aug 2001 21:59:34 +0000 (21:59 +0000)]
* tkcon.tcl (InitSlave): propagate auto_path from master to slave.

23 years ago * tkcon.tcl (NewSocket, NewDisplay): when nothing is specified,
Jeff Hobbs [Fri, 24 Aug 2001 21:32:34 +0000 (21:32 +0000)]
* tkcon.tcl (NewSocket, NewDisplay): when nothing is specified,
just return.
(Display): fixed connecting to interps on other displays.

23 years ago * docs/bindings.html: noted ^r/^s change.
Jeff Hobbs [Thu, 23 Aug 2001 00:50:25 +0000 (00:50 +0000)]
* docs/bindings.html: noted ^r/^s change.

* tkcon.tcl (Event): changed event ^r/^s searching to search for
any matching substring, and blink the substring.
Added statusbar, default off (not much in status yet).

23 years ago * tkcon.tcl (EvalNamespace): fixed to work when attached to a
Jeff Hobbs [Mon, 20 Aug 2001 19:10:48 +0000 (19:10 +0000)]
* tkcon.tcl (EvalNamespace): fixed to work when attached to a
foreign interpreter. [Bug #453431]
Added fix that allows access to Tk privates in 8.4.  Still needs
a long-term fix. [Bug #450865] (porter)

23 years ago * tkcon.tcl (RetrieveFilter, RetrieveAuthentication): added
Jeff Hobbs [Thu, 5 Jul 2001 17:52:45 +0000 (17:52 +0000)]
* tkcon.tcl (RetrieveFilter, RetrieveAuthentication): added
support for retrieving latest tkcon via a proxy. (Thoyts)

23 years ago * tkcon.tcl (tkcon): made tkcon console return whatever result it
uid38172 [Thu, 5 Jul 2001 00:31:52 +0000 (00:31 +0000)]
* tkcon.tcl (tkcon): made tkcon console return whatever result it
received.  Fixed Bug #438281.

23 years agoalways retrieve the HEAD for the plugin demo
uid38172 [Thu, 5 Jul 2001 00:31:20 +0000 (00:31 +0000)]
always retrieve the HEAD for the plugin demo

23 years agoset version correctly tkcon-2-2
Jeff Hobbs [Thu, 21 Jun 2001 02:17:07 +0000 (02:17 +0000)]
set version correctly

23 years agoadded link to d/l
Jeff Hobbs [Thu, 21 Jun 2001 00:02:04 +0000 (00:02 +0000)]
added link to d/l

23 years agoremoved version remark
Jeff Hobbs [Thu, 21 Jun 2001 00:00:16 +0000 (00:00 +0000)]
removed version remark

23 years agoupdated for 2.2 release
Jeff Hobbs [Wed, 20 Jun 2001 23:58:44 +0000 (23:58 +0000)]
updated for 2.2 release

23 years ago * tkcon.tcl (InitUI): moved wm protocol inside check to not run
Jeff Hobbs [Wed, 20 Jun 2001 23:40:48 +0000 (23:40 +0000)]
* tkcon.tcl (InitUI): moved wm protocol inside check to not run
under plugin.
(::tkcon::Retrieve): added a new method to allow tkcon to retrieve
the latest version of itself.

23 years ago * tkcon.tcl (InitUI): moved wm protocol inside check to not run
Jeff Hobbs [Wed, 20 Jun 2001 22:34:14 +0000 (22:34 +0000)]
* tkcon.tcl (InitUI): moved wm protocol inside check to not run
under plugin.

23 years ago * tkcon.tcl (dir): added fallback in generic dir command to not
Jeff Hobbs [Wed, 20 Jun 2001 03:17:09 +0000 (03:17 +0000)]
* tkcon.tcl (dir): added fallback in generic dir command to not
require being run in tkcon.
(Init): Changed around how all options are initialized to allow
for tkcon embedders to set their own defaults.  Added a usehistory
PRIV key that tells us whether to load/save history files.  Added
showOnStartup PRIV key to control whether tkcon should deiconify
itself on startup.  Changed setting root to .tkcon to ensure that
root was just . before.

23 years ago (InitMenus) added version check around Attach to Socket menu, as
Jeff Hobbs [Tue, 19 Jun 2001 02:51:09 +0000 (02:51 +0000)]
(InitMenus) added version check around Attach to Socket menu, as
8.3 is need for the file channels call.

23 years ago * tkcon.tcl: (InitUI) added WM_DELETE_WINDOW hook to exit to
Jeff Hobbs [Mon, 18 Jun 2001 17:24:46 +0000 (17:24 +0000)]
* tkcon.tcl: (InitUI) added WM_DELETE_WINDOW hook to exit to
correctly deconstruct slave consoles.
(tkcon congets/getc) added tkcon show to ensure that tkcon would
be displayed when input is expected.
(GetSelection) new command to handle getting selection, this
supports the new UTF8_STRING type.

23 years ago * docs/start.html: added note about ::tkcon::OPT(gets) var.
Jeff Hobbs [Mon, 28 May 2001 08:47:12 +0000 (08:47 +0000)]
* docs/start.html: added note about ::tkcon::OPT(gets) var.
* docs/tkcon.html: improved docs for tkcon *get* methods.
* tkcon.tcl: reinstituted override of gets by default to use the
tkcon console based gets.

23 years ago * tkcon.tcl (dump): corrected outputting local vars with dump.
Jeff Hobbs [Mon, 28 May 2001 07:31:45 +0000 (07:31 +0000)]
* tkcon.tcl (dump): corrected outputting local vars with dump.
Added RCS info to PRIV array and About box.
(tkcon congets) corrected congets to set the limit and insert
properly to return data without needing to call the prompt.
(tkcon set) corrected to return [array get] string for arrays,
and scalar value for vars.
Placed exact level value to all calls to uplevel and upvar.

23 years ago * tkcon.tcl: make check for actual tkcon root existence to allow
Jeff Hobbs [Thu, 17 May 2001 21:05:48 +0000 (21:05 +0000)]
* tkcon.tcl: make check for actual tkcon root existence to allow
for setting the var ($::tkcon::PRIV(root)) in controlling apps to
better control the root window.

23 years agoadded high speed server release archive link tkcon-2-1
Jeff Hobbs [Sat, 5 May 2001 00:02:41 +0000 (00:02 +0000)]
added high speed server release archive link