<http://forum.pspad.com/read.php?f=2&i=11963&t=11963>
----------------------------------------------------------------
love the program, BUT, i have many very large Tcl/Tk programs and it is
imperative that the code explorer display "method".
>From searching these forums I see that others have the same issue, and
there is no "fix" or way to customize at this time.
Is there any hope that this will be included soon?
thanks for all your work on this great editor.
example of a method in tcl:
method rejectedMsgWindow {msg} {
set RejectedErrMsg "$entity Rejected: $msg"
set ans [tk_messageBox -icon info -type ok -title "REJECTED
WAFERS MESSAGE WINDOW" -default ok -message $RejectedErrMsg]
}
--
PSPad freeware editor http://www.pspad.com