summaryrefslogtreecommitdiffstats
path: root/readme.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-09-06 10:37:24 +0900
committerMichele Calgaro <[email protected]>2024-09-06 10:37:24 +0900
commit2d49c44c47015d4ccd5aa08b4fe8a2401a513c3c (patch)
treef71347d3ff3cff2c5924b91a914f98f221907f4d /readme.html
parent281a7702cf2b83f13eab74d38758893584e7ecb6 (diff)
downloaduniversal-indent-gui-tqt-2d49c44c47015d4ccd5aa08b4fe8a2401a513c3c.tar.gz
universal-indent-gui-tqt-2d49c44c47015d4ccd5aa08b4fe8a2401a513c3c.zip
Remove incomplete and useless server code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'readme.html')
-rwxr-xr-xreadme.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/readme.html b/readme.html
index f1dca4e..7670e5a 100755
--- a/readme.html
+++ b/readme.html
@@ -130,12 +130,6 @@ a.external
<li>A nice about dialog. Errrmm, ok beneath all the mean stuff this is somehow the programmers playground ;-)</li>
</ul>
</p>
- <p>
- Also a <a class="external" href="http://notepad-plus.sourceforge.net/">Notepad++</a> plugin version is available.
- The programming project for that is currently only available as Visual Studio C++ 2005 project file.
- Also this plugin has some problems with its event handling, because it is running as a DLL inside of Notepad++ event loop.
- This will be replaced with the upcoming UiGUI server functionality. See future plans for more about that.
- </p>
<h3>Supported and tested platforms</h3>
<p>
@@ -189,46 +183,6 @@ a.external
and XCode are included.</p>
</p>
- <h3>Used TQt techniques</h3>
- <p>This list shows some selected functionalities that TQt offers and that I use with UiGUI.</p>
- <ul>
- <li>Translations are done with
- <a class="external" href="http://doc.trolltech.com/4.4/tqtranslator.html">TQTranslator</a>,
- <a class="external" href="http://doc.trolltech.com/4.4/tqlocale.html">TQLocale</a> and Linguist.</li>
- <li>File encodings are supported by using
- <a class="external" href="http://doc.trolltech.com/4.4/tqtextcodec.html">TQTextCodec</a>
- and <a class="external" href="http://doc.trolltech.com/4.4/tqtextstream.html">TQTextStream</a>.</li>
- <li><a class="external" href="http://doc.trolltech.com/4.4/qscriptengine.html">TQScriptEngine</a>
- and <a class="external" href="http://doc.trolltech.com/4.4/qscriptvalue.html">TQScriptValue</a>
- is included for executing JavaScript files used as indenters.</li>
- <li><a class="external" href="http://doc.trolltech.com/4.4/qgraphicsview.html">TQGraphicsView</a>
- and <a class="external" href="http://doc.trolltech.com/4.4/qgraphicsproxywidget.html">TQGraphicsProxyWidget</a>
- for creating an animated 3D about dialog, simulating that is done on the whole desktop by using
- the screenshot capability of TQt.</li>
- <li>Stylesheet settings give the about dialog a special look. Also gradients are used.</li>
- <li><a class="external" href="http://doc.trolltech.com/4.4/tqhttp.html">TQHttp</a>
- and <a class="external" href="http://doc.trolltech.com/4.4/tqurl.html">TQUrl</a>
- are used for the update check.</li>
- <li><a class="external" href="http://doc.trolltech.com/4.4/tqsettings.html">TQSettings</a>
- is responsible for storing the application and syntax highlighter settings.</li>
- <li><a class="external" href="http://doc.trolltech.com/4.4/qtcpserver.html">TQTcpServer</a>
- and <a class="external" href="http://doc.trolltech.com/4.4/qtcpsocket.html">TQTcpSocket</a>
- build the base for the UiGUI Server.</li>
- <li>Of course I use the TQt tools qmake, lupdate, lrelease, Designer, Linguist and my very best friend the Assistant.</li>
- </ul>
-
- <h3>Future plans</h3>
- <ul>
- <li>Exchangeable source code view. Mainly adding a "Live Diff View" where you can see the unformatted
- code and the formatted one side by side with changes highlighted.</li>
- <li>Bring functionality to the UiGUI server so that he can be run anywhere and a client plugin in any editor
- like Eclipse or Notepad++ can communicate with it. Thus the client plugin can be written in any language
- supporting TCP/IP connections and send to be formatted code to the server. Also some settings might be
- made via that conncection. Plans are going on, so stay tuned.</li>
- <li>Batch/Multiple file and directory indenting, so that the user can throw a bunch of files or directories
- into a list and click on "Do it", so they all will get formatted.</li>
- </ul>
-
<h3>Thanks</h3>
Here I'd like to say "thank you" to all those guys, who helped me improving UiGUI. May it be doing some
translations, creating packages for Linux, letting me know about bugs or ways to improve or just saying