Hi list,
I'm looking for some sort of on-the-fly filtering for the RB. Ideally I would like to have two input fields, one on top of the bundles/packages tree and other on top of the classes list, so that they act as incremental filters (similar to the IncrementalSearchModule, but embedded in the browser). Is anything like that available? Thanks in advance, Andrés _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Dear Andres,
in VW7.7 there is the RBCustomBrowserUI goodie. This adds a menu item to the Browse menu. Selecting it restricts the 4-pane browser to view the selected bundle(s) and/or package(s). Selecting it again restores the global view. To get this goodie working in 7.6 you need to file-in the attached code (pure refactoring - should leave the RB in your standard image working fine) and then load the latest RBCustomBrowserUI from the Cincom OR. In 7.5 you can load the custom refactoring project code and then the earlier version of RBCustomBrowserUI. Obviously this tool will filter the classes down to those in the chosen pundles. (If you want further filtering of classes in a 4-pane browser, posting on what the scenario/motive is might influence me, Travis or someone to work on a tool for it.) Yours faithfully Niall Ross >Hi list, > I'm looking for some sort of on-the-fly filtering for the RB. >Ideally I would like to have two input fields, one on top of the >bundles/packages tree and other on top of the classes list, so that they >act as incremental filters (similar to the IncrementalSearchModule, but >embedded in the browser). Is anything like that available? > >Thanks in advance, >Andrés > >_______________________________________________ >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 Browser-BaseUI-diffsForRBCustomBrowserUI.zip (870 bytes) Download Attachment |
Thanks for the answer Niall! I'll try it as soon as I can.
Regards, Andrés Niall Ross escribió: > Dear Andres, > in VW7.7 there is the RBCustomBrowserUI goodie. This adds a menu > item to the Browse menu. Selecting it restricts the 4-pane browser to > view the selected bundle(s) and/or package(s). Selecting it again > restores the global view. > > To get this goodie working in 7.6 you need to file-in the attached code > (pure refactoring - should leave the RB in your standard image working > fine) and then load the latest RBCustomBrowserUI from the Cincom OR. In > 7.5 you can load the custom refactoring project code and then the > earlier version of RBCustomBrowserUI. > > Obviously this tool will filter the classes down to those in the chosen > pundles. (If you want further filtering of classes in a 4-pane browser, > posting on what the scenario/motive is might influence me, Travis or > someone to work on a tool for it.) > > Yours faithfully > Niall Ross > >> Hi list, >> I'm looking for some sort of on-the-fly filtering for the >> RB. Ideally I would like to have two input fields, one on top of the >> bundles/packages tree and other on top of the classes list, so that >> they act as incremental filters (similar to the >> IncrementalSearchModule, but embedded in the browser). Is anything >> like that available? >> >> Thanks in advance, >> Andrés >> >> _______________________________________________ >> 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 |
Two extra RB filter options to be found in the cincom open repository:
- the store lineup extensions package will give you an extra search filter field above the pundles list. - the dynamic protocols package will automatically add protocols which give you extra filtering for your method selectors. I don't use the standard dynamic protocols (can be disabled in the settings), but extended them with protocols which depend on the pragma's we set in methods (was easy & clean to extend). greetings, Mathieu On Tue, Oct 6, 2009 at 10:05 PM, andres <[hidden email]> wrote: > Thanks for the answer Niall! I'll try it as soon as I can. > > Regards, > Andrés > > Niall Ross escribió: >> Dear Andres, >> in VW7.7 there is the RBCustomBrowserUI goodie. This adds a menu >> item to the Browse menu. Selecting it restricts the 4-pane browser to >> view the selected bundle(s) and/or package(s). Selecting it again >> restores the global view. >> >> To get this goodie working in 7.6 you need to file-in the attached code >> (pure refactoring - should leave the RB in your standard image working >> fine) and then load the latest RBCustomBrowserUI from the Cincom OR. In >> 7.5 you can load the custom refactoring project code and then the >> earlier version of RBCustomBrowserUI. >> >> Obviously this tool will filter the classes down to those in the chosen >> pundles. (If you want further filtering of classes in a 4-pane browser, >> posting on what the scenario/motive is might influence me, Travis or >> someone to work on a tool for it.) >> >> Yours faithfully >> Niall Ross >> >>> Hi list, >>> I'm looking for some sort of on-the-fly filtering for the >>> RB. Ideally I would like to have two input fields, one on top of the >>> bundles/packages tree and other on top of the classes list, so that >>> they act as incremental filters (similar to the >>> IncrementalSearchModule, but embedded in the browser). Is anything >>> like that available? >>> >>> Thanks in advance, >>> Andrés >>> >>> _______________________________________________ >>> 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 > -- AG5 Timorplein 37 1094 CC Amsterdam T 020 4630942 F 020 4630946 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |