= Issue 1593464 == Short Description system icons for files in FSB == Long Description I'm missing an option to "Use system icons for files" in FSB like Project Viewer has. Sorry if this is a dupe, but I have many bugs to post and am too lazy to check them all for dupes currently. :-) OS: Windows XP Java Version: Sun Java 1.5.0_09-b03 jEdit Version: 4.3pre8 == Feature Description % BASE jEdit has a File System Browser (FSB) to browse files and directories in a local file system. The browser shows its own icons for files and directories on the left side of their names. % CORE The new feature enables FSB to use system icons provided by an operating system such as Windows, Mac OS, and Linux. Users can choose icons for FSB in the Global Options dialog. % TASK Please locate all methods added or modified for the new feature. ``Method'' does NOT include class declaration, abstract methods without method body, and static initializers of classes. == Gold Set (10 methods) org.gjt.sp.jedit.browser.FileCellRenderer.getIconForFile(VFSFile,boolean,boolean) org.gjt.sp.jedit.browser.FileCellRenderer.propertiesChanged() org.gjt.sp.jedit.io.FileVFS.LocalFile.getIcon(boolean,boolean) org.gjt.sp.jedit.io.FileVFS.getParentOfPath(String) org.gjt.sp.jedit.io.VFSFile.getDefaultIcon(boolean) org.gjt.sp.jedit.io.VFSFile.getDefaultIcon(boolean,boolean) org.gjt.sp.jedit.io.VFSFile.getIcon(boolean) org.gjt.sp.jedit.io.VFSFile.getIcon(boolean,boolean) org.gjt.sp.jedit.options.BrowserOptionPane._init() org.gjt.sp.jedit.options.BrowserOptionPane._save()