Author Topic: Outline View Tree Support  (Read 10515 times)

bercikr

  • Community Member
  • Posts: 45
  • Hero Points: 2
Outline View Tree Support
« on: May 07, 2008, 03:09:27 PM »
Hi Ryan,

     I just received some early feedback from my team and it seems like they would like to see separate levels within the outline view, similar to how classes and other objects display for Java/C++ etc. Is there any support for this type of display using the SlickEdit callbacks?

Thanks,
Rob

Ryan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 986
  • Hero Points: 77
Re: Outline View Tree Support
« Reply #1 on: May 07, 2008, 03:45:12 PM »
You mean you want to see the structure of the code for your custom languages in the Outline view?  This is only possible if you have tagging implemented for a language...which hopefully we can get you some pointers on soon.

- Ryan

ScottW, VP of Dev

  • Senior Community Member
  • Posts: 1471
  • Hero Points: 64
Re: Outline View Tree Support
« Reply #2 on: May 16, 2008, 03:09:22 PM »
Dennis wrote up some really great instructions on adding tagging support for custom languages in a recent blog.  See http://blog.slickedit.com/2008/05/tutorial-adding-language-support-to-slickedit/.