Interactive documentation

Started by cormullion, December 06, 2005, 02:33:48 AM

Previous topic - Next topic

Lutz

#15
It will go into the right-click popup menu



Lutz

HPW

#16
Lutz,



also nice to put it there, but can you add also the key-binding?

When you have platform concerns you can add it like this in SetupConsole:

if { $Ide(platform) == "windows" } {
bind $txt <F1> { CommandHelp %W }
}


Windows user usually use F1 as the help-key.

;-)
Hans-Peter