4 * Think about synchronizing XMP.
5 * Document data schema used (BibteXmp)
6 * Add build.xml target to export standalone XMPUtil for the CLI.
7 * Plugin-Architecture for LayoutFormatters.
8 * Allow search relativ to bibtex-file
11 * Help information for external file links
12 * Add "Copy all externally linked files for this set of entries"-feature. Basic functionality
13 in AccessLinksForEntries.
14 * //Enable icon customization of external file types.
15 * //Problem with ArrayIndexOutOfRange exception in DuplicateSearch - solved?
16 // - strange performance bug in creation of duplicate resolver dialog?
17 * // Fix Save/Export file dialog stuff
19 * Look up Vista problem with opening file chooser:
20 Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
22 at sun.awt.shell.Win32ShellFolder2.getFileChooserIcon(Unknown Source)
23 at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source)
24 at sun.awt.shell.ShellFolder.get(Unknown Source)
25 at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$LazyWindowsIcon.createVal
27 at javax.swing.UIDefaults.getFromHashtable(Unknown Source)
28 at javax.swing.UIDefaults.get(Unknown Source)
29 at javax.swing.MultiUIDefaults.get(Unknown Source)
30 at javax.swing.UIDefaults.getIcon(Unknown Source)
31 at javax.swing.UIManager.getIcon(Unknown Source)
32 at javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Unknown Source)
33 at javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(Unknown Source)
34 at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
35 at javax.swing.plaf.metal.MetalFileChooserUI.installUI(Unknown Source)
36 at javax.swing.JComponent.setUI(Unknown Source)
37 at net.sf.jabref.JabRefFileChooser.setUI(Unknown Source)