|
From: Robert E. <sky...@us...> - 2006-04-05 20:42:22
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18840 Modified Files: plugin_customization.ini Log Message: Added property for opening the perspectives in new windows. This property for now is commented because JCommander does not handle well multiple windows (see bug [ 1465320 ] Poor support for multiple windows). Index: plugin_customization.ini =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/plugin_customization.ini,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** plugin_customization.ini 5 Jan 2006 22:08:40 -0000 1.7 --- plugin_customization.ini 5 Apr 2006 20:42:03 -0000 1.8 *************** *** 22,24 **** #Workbench preferences ! org.eclipse.ui.workbench/RUN_IN_BACKGROUND=true \ No newline at end of file --- 22,27 ---- #Workbench preferences ! org.eclipse.ui.workbench/RUN_IN_BACKGROUND=true ! ! #open perspectives in new windows ! #org.eclipse.ui.workbench/OPEN_PERSPECTIVE_MODE=2 \ No newline at end of file |