OmegaT のメニューバーにフォルダーツリー参照用のメニューを追加します。
remove VersionInfo
| @@ -1,36 +0,0 @@ | ||
| 1 | -/************************************************************************** | |
| 2 | - FolderMenu - easy access to project folders from menu. | |
| 3 | - | |
| 4 | - Copyright (C) 2013-2014 Yu Tang | |
| 5 | - Home page: http://sourceforge.jp/users/yu-tang/ | |
| 6 | - Support center: http://sourceforge.jp/users/yu-tang/ | |
| 7 | - | |
| 8 | - This file is part of plugin for OmegaT. | |
| 9 | - http://www.omegat.org/ | |
| 10 | - | |
| 11 | - License: GNU GPL version 3 or (at your option) any later version. | |
| 12 | - | |
| 13 | - You should have received a copy of the GNU General Public License | |
| 14 | - along with this program. If not, see <http://www.gnu.org/licenses/>. | |
| 15 | - **************************************************************************/ | |
| 16 | - | |
| 17 | -package jp.sourceforge.users.yutang.omegat.plugin.foldermenu; | |
| 18 | - | |
| 19 | -import javax.swing.JOptionPane; | |
| 20 | - | |
| 21 | -/** | |
| 22 | - * | |
| 23 | - * @author Yu Tang | |
| 24 | - */ | |
| 25 | -public class VersionInfo { | |
| 26 | - | |
| 27 | - private static final String APP_NAME = "FolderMenu"; | |
| 28 | - private static final String APP_VERSION = "0.4"; | |
| 29 | - private static final String APP_BUILD = "20140430"; | |
| 30 | - private static final String APP_AUTHOR = "Yu-Tang"; | |
| 31 | - | |
| 32 | - public static void main(String[] args) { | |
| 33 | - JOptionPane.showMessageDialog(null, | |
| 34 | - APP_NAME + " ver." + APP_VERSION + "." + APP_BUILD + "\nby " + APP_AUTHOR); | |
| 35 | - } | |
| 36 | -} |