Issues.00241 - lordmundi/wikidoctest GitHub Wiki
00241: doug command console
Summary: doug command console
Created: 2010–05–11 18:26
Status: Released
Category: Request
From: frankie
Version: 2.1
Released_In: 2.2
Description:
many games and graphics packages have a console where you can debug and interact with the main interpreter. THis is a request to have a console that can be used to work with the built in tcl interpreter during runtime.
Comments
frankie July 07, 2010, at 11:09 AM: The new console will be available under the "Help" menu. It also has a great way to directly attach to the tcl interpreter of a remote version of edge as well!!!
Along with accessing it through the Help menu, you will be able to access this in a similar way to many video games by pressing the "`" (backtick or grave accent) key.
Associated Commits
| commit | b554444dd4e287fd9a0419f4e915937b4efd8367
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Wed Jul 7 14:13:30 2010 -0500
|
| Message: | [@Issue 00241: Added "`" binding for console
Make it similar to lots of video games. @] |
Affected Files:
gui/doug_command_console.tcl | 15 +++++++++++++++
1 file changed, 15 insertions(+)
| commit | fdba440a2873bd5a31f67361fbbf0569f0eca2ab
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Tue May 11 18:27:31 2010 -0500
|
| Message: | [@Issue 00241: Added new doug command console
This new console is amazing. I've customized an older version of tkcon a bit, but it really is great. Since I want it in the new release but am a bit nervous about something so big potentially causing issues, I am leaving it commented out by default for now, and won't advertise it as a new capability until the next release. At least this will let me use it in customer's installations for support before they upgrade to the next release. @] |
Affected Files:
gui/doug_command_console.tcl | 71 +
gui/tkcon.tcl | 6166 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 6237 insertions(+)