[Pharo-project] SystemNavigation with environment
Hi all, I committed SLICE-Issue-00001-MakeSystemNavigationEnvironmentAware-LucFabresse.2 in PharoTaskForces. Now SystemNavigation is environment aware. There two test classes : - SystemNavigationTest has been modified to test SystemNavigation on Smalltalk globals - SystemNavigationOnNewlyCreatedEnvironmentTest tests SystemNavigation on a new Environment have look at SystemNavigationOnNewlyCreatedEnvironmentTest>>testEnsureDefaultEnvironmentNotUsed ClassFactoryWithOrganizationForTestCase has been added to easily create classes ClassFactoryWithOrganizationForTestCaseTest test this latter class. Merge well in 12218 and tests are green. #Luc
Hi Luc, great work! I found it useful to enhance my Gaucho search widgets ( that can now ported to Pharo on top of the new system navigation ), and provide contextualized searches in a cleaner manner. Are the environments you are using those of the RefactoringEngine ? Fernando On Fri, Oct 29, 2010 at 10:04 AM, Luc Fabresse <luc.fabresse@gmail.com> wrote:
Hi all,
I committed SLICE-Issue-00001-MakeSystemNavigationEnvironmentAware-LucFabresse.2 in PharoTaskForces. Now SystemNavigation is environment aware. There two test classes : - SystemNavigationTest has been modified to test SystemNavigation on Smalltalk globals  - SystemNavigationOnNewlyCreatedEnvironmentTest tests SystemNavigation on a new Environment         have look at SystemNavigationOnNewlyCreatedEnvironmentTest>>testEnsureDefaultEnvironmentNotUsed ClassFactoryWithOrganizationForTestCase has been added to easily create classes ClassFactoryWithOrganizationForTestCaseTest test this latter class. Merge well in 12218 and tests are green. #Luc
participants (2)
-
Fernando Olivero -
Luc Fabresse