Author Topic: Navigate to hierarchy  (Read 29924 times)

Musenka

  • Community Member
  • Posts: 13
  • Hero Points: 0
Re: Navigate to hierarchy
« Reply #15 on: March 26, 2008, 06:46:23 PM »
Your code is really great, titanandrews! Thank you for developing the script. I have been missing for active buffer sync feature in SlickEdit, too. And now the problem is completely solved.
And here is one very-very-very small peace of code that enables fully automatic "active buffer - project tree" sync while switching buffers (without any special user request):
Code: [Select]
_switchbuf_auto_showInProject()
{
   showInProject();
}
The code is activated automatically when the event (_switchbuf_) occurs in SlickEdit.
Maybe somebody will find this small addon useful...
« Last Edit: March 26, 2008, 06:48:43 PM by Musenka »

titanandrews

  • Community Member
  • Posts: 21
  • Hero Points: 2
Re: Navigate to hierarchy
« Reply #16 on: March 26, 2008, 08:00:35 PM »
Thanks, but I cannot take credit. Mostly Graeme ( and some input from others ) takes the credit. I just tweaked a little here and there for my own use. Maybe the SE guys will tweak a little more and include it in their next release. ;)