-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
278 lines (274 loc) · 12.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="java,native2ascii,property,multibyte,editor,eclipse,plugin,multibyte,コード変換,アプリケーション,ユニコード,unicode,プロパティ,properties,エディタ,設定,ファイル,hover,ホバー">
<meta http-equiv="Set-Cookie" content="CookieStatus=cookie_status:1; path=/cgi-bin/acc;">
<title>プロパティエディタ</title>
<script type="text/javascript">
var javawsInstalled = false;
var isIE = false;
var isICE = navigator.userAgent.indexOf("ICEBrowser") >= 0;
if (navigator.mimeTypes && navigator.mimeTypes.length)
javawsInstalled = navigator.mimeTypes['application/x-java-jnlp-file'];
else
isIE = true;
function insertLink(url, name_before, name, name_after) {
if (javawsInstalled) {
document.write(name_before + "<A href=\"" + url + "\">" + name + "</A>" + name_after);
} else {
if (isICE) {
document.write("JBuilder の [Web 表示] は Web Start をサポートしていません(Web Start のプラグインがありません)。<BR> ");
document.write("使用可能なブラウザについては,次の Sun のサイトを参照してください。<BR>");
} else {
document.write("Java Web Start をインストールする必要があります。<BR>");
}
document.write(" -- 詳細は ");
document.write("<A href=\"http://java.sun.com/products/javawebstart/\">" );
document.write("Java Web Start ページ");
document.write("</A>をご覧下さい。");
}
}
</script>
<script type="text/vbscript">
on error resume next
If isIE Then
If Not(IsObject(CreateObject("JavaWebStart.IsInstalled"))) Then
javawsInstalled = false
Else
javawsInstalled = true
End If
End If
</script>
<script type="text/javascript" src="http://apis.google.com/js/plusone.js">
{lang: 'ja'}
</script>
<script src="http://f1.nakanohito.jp/lit/index.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">try { var lb = new Vesicomyid.Bivalves("108918"); lb.init(); } catch(err) {} </script>
</head>
<body bgcolor="#F3F3F3">
<script type="text/javascript">
<!--
var link = document.referrer;
if (link != "") link = escape(link);
document.write('<IMG src="http://propedit.sourceforge.jp/cgi-bin/acc/getlog.cgi?file=/index.html&ref=' + link + '&screen=');
document.write(screen.width + '*' + screen.height + '&color=' + screen.colorDepth);
document.write('" height="1" width="1" border="0">');
// -->
</script>
<noscript>
<IMG src="http://propedit.sourceforge.jp/cgi-bin/acc/getlog.cgi?file=/index.html" width=1 height=1 border=0>
</noscript>
<br>
<br>
<center>
<table border=0 width=95%>
<tr>
<td>
<table border=0 width=100%>
<tr>
<td>
<table border=0 width=100%>
<tr>
<td>
Japanese/<a href="./index_en.html">English</a>
</td>
<td rowspan=2 align="right">
<table border=0>
<tr>
<td valign="top">
<a href="http://sourceforge.jp/" target="_blank">
<IMG src="http://sourceforge.jp/sflogo.php?group_id=1032" width="96" height="31" border="0" alt="SourceForge.jp">
</a>
</td>
<td valign="top">
<a href="http://www.java.net" target="_blank">
<IMG src="./java_net.gif" border="0" width="90" height="25">
</a>
</td>
</tr>
<tr>
<td valign="top">
<a href="http://www.jfind.com/vote.php3?id=2617 " target="_blank">
<IMG src="jfind.gif" border="0" width="100" height="43">
</a>
</td>
<td valign="top">
<a href="http://www.jars.com/" target="_blank">
<IMG src="java_registered.gif" border="0">
</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center" valign="center">
<font size=6 color="#290EFF">プロパティエディタ</font>
</td>
</tr>
</table>
<br>
<p></p>
</td>
</tr>
<tr>
<td>
<div style="line-height:1.5em">
<font size=4>
<b>native2asciiによるユニコード変換の煩わしさから解放されます。</b>
</font>
<p></p>
Javaでpropertiesファイルを用いた開発は、J2EEアプリケーションの設定ファイルや、デスクトップアプリケーションでの国際化対応等でよく行われます。ところがプラットホーム非依存という性質上、ファイル内のマルチバイト文字をJ2SDKに付属のnative2asciiツールでUnicodeに変換しなければなりません。<br>
このエディタはUnicode参照文字で書かれたプロパティファイルを直接編集することができ、native2asciiでUnicodeに変換する手間を省きます。また、通常のエディタの機能に加え、Eclipseへの統合などの便利な機能を提供します。Eclipseへの統合では、プロジェクト内のpropertiesファイルを直接開いて編集することが可能で、もちろんUnicodeで保存されます。直感的、かつシンプルな操作で利用できます。<br>
(2009.05.23) Eclipseプラグインの機能として、Javaエディタ上でのプロパティのホバー表示や、プロパティ参照箇所へのジャンプ機能も備えました。<br>
詳しくは、下記のページをご覧下さい。<br>
<a href="http://sourceforge.jp/projects/propedit/">http://sourceforge.jp/projects/propedit/</a>
<br>
</div>
<br>
<table border=1 cellpadding="5" cellspacing="0">
<tr>
<td>
<div style="line-height:1.5em">
<script type="text/javascript">
<!--
insertLink("http://propedit.sourceforge.jp/propertieseditor.jnlp","JavaWebStartのプロパティエディタを起動する為には、","こちら","をクリックしてください。<BR>");
// -->
</script>
<noscript>
JavaWebStartのプロパティエディタを起動する為には、<a href="https://chomakichi.github.io/PropertiesEditorUpdateSite/propertieseditor.jnlp">こちら</a>をクリックしてください。<br>
</noscript>
</div>
</td>
</tr>
<tr>
<td>
<div style="line-height:1.5em">
Eclipse用プラグイン、アプリケーション用JARファイルは<A href="http://sourceforge.jp/projects/propedit/">こちら</A>のページからダウンロードできます。<br>
</div>
<p>
<font size=2>
上記ダウンロードファイルに含まれるjarファイルは全て同じ物です。<br>
例えば、Eclipse用プラグインのjarファイルを実行すれば、アプリケーションが起動します。
</font>
</p>
</td>
</tr>
</table>
<small>
(このJARファイルや、JavaWebStartを利用するにはJ2RE、もしくはJ2SDKの1.4以降が必要になります。J2RE、J2SDKは<a href="http://java.sun.com/" target="_blank">ここ</a>からダウンロードできます。)
</small>
<br><br>
<h3>Eclipseへの統合について</h3>
<table border=1 cellpadding="5" cellspacing="0">
<tr bgcolor="#C0C0C0">
<th>
IDE
</th>
<th colspan=2>
インストール方法
</th>
</tr>
<tr>
<td rowspan=2>
<b>Eclipse</b>
</td>
<td colspan=2>
配布しているzipファイルを解凍してできる「jp.gr.java_conf.ussiy.app.propedit.eclipse.plugin_x.x.x」ディレクトリをEclipseのインストールディレクトリにあるpluginsフォルダにコピーして、Eclipseを起動してください。(Eclipseを既に起動している場合は、再起動してください。)<br><br>
Eclipseの設定画面でフォントやキーの重複チェック機能を設定できます。このフォント変更機能は、他のエディタとは異なるフォントを利用できることで、例えば、日本語圏の人がjavaソースは日本語で編集し、propertiesファイルは韓国語で編集することが可能になります。
</td>
</tr>
<tr>
<td colspan=2>
<b>
<font color=red>
Eclipse用の更新サイトを作成しました。これによって、Eclipseの更新マネージャによるインストール、アップデートが可能になります。
</font>
<br>- <a href="howto_eclipseplugin_install.html">インストール方法</a> -
</b>
<br>
URL : https://chomakichi.github.io/PropertiesEditorUpdateSite/eclipse/updates/<br>
</td>
</tr>
</table>
<b>スクリーンショット</b>
<table border=0>
<tr>
<td>
<a href="https://chomakichi.github.io/PropertiesEditorUpdateSite/screenshot/application/screenshot_standalone.html">
スタンドアローンで利用した時のスクリーンショット
</a>
<br>
<a href="https://chomakichi.github.io/PropertiesEditorUpdateSite/screenshot/eclipse/screenshot_eclipse_ja.html">
Eclipseで利用した時のスクリーンショット
</a>
<br>
</td>
</tr>
</table>
<p>
<div style="line-height:1.2em">
<h3>- 主な機能 -</h3>
<ul type=square>
<li>Unicode参照文字形式での保存が可能</li>
<li>EUC,Shift-JIS,JIS,UTF-8等のテキストを読み込むことが可能</li>
<li>印刷機能</li>
<li>カット&ペースト機能等</li>
<li>文字列検索機能</li>
<li>文字列置換機能</li>
<li>Undo、Redo機能</li>
<li>行番号表示機能</li>
<li>フォントの選択機能</li>
<li>バックグラウンドの色を指定する機能</li>
<li>LookAndFeel変更機能</li>
<li>Eclipseとの統合機能(Plugin)</li>
<li>プロパティをCtrl + Clickで参照箇所の検索(要PropertiesHyperlink)</li>
</ul>
</div>
</p>
<p></p>
<h3>ライセンスについて</h3>
Eclipse Public License (EPL)の下に配布させて頂いております。<br>
<a href="http://sourceforge.net/donate/index.php?group_id=110151"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project" /></a><br/>
<center>
<font size=2>
ご意見、ご質問、ご要望は<A href="mailto:[email protected]">こちら</A>まで。
</font>
</center>
<p></p>
<p>
<h3>Rate This Plugin</h3>
<table border=0 width=600>
<tr align="center">
<td>
<a href="http://www.eclipseplugincentral.com/Web_Links+index-req-ratelink-lid-186-ttitle-Properties_Editor.html" target="_blank">
<img src="epc-logo.gif" border="0">
</a>
</td>
<td>
<a href="http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=656" target="_blank">
<img src="eclipse-plugin-logo.gif" border="0">
</a>
</td>
</tr>
</table>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10552398-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>