Issues.00613 - lordmundi/wikidoctest GitHub Wiki
00613: tkcon command console has error on mouse over of err msgs
Summary: tkcon command console has error on mouse over of err msgs
Created: 2017–05–18 10:31
Status: Released
Category: Bug
From: frankie
Version: 2.4
Released_In: 2.4.1
Description:
if you type a command into the console that has an error, normally the text highlights red and clicking on the error will show a window with the full stack to help you debug.
in v2.4, mousing over the error prints a tcl error of:
unknown option "-under"
Comments
Associated Commits
| commit | 2b127ac7c1eec3056a2e23b3fe05a5e62fa53a68
link5 |
||
| Author: | Alex Lin
|
| Date: | Mon May 22 10:05:39 2017 -0500
|
| Message: | [@Issue 00612: tkcon command console up arrow for history no longer works Issue
00613: tkcon command console has error on mouse over of err msgs Upgraded to the latest version of tkcon. This fixes the 2 issues above. Made the same changes to tkcon that were in the previous version. @] |
Affected Files:
gui/tkcon.tcl | 440 +++++++++++++++++++++++++++++++++++±---------------------
1 file changed, 275 insertions(+), 165 deletions(-)
| commit | f30241d3ce929d3117d50883349b355d97dc42b2
link6 |
||
| Author: | Alex Lin
|
| Date: | Mon May 22 10:03:19 2017 -0500
|
| Message: | [@Issue 00612: tkcon command console up arrow for history no longer works Issue
00613: tkcon command console has error on mouse over of err msgs Upgraded to the latest version of tkcon. This fixes the 2 issues above. Made the same changes to tkcon that were in the previous version. @] |
Affected Files:
gui/tkcon.tcl | 1246 ++++++++++++++++++++++++++++++++++++±-------------------
1 file changed, 820 insertions(+), 426 deletions(-)