5
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Nov 04, 2024 — Nov 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* tkcon.tcl: add [X] tab delete button and Console -> Delete Tab menu item. [Bug 970785] More... over 21 years ago
(observe): allow observe of "proc" More... over 21 years ago
turn off Expect behavior, accidently commited something that is far from working More... over 21 years ago
* tkcon.tcl (::tkcon::EvalSocketEvent): correctly handle socket events after attachment changes More... over 21 years ago
* 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 More... over 21 years ago
(::tkcon::InterpEval, Interps): beware safe interps with Tk More... over 21 years ago
Show Attach info in tab text, maintain namespace attachment between console switches. More... over 21 years ago
* tkcon.tcl (::tkcon::InitUI): check existence of tcl_platform(os) as it doesn't exist in the Tcl plugin. More... over 21 years ago
* tkcon.tcl: brought code back to 8.0 compatability. Use $_ as last cached result var (was ${}). Ensure hoterrors garbage collection occurs across all tabs. More... over 21 years ago
first whack at tabbed console More... almost 22 years ago
(::tkcon::Retrieve): correct retrieve URL and add intelligence to sense whether what we retrieved is correct before overwriting file. More... almost 22 years ago
* 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. More... almost 22 years ago
* tkcon.tcl (::tkcon::InitSlave): remove tk_library from the seeded auto_path. Do not add OPT(library) to auto_path if it is "". More... almost 22 years ago
* tkcon.tcl (::tkcon::EvalSocketClosed): use tk_messageBox instead of tk_dialog More... almost 22 years ago
* tkcon.tcl (dir): use %9ld instead of %9d to support large files More... about 22 years ago
more tightening of display for WinCE More... over 22 years ago
* tkcon.tcl (::tkcon::InitUI): WinCE code to resize the window to fit on the small screen More... over 22 years ago
* tkcon.tcl (tkcon::Retrieve): correct the check for tkcon version when retrieving from http. More... over 22 years ago
make sure OPT is known var More... over 22 years ago
* 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) More... over 22 years ago
add tk appname alias in WWW plugin case More... almost 23 years ago
* 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. More... about 23 years ago
* tkcon.tcl (InterpEval): correctly handle no args case. (New): autoload tbcload when it exists. More... about 23 years ago
call Init with eval to break out argv into args More... over 23 years ago
* tkcon.tcl (Init): convert env(home) from 'C:' to 'C:/' if necessary. More... over 23 years ago
* 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. More... over 23 years ago
* 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. More... over 23 years ago
bumped to 2.3 for release More... almost 24 years ago
* 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. More... almost 24 years ago
* 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. More... almost 24 years ago