|
From: Robert E. <sky...@us...> - 2006-04-27 14:07:50
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/res In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18771/res Modified Files: jcommander.jcmdbmk.default Log Message: Implemented the following feature requests: [ 1477692 ] Provide bookmark group with common user directories [ 1475436 ] [win32] User bookmark group win32 specific entries Index: jcommander.jcmdbmk.default =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/res/jcommander.jcmdbmk.default,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** jcommander.jcmdbmk.default 14 Nov 2005 00:02:17 -0000 1.3 --- jcommander.jcmdbmk.default 27 Apr 2006 14:07:47 -0000 1.4 *************** *** 4,7 **** --- 4,9 ---- <BookmarkGroup Label="Partitions" contentGenerator="org.jcommander.phileas.bookmarks.OsDynamicBookmarksGenerator"/> + <BookmarkGroup Label="User" contentGenerator="org.jcommander.phileas.bookmarks.UserDynamicBookmarksGenerator"/> + <BookmarkGroup Label="QuickDirs"> |