4 * Think about synchronizing XMP.
5 * Document data schema used (BibteXmp)
6 * Add build.xml target to export standalone XMPUtil for the CLI.
7 * Allow search relativ to bibtex-file
8 * Plugin-System may crash...
12 * Spires fetcher: needs some documentation on search queries
13 * Open spires entry: ("openSpires" action). Think about better integration of this?
14 * Merge patch for entry types (see patch for IEEEXploreFetcher)
15 * [OK?] Improve duplicate check.
16 * Add "Copy all externally linked files for this set of entries"-feature.
17 Basic functionality in AccessLinksForEntries.
18 * Strange bug: when editing a field in entry editor, then clicking an entry of different type
19 in the table, current entry is stored, but the selection drops back to the first entry.
20 * Problem setting today with Microba calendar.
22 * [MADE WORKAROUND] Native FileDialog does not work for selecting a directory.
23 - workaround is to autodisable native file dialog for dir selection.
25 * [OK? Extension fields only] MODS exports "file" in raw form.
26 * [POSTPONE] Icon selection for external file types: - select arbitrary images from disk?
27 * [POSTPONE] Fix Save/Export file dialog stuff
28 * [POSTPONE] Look up Vista problem with opening file chooser:
29 Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
31 at sun.awt.shell.Win32ShellFolder2.getFileChooserIcon(Unknown Source)
32 at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source)
33 at sun.awt.shell.ShellFolder.get(Unknown Source)
34 at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$LazyWindowsIcon.createVal
36 at javax.swing.UIDefaults.getFromHashtable(Unknown Source)
37 at javax.swing.UIDefaults.get(Unknown Source)
38 at javax.swing.MultiUIDefaults.get(Unknown Source)
39 at javax.swing.UIDefaults.getIcon(Unknown Source)
40 at javax.swing.UIManager.getIcon(Unknown Source)
41 at javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Unknown Source)