• R/O
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

OmegaT のメニューバーにフォルダーツリー参照用のメニューを追加します。


Commit MetaInfo

修订版49 (tree)
时间2014-04-25 19:43:45
作者yu-tang

Log Message

プラグインを複数回インスタンス化しようとした際にエラーを記録するようにした

更改概述

差异

--- trunk/src/jp/sourceforge/users/yutang/omegat/plugin/foldermenu/FolderMenu.java (revision 48)
+++ trunk/src/jp/sourceforge/users/yutang/omegat/plugin/foldermenu/FolderMenu.java (revision 49)
@@ -40,6 +40,8 @@
4040 // Not initialize in console mode
4141 if (!instantiated) {
4242 CoreEvents.registerApplicationEventListener(new FolderMenu());
43+ } else {
44+ throw new RuntimeException("FolderMenu plugin could be instantiated only once.");
4345 }
4446 } catch (Throwable ex) {
4547 String msg = ex.getMessage();