Update of /cvsroot/easystruts/org.sf.easyexplore/src/org/sf/easyexplore/preferences
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2126/src/org/sf/easyexplore/preferences
Modified Files:
EasyExplorePreferencePage.java
Log Message:
Added support for Key bindings for the the explore and command actions. Using a hack...with a double definition of the action both as a pop-menu and action set to wor around this eclipse limitation. Explore maps to Shift+Esc X and Command maps to Shift+Esc C....
Index: EasyExplorePreferencePage.java
===================================================================
RCS file: /cvsroot/easystruts/org.sf.easyexplore/src/org/sf/easyexplore/preferences/EasyExplorePreferencePage.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** EasyExplorePreferencePage.java 27 Jan 2006 02:31:10 -0000 1.2
--- EasyExplorePreferencePage.java 7 Feb 2006 01:33:58 -0000 1.3
***************
*** 20,24 ****
super(GRID);
setPreferenceStore(EasyExplorePlugin.getDefault().getPreferenceStore());
! setDescription("Configure your explorer application and command to run.");
}
--- 20,25 ----
super(GRID);
setPreferenceStore(EasyExplorePlugin.getDefault().getPreferenceStore());
!
! setDescription("Set the operatin system commands to open an explorer and a command shell.");
}
|