[jsword-svn] r1259 - in trunk: bibledesktop/.settings bibledesktop/src/main/java/org/crosswire/bibledesktop/book bibledesktop/src/main/java/org/crosswire/bibledesktop/display/textpane biblemapper/.settings common/.settings common-swing/.settings common-swing/src/main/java/org/crosswire/common/swing jsword/.settings jsword/src/main/java/org/crosswire/jsword/book/sword jsword/src/main/java/org/crosswire/jsword/passage jsword-limbo/src/main/java/org/crosswire/common/io

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Thu Mar 22 12:56:20 MST 2007


Author: dmsmith
Date: 2007-03-22 12:56:19 -0700 (Thu, 22 Mar 2007)
New Revision: 1259

Modified:
   trunk/bibledesktop/.settings/org.eclipse.jdt.core.prefs
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/book/DisplaySelectPane.java
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/display/textpane/TextPaneBookDataDisplay.java
   trunk/biblemapper/.settings/org.eclipse.jdt.core.prefs
   trunk/common-swing/.settings/org.eclipse.jdt.core.prefs
   trunk/common-swing/src/main/java/org/crosswire/common/swing/AntiAliasedTextPane.java
   trunk/common-swing/src/main/java/org/crosswire/common/swing/FontChooser.java
   trunk/common/.settings/org.eclipse.jdt.core.prefs
   trunk/jsword-limbo/src/main/java/org/crosswire/common/io/TimeoutReader.java
   trunk/jsword/.settings/org.eclipse.jdt.core.prefs
   trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/ConfigEntryType.java
   trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/GenBookBackend.java
   trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/SwordBookDriver.java
   trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/ZLDBackend.java
   trunk/jsword/src/main/java/org/crosswire/jsword/passage/PassageTally.java
Log:
Eclipse Task setup.

Modified: trunk/bibledesktop/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/bibledesktop/.settings/org.eclipse.jdt.core.prefs	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/bibledesktop/.settings/org.eclipse.jdt.core.prefs	2007-03-22 19:56:19 UTC (rev 1259)
@@ -1,4 +1,4 @@
-#Thu Mar 15 12:58:02 EDT 2007
+#Thu Mar 22 15:56:34 EDT 2007
 eclipse.preferences.version=1
 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -86,8 +86,8 @@
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
 org.eclipse.jdt.core.compiler.source=1.4
 org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
-org.eclipse.jdt.core.compiler.taskPriorities=
-org.eclipse.jdt.core.compiler.taskTags=
+org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,HIGH,NORMAL,LOW,NORMAL,LOW,LOW,NORMAL,LOW,LOW,LOW,LOW,LOW
+org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,URGENT,PENDING,LATER,BUG,DEAD,SPEEDUP,I18N,JDK14,JDK15,NOWARN,BORROWED,SERIALUID
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=true
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=18
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16

Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/book/DisplaySelectPane.java
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/book/DisplaySelectPane.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/book/DisplaySelectPane.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -136,7 +136,7 @@
         JLabel lblBible = actions.createJLabel(BIBLE);
         lblBible.setLabelFor(cboBible);
 
