[jsword-svn] bibledesktop/resource s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sat Jun 25 14:41:39 MST 2005
Update of /cvs/jsword/bibledesktop/resource
In directory www.crosswire.org:/tmp/cvs-serv28191/resource
Modified Files:
config.xml config.properties
Log Message:
Added two preferences (both defaulting to true):
1) Open links in current BibleView
2) Use current Bible for new BibleViews.
Index: config.xml
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/config.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** config.xml 12 Jun 2005 02:39:17 -0000 1.18
--- config.xml 25 Jun 2005 21:41:37 -0000 1.19
***************
*** 34,37 ****
--- 34,41 ----
<config>
+ <option key="Bibles.RetainCurrent" type="boolean">
+ <introspect class="org.crosswire.jsword.book.Defaults" property="CurrentBible"/>
+ </option>
+
<option key="Bibles.DefaultBible" type="string-options">
<introspect class="org.crosswire.jsword.book.Defaults" property="BibleByName"/>
***************
*** 84,91 ****
--- 88,101 ----
-->
+ <!-- We only provide one style sheet at this time
<option key="BibleDisplay.ConfigurableStylesheet" type="string-options">
<introspect class="org.crosswire.bibledesktop.util.ConfigurableSwingConverter" property="ResourceName"/>
<map name="cswing-styles"/>
</option>
+ -->
+
+ <option key="BibleDisplay.Reuse" type="boolean">
+ <introspect class="org.crosswire.bibledesktop.desktop.Desktop" property="BibleViewReused"/>
+ </option>
<option key="BibleDisplay.Sidebar" type="boolean">
Index: config.properties
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/config.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** config.properties 12 Jun 2005 02:39:17 -0000 1.10
--- config.properties 25 Jun 2005 21:41:37 -0000 1.11
***************
*** 3,6 ****
--- 3,8 ----
# Since the keys may have spaces these need to be escaped here.
+ Bibles.RetainCurrent.path=Bibles.Use Current Bible
+ Bibles.RetainCurrent.help=New Bible Views use the current Bible.
Bibles.DefaultBible.path=Bibles.Default Bible
Bibles.DefaultBible.help=Which of the available Bibles is the default.
***************
*** 19,22 ****
--- 21,26 ----
Bibles.DefaultHebrewParse.path=Bibles.Default Hebrew Morphology/Parsing Guides
Bibles.DefaultHebrewParse.help=Which of the available Hebrew Morphology/Parsing Guides is the default.
+ BibleDisplay.Reuse.path=Bible Display.Open links in same Bible View
+ BibleDisplay.Reuse.help=Reuse Bible View for links.
BibleDisplay.Sidebar.path=Bible Display.Show the Passage Sidebar
BibleDisplay.Sidebar.help=Show the Passage Sidebar
More information about the jsword-svn
mailing list