From 2d49c44c47015d4ccd5aa08b4fe8a2401a513c3c Mon Sep 17 00:00:00 2001
From: Michele Calgaro
Date: Fri, 6 Sep 2024 10:37:24 +0900
Subject: Remove incomplete and useless server code
Signed-off-by: Michele Calgaro
---
readme.html | 46 ----------------------------------------------
1 file changed, 46 deletions(-)
(limited to 'readme.html')
diff --git a/readme.html b/readme.html
index f1dca4e..7670e5a 100755
--- a/readme.html
+++ b/readme.html
@@ -130,12 +130,6 @@ a.external
A nice about dialog. Errrmm, ok beneath all the mean stuff this is somehow the programmers playground ;-)
-
- Also a Notepad++ 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.
-
Supported and tested platforms
@@ -189,46 +183,6 @@ a.external
and XCode are included.
- Used TQt techniques
- This list shows some selected functionalities that TQt offers and that I use with UiGUI.
-
- - Translations are done with
- TQTranslator,
- TQLocale and Linguist.
- - File encodings are supported by using
- TQTextCodec
- and TQTextStream.
- - TQScriptEngine
- and TQScriptValue
- is included for executing JavaScript files used as indenters.
- - TQGraphicsView
- and TQGraphicsProxyWidget
- for creating an animated 3D about dialog, simulating that is done on the whole desktop by using
- the screenshot capability of TQt.
- - Stylesheet settings give the about dialog a special look. Also gradients are used.
- - TQHttp
- and TQUrl
- are used for the update check.
- - TQSettings
- is responsible for storing the application and syntax highlighter settings.
- - TQTcpServer
- and TQTcpSocket
- build the base for the UiGUI Server.
- - Of course I use the TQt tools qmake, lupdate, lrelease, Designer, Linguist and my very best friend the Assistant.
-
-
- Future plans
-
- - 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.
- - 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.
- - 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.
-
-
Thanks
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
--
cgit v1.2.1