-        /* LATER(JOE)
+        /* LATER(JOE):
         JButton btnMenu = new JButton();
         btnMenu.setIcon(ICON_MENU);
         btnMenu.setBorderPainted(false);

Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/display/textpane/TextPaneBookDataDisplay.java
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/display/textpane/TextPaneBookDataDisplay.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/display/textpane/TextPaneBookDataDisplay.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -164,7 +164,7 @@
      */
     public void hyperlinkUpdate(HyperlinkEvent ev)
     {
-        // SPEED(DMS): This needs to be optimized. It takes too much CPU
+        // SPEEDUP(DMS): This needs to be optimized. It takes too much CPU
         try
         {
             HyperlinkEvent.EventType type = ev.getEventType();

Modified: trunk/biblemapper/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/biblemapper/.settings/org.eclipse.jdt.core.prefs	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/biblemapper/.settings/org.eclipse.jdt.core.prefs	2007-03-22 19:56:19 UTC (rev 1259)
@@ -1,4 +1,4 @@
-#Fri Apr 07 21:09:26 EDT 2006
+#Thu Mar 22 15:51:51 EDT 2007
 eclipse.preferences.version=1
 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -71,8 +71,5 @@
 org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
 org.eclipse.jdt.core.compiler.source=1.4
-org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
-org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL,LOW,LOW,NORMAL,NORMAL,LOW,LOW,HIGH,LOW,LOW,LOW
-org.eclipse.jdt.core.compiler.taskTags=TODO,URGENT,PENDING,NOTE,LATER,BUG,DEAD,SPEEDUP,I18N,JDK14,NOWARN,PARANOIA,BORROWED
 org.eclipse.jdt.core.incompatibleJDKLevel=ignore
 org.eclipse.jdt.core.incompleteClasspath=error

Modified: trunk/common/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/common/.settings/org.eclipse.jdt.core.prefs	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/common/.settings/org.eclipse.jdt.core.prefs	2007-03-22 19:56:19 UTC (rev 1259)
@@ -1,4 +1,4 @@
-#Thu Mar 15 12:58:25 EDT 2007
+#Thu Mar 22 15:56:50 EDT 2007
 eclipse.preferences.version=1
 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -86,8 +86,8 @@
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
 org.eclipse.jdt.core.compiler.source=1.4
 org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
-org.eclipse.jdt.core.compiler.taskPriorities=
-org.eclipse.jdt.core.compiler.taskTags=
+org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,HIGH,NORMAL,LOW,NORMAL,LOW,LOW,NORMAL,LOW,LOW,LOW,LOW,LOW
+org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,URGENT,PENDING,LATER,BUG,DEAD,SPEEDUP,I18N,JDK14,JDK15,NOWARN,BORROWED,SERIALUID
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=true
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=18
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16

Modified: trunk/common-swing/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/common-swing/.settings/org.eclipse.jdt.core.prefs	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/common-swing/.settings/org.eclipse.jdt.core.prefs	2007-03-22 19:56:19 UTC (rev 1259)
@@ -1,4 +1,4 @@
-#Thu Mar 15 12:58:38 EDT 2007
+#Thu Mar 22 15:57:06 EDT 2007
 eclipse.preferences.version=1
 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -86,8 +86,8 @@
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
 org.eclipse.jdt.core.compiler.source=1.4
 org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
-org.eclipse.jdt.core.compiler.taskPriorities=
-org.eclipse.jdt.core.compiler.taskTags=
+org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,HIGH,NORMAL,LOW,NORMAL,LOW,LOW,NORMAL,LOW,LOW,LOW,LOW,LOW
+org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,URGENT,PENDING,LATER,BUG,DEAD,SPEEDUP,I18N,JDK14,JDK15,NOWARN,BORROWED,SERIALUID
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=true
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=18
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/AntiAliasedTextPane.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/AntiAliasedTextPane.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/AntiAliasedTextPane.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -29,7 +29,7 @@
 
 /**
  * An extension of JTextPane that does Anti-Aliasing.
- * J2SE5(joe): we will need to take a bit of care not clashing with J2SE5 AA
+ * JDK15(joe): we will need to take a bit of care not clashing with J2SE5 AA
  * 
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.

Modified: trunk/common-swing/src/main/java/org/crosswire/common/swing/FontChooser.java
===================================================================
--- trunk/common-swing/src/main/java/org/crosswire/common/swing/FontChooser.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/common-swing/src/main/java/org/crosswire/common/swing/FontChooser.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -112,7 +112,7 @@
         Component root = SwingUtilities.getRoot(parent);
         final FontChooser fontc = new FontChooser();
 
-        // JDK: For some reason we can't do this in the version of Swing that we are on
+        // JDK14: For some reason we can't do this in the version of Swing that we are on
         // it is only available in the JDK1.2.2 implementation
         // fontc.dialog = (root instanceof JFrame)
         //              ? new JDialog((JFrame) root, title, true)

Modified: trunk/jsword/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/jsword/.settings/org.eclipse.jdt.core.prefs	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/jsword/.settings/org.eclipse.jdt.core.prefs	2007-03-22 19:56:19 UTC (rev 1259)
@@ -1,4 +1,4 @@
-#Thu Mar 15 12:58:49 EDT 2007
+#Thu Mar 22 15:57:22 EDT 2007
 eclipse.preferences.version=1
 org.eclipse.jdt.core.builder.cleanOutputFolder=clean
 org.eclipse.jdt.core.builder.duplicateResourceTask=warning
@@ -86,8 +86,8 @@
 org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
 org.eclipse.jdt.core.compiler.source=1.4
 org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
-org.eclipse.jdt.core.compiler.taskPriorities=
-org.eclipse.jdt.core.compiler.taskTags=
+org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,HIGH,NORMAL,LOW,NORMAL,LOW,LOW,NORMAL,LOW,LOW,LOW,LOW,LOW
+org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,URGENT,PENDING,LATER,BUG,DEAD,SPEEDUP,I18N,JDK14,JDK15,NOWARN,BORROWED,SERIALUID
 org.eclipse.jdt.core.formatter.align_type_members_on_columns=true
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=18
 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/ConfigEntryType.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/ConfigEntryType.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/ConfigEntryType.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -761,7 +761,6 @@
 
     /**
      * Books with a Feature of Glossary are used to map words FROM one language TO another.
-     * TODO(DMS): layout the glossary based on the direction of the FROM.
      */
     public static final ConfigEntryType GLOSSARY_FROM = new ConfigEntryType("GlossaryFrom"); //$NON-NLS-1$
 

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/GenBookBackend.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/GenBookBackend.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/GenBookBackend.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -37,7 +37,7 @@
 import org.crosswire.jsword.passage.TreeKey;
 
 /**
- * Backend for General Books. These are currently not supported.
+ * Backend for General Books.
  *
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/SwordBookDriver.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/SwordBookDriver.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/SwordBookDriver.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -224,8 +224,6 @@
         BookType modtype = sbmd.getBookType();
         if (modtype.getBookCategory() == null)
         {
-            // LATER(joe): how do we support books?
-            log.warn("No support for book type: DRIVER_RAW_GEN_BOOK"); //$NON-NLS-1$
             throw new BookException(Msg.TYPE_UNSUPPORTED);
         }
 

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/ZLDBackend.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/ZLDBackend.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/book/sword/ZLDBackend.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -44,7 +44,6 @@
 
 /**
  * An implementation KeyBackend to read Z format files.
- * LATER(joe): implement ZLDBackend
  * 
  * @see gnu.lgpl.License for license details.
  *      The copyright to this program is held by it's authors.

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/passage/PassageTally.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/passage/PassageTally.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/passage/PassageTally.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -1000,7 +1000,7 @@
     }
 
     /**
-     * JDK: Hack to make this work with J2SE 1.1 as well as J2SE 1.2
+     * Hack to make this work with J2SE 1.1 as well as J2SE 1.2
      * This compared 2 Integers
      */
     private static class TalliedVerse implements Comparable

Modified: trunk/jsword-limbo/src/main/java/org/crosswire/common/io/TimeoutReader.java
===================================================================
--- trunk/jsword-limbo/src/main/java/org/crosswire/common/io/TimeoutReader.java	2007-03-21 22:18:40 UTC (rev 1258)
+++ trunk/jsword-limbo/src/main/java/org/crosswire/common/io/TimeoutReader.java	2007-03-22 19:56:19 UTC (rev 1259)
@@ -33,7 +33,7 @@
             // Kill the thread that is blocked
             if (calling != null)
             {
-                // This was borken at JDK 1.1.3
+                // This was broken at JDK 1.1.3
                 calling.interrupt();
 
                 // This is deprecated as of JDK 1.2




More information about the jsword-svn mailing list