Hi list,
I'm just trying out VW 7.6 and found out that the definition tab only appears when there is a class selected. Is it possible to go back to the old fashion browser when the tab was always there, showing the template for a class definition when none was selected? Thanks! Andrés _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Jul 1, 2008, at 11:57 AM, Andres Fortier wrote: > Hi list, > I'm just trying out VW 7.6 and found out that the > definition tab only appears when there is a class selected. Is it > possible to go back to the old fashion browser when the tab was always > there, showing the template for a class definition when none was > selected? Look at the DefinitionTool, you can modify the isActive method to get a behavior like that. -- Travis Griggs [hidden email] "The dissenter is every human being at those moments of his life when he resigns momentarily from the herd and thinks for himself." - Archibald MacLeish, poet and librarian _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
We have problems when selecting top classes in large class
hierarchies: If the selected class has no comment, VisualWorks will halt for many seconds generating a default (unusable) class comment. The method Refactory.Browser.BrowserCommentTool>>defaultComment is the method starting all this nonsense. Cincom should provide an option for which tab is selected by default. Alternatively, the old behavior should be used instead. Runar Jordahl _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Travis Griggs-3
Thanks Travis, I thought there may be a configuration checkbox or
something like that I was missing. Thanks again. Andrés Travis Griggs escribió: > On Jul 1, 2008, at 11:57 AM, Andres Fortier wrote: > >> Hi list, >> I'm just trying out VW 7.6 and found out that the >> definition tab only appears when there is a class selected. Is it >> possible to go back to the old fashion browser when the tab was always >> there, showing the template for a class definition when none was >> selected? > > Look at the DefinitionTool, you can modify the isActive method to get > a behavior like that. > > -- > Travis Griggs > [hidden email] > "The dissenter is every human being at those moments of his life when > he resigns momentarily from the herd and thinks for himself." - > Archibald MacLeish, poet and librarian > > > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc > vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Runar Jordahl
AR 54730...
-----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Runar Jordahl Sent: Wednesday, July 02, 2008 4:50 AM To: Griggs, Travis Cc: VWNC List Subject: Re: [vwnc] Definition tab in 7.6 We have problems when selecting top classes in large class hierarchies: If the selected class has no comment, VisualWorks will halt for many seconds generating a default (unusable) class comment. The method Refactory.Browser.BrowserCommentTool>>defaultComment is the method starting all this nonsense. Cincom should provide an option for which tab is selected by default. Alternatively, the old behavior should be used instead. Runar Jordahl _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |