|
From: Robert E. <sky...@us...> - 2006-04-25 09:28:13
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25604 Modified Files: plugin_customization.ini Log Message: Replaced System.out.println and printStackTrace() calls with Log4j logging statements so that every error gets into the log. Index: plugin_customization.ini =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/plugin_customization.ini,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** plugin_customization.ini 5 Apr 2006 20:42:03 -0000 1.8 --- plugin_customization.ini 25 Apr 2006 09:28:09 -0000 1.9 *************** *** 16,19 **** --- 16,22 ---- org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true + # enabled the Extended VS Presentation + org.eclipse.ui/presentationFactoryId=de.loskutov.EclipseSkins.extvs.EVSPresentationFactory + # KeepResident settings edu.stanford.suif.keepresident/maxPreference=62242048 *************** *** 25,27 **** #open perspectives in new windows ! #org.eclipse.ui.workbench/OPEN_PERSPECTIVE_MODE=2 \ No newline at end of file --- 28,43 ---- #open perspectives in new windows ! #org.eclipse.ui.workbench/OPEN_PERSPECTIVE_MODE=2 ! ! # Extended VS Presentation defaults ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.showEditorIcon=true ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.showViewIcon=true ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.tabPaddingY=0 ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.tabPaddingX=5 ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.border.size=0 ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.moveTabAmount=15 ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.showFileExtensions=false ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.useMaxTabsWidth=true ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.useFastTabSwitch=true ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.maxTabsWidth=15 ! de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.cropIndTheMiddle=false \ No newline at end of file |