mirror of
https://github.com/gildur/SimplePropertiesEditor.git
synced 2026-04-01 15:57:08 +09:00
16 lines
586 B
HTML
16 lines
586 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Simple Properties Editor</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Simple Properties Editor</h1>
|
|
<p>Eclipse plug-in for editing Java properties files, automatically converts non-ASCII characters to unicode escape sequences.<br>
|
|
<a href="https://github.com/gildur/SimplePropertiesEditor">Sources on Github</a></p>
|
|
<h2>Installation</h2>
|
|
<p>Click "Help -> Install new software" and paste update site URL:<br>
|
|
http://gildur.github.io/SimplePropertiesEditor/updates/</p>
|
|
</body>
|
|
</html>
|