Author Topic: making 'f's collapsible in defs view under namespace symbols for Tcl  (Read 5140 times)

bobl

  • Community Member
  • Posts: 14
  • Hero Points: 0
I'm doing some Tcl in slickedit 10 for windows.
It's going well...
Procs are appearing as f's which is no problem.
I use namespaces a lot and the procs within them are clearly shown as belonging to them as are global variables.
It would be helpful to be able to collapse/expand the f's and globals so that only the namespaces show when I want a condensed view but I'm not sure how.
Any thoughts much appreciated.


Graeme

  • Senior Community Member
  • Posts: 2793
  • Hero Points: 347
Re: making 'f's collapsible in defs view under namespace symbols for Tcl
« Reply #1 on: December 14, 2013, 12:15:07 PM »
Did you try right click in the defs window -> functions -> uncheck "procedures"

bobl

  • Community Member
  • Posts: 14
  • Hero Points: 0
Re: making 'f's collapsible in defs view under namespace symbols for Tcl
« Reply #2 on: December 14, 2013, 05:47:43 PM »
>Did you try right click in the defs window -> functions -> uncheck "procedures"
I'm very grateful to you for drawing my attention to this facility of which I was, as you correctly suspected, completely ignorant. What a useful facility!...wish I'd have asked much earlier.
Thank you very much indeed
Edit...
Looking at it though I was more after clicking on a namespace and having JUST it's procedures showing i.e. as if they are child nodes of the namespace one. If it's not easily do-able...the improvement you've given me is a big step forward.
« Last Edit: December 14, 2013, 05:54:02 PM by bobl »

Graeme

  • Senior Community Member
  • Posts: 2793
  • Hero Points: 347
Re: making 'f's collapsible in defs view under namespace symbols for Tcl
« Reply #3 on: December 15, 2013, 02:00:10 AM »
I don't have version 10 to try.  All I can suggest is that you try all the options in the right click menu and look up the help on the defs tool window.  You could also try selective display.  It should let you collapse namespaces and functions.

bobl

  • Community Member
  • Posts: 14
  • Hero Points: 0
Re: making 'f's collapsible in defs view under namespace symbols for Tcl
« Reply #4 on: December 15, 2013, 01:07:40 PM »
Thank you very much for your further suggestions.
I'll look into those!