* Think about synchronizing XMP.
* Document data schema used (BibteXmp)
* Add build.xml target to export standalone XMPUtil for the CLI.
- * Plugin-Architecture for LayoutFormatters.
* Allow search relativ to bibtex-file
+ * Plugin-System may crash...
Morten:
-* Help information for external file links
-* Add "Copy all externally linked files for this set of entries"-feature. Basic functionality
- in AccessLinksForEntries.
-* //Enable icon customization of external file types.
-* //Problem with ArrayIndexOutOfRange exception in DuplicateSearch - solved?
- // - strange performance bug in creation of duplicate resolver dialog?
-* // Fix Save/Export file dialog stuff
-* Look up Vista problem with opening file chooser:
-Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException:
-3184
- at sun.awt.shell.Win32ShellFolder2.getFileChooserIcon(Unknown Source)
- at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source)
- at sun.awt.shell.ShellFolder.get(Unknown Source)
- at com.sun.java.swing.plaf.windows.WindowsLookAndFeel$LazyWindowsIcon.createVal
-ue(Unknown Source)
- at javax.swing.UIDefaults.getFromHashtable(Unknown Source)
- at javax.swing.UIDefaults.get(Unknown Source)
- at javax.swing.MultiUIDefaults.get(Unknown Source)
- at javax.swing.UIDefaults.getIcon(Unknown Source)
- at javax.swing.UIManager.getIcon(Unknown Source)
- at javax.swing.plaf.basic.BasicFileChooserUI.installIcons(Unknown Source)
- at javax.swing.plaf.basic.BasicFileChooserUI.installDefaults(Unknown Source)
- at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
- at javax.swing.plaf.metal.MetalFileChooserUI.installUI(Unknown Source)
- at javax.swing.JComponent.setUI(Unknown Source)
- at net.sf.jabref.JabRefFileChooser.setUI(Unknown Source)
+* Look into whether incremental search could be made more persistent when search panel loses focus.
+* Fix handling of Jr particle in names.
+* Problem: when looking at group with hiding non-hits, newly created entry doesn't appear in entry editor.
+* Improve handling of SO field in CSA import (csaresults-12.txt).
+* Plugins like SVN plugin might need hooks for performing actions before a database is
+ closed, and may need the ability to cancel the closing, and to avoid questions about
+ saving changes.
+* Revisions merged into trunk after 2.4 release: 2620-2733
+
+* Enable "Open spires entry" ("openSpires" action)? Think about better integration of this?
+ Look into which viewer is used.
+* Add "Copy all externally linked files for this set of entries"-feature.
+ Basic functionality in AccessLinksForEntries.
+* Problem setting today with Microba calendar.
+
+* [MADE WORKAROUND] Native FileDialog does not work for selecting a directory.
+ - workaround is to autodisable native file dialog for dir selection.
+
+* [POSTPONE] Icon selection for external file types: - select arbitrary images from disk?
+* [POSTPONE] Fix Save/Export file dialog stuff