Download List

Project Description

This editor can directly edit property files written in Unicode reference characters, eliminating the need to convert to Unicode. In addition to the usual editor functions, it can also be used as an Eclipse plug-in.

System Requirements

System requirement is not defined

Released at 2005-09-25 10:34
PropertiesEditor_EclipsePlugin_for_3.x 4.8.0 (1 files Hide)

Release Notes

MultiPageEditorPartを継承しないように修正。
これによってviPluginや翻訳プラグインのように内部ITextEditor
の実装かどうかを判定して動作しているプラグインの恩恵を得る
ことができる。その代わりにファイルのソースを見るために別ウ
ィンドウをメニューから開くことが必要になった。今までもタブ
をクリックして切り替えていたので手間という点では変わりはな
いはず。むしろ、キーボードショートカットで対応するショート
カットキーを割り当てることでキーボード操作だけでソースを参
照できるので便利なったのかもしれない。

Changelog

元からのMultiPageEditorPartを継承したエディタと利用している
部分は残してあるのでplugin.xmlのclass属性を変えるだけで元に戻せる。