On Sun, Sep 27, 2009 at 1:02 AM, Chris McDonald <[email protected]> wrote: > > Short of modifying taglist.vim is there a way to display the list as: > > Class1 > method1 > method2 > > Class2 > method3 > method4 > > instead of the standard > > classes: > Class1 > Class2 > > methods: > method1 [Class1] > method2 [Class1] > method3 [Class2] > method4 [Class2] > > Phrasing may be different but basically I want the members displayed > below the class (like most IDEs) instead of as a separate list (as it > is now).
Yep, that would be nice. This is one reason I never found taglist plugin useful and so rarely use it. When a file has at most one class (as is usually the case with Java files), you hardly need the taglist window to help guide, and when a file has a lot of classes (as is the case with most Python files), then taglist window comes too short due to the above issue. -- Hari > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
