= 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はローカルファイルシステム内のディレクトリやファイルを閲覧することができるブラウザ (File System Browser; FSB) を備えています. このブラウザでは,ディレクトリ名やファイル名の左側に jEdit が独自に用意したアイコン画像が表示されます. % CORE この機能に対して Windows や Mac, Linux などの OS から提供されるアイコン画像 (システムアイコン) を使用する機能を追加しました. 従来どおりの jEdit の独自アイコンと,システムアイコンのどちらを用いるかは全般オプション (Global Options ダイアログ) で指定することができます. % TASK この機能追加によって追加あるいは修正されたすべてのメソッドを特定してください. クラス宣言そのものに対する修正,インタフェースにおけるメソッド宣言(本体を持たないもの), クラスのstatic 初期化子は含みません. == 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()