summaryrefslogtreecommitdiffstats
path: root/readme.html
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-09-06 09:43:11 +0900
committerMichele Calgaro <[email protected]>2024-09-06 10:14:28 +0900
commit0204f596eb83c452ae7ffeefc728668b414b1f16 (patch)
tree71805578b857be9ba33c9d3223e6e935026e389d /readme.html
parent075471f041516c31c7ea976dae03b5a771d6910d (diff)
downloaduniversal-indent-gui-tqt-0204f596eb83c452ae7ffeefc728668b414b1f16.tar.gz
universal-indent-gui-tqt-0204f596eb83c452ae7ffeefc728668b414b1f16.zip
Finish off About dialog code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'readme.html')
-rwxr-xr-xreadme.html21
1 files changed, 9 insertions, 12 deletions
diff --git a/readme.html b/readme.html
index bc6dde5..f1dca4e 100755
--- a/readme.html
+++ b/readme.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
- <title>UniversalIndentGUI ReadMe</title>
+ <title>UniversalIndentGUI-TQt ReadMe</title>
<style type="text/css">
<!--
@@ -25,13 +25,10 @@ a.external
</head>
<body style="font-family: Tahoma,serif;">
-<!--
- <h1>UniversalIndentGUI</h1>
--->
- <div align="center"><img src="doc/images/banner.jpg" alt="UiGUI Screenshot"></div>
+ <br/>
+ <div align="center"><h1>UniversalIndentGUI-TQt-TQt</h1></div>
<br clear="all" />
- <br />
- <p style="margin-left:40pt;">
+ <p>
Ever concerned about how your code looks like?<br />
Ever heard of different indenting styles, for example K&amp;R?<br />
Ever received code from someone else who didn't care about code formatting?<br />
@@ -40,7 +37,7 @@ a.external
</p>
<p>
- Help is close to you. UniversalIndentGUI offers a live preview for setting the parameters of nearly any indenter.
+ Help is close to you. UniversalIndentGUI-TQt offers a live preview for setting the parameters of nearly any indenter.
You change the value of a parameter and directly see how your reformatted code will look like. Save your beauty looking
code or create an anywhere usable batch/shell script to reformat whole directories or just one file even out of the
editor of your choice that supports external tool calls.<br />
@@ -49,7 +46,7 @@ a.external
Artistic Styler, PHP Stylist, Ruby Beautify, HTML Tidy and many other (look at features for complete list).
Currently not supported indenters can be easyly added by creating a configuration file for them.<br />
- Thus UniversalIndentGUI is open for nearly any new indenter and programming languages. Give it a try.
+ Thus UniversalIndentGUI-TQt is open for nearly any new indenter and programming languages. Give it a try.
Perhaps you'll also find an indenter for your programming language that you even didn't know that it exists.
</p>
@@ -149,7 +146,7 @@ a.external
</ul>
</p>
- <h3>How to install / build UniversalIndentGUI</h3>
+ <h3>How to install / build UniversalIndentGUI-TQt</h3>
<p>
If you downloaded a complete binary package/archive for your system from SourceForge, you only need to unpack it and
can run it out of the box. Also all free available indenters for your platform are included. Doing it that way,
@@ -165,7 +162,7 @@ a.external
<a class="external" href="http://www.riverbankcomputing.com/software/qscintilla/download">TQScintilla</a>
>= 2.2.</li>
<li>Checkout UiGUI: svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui</li>
- <li>In the checked out directory run "qmake UniversalIndentGUI.pro".</li>
+ <li>In the checked out directory run "qmake UniversalIndentGUI-TQt.pro".</li>
<li>Run "make release".</li>
<li>Install it</li>
<ol type="a">
@@ -173,7 +170,7 @@ a.external
Windows and Mac:<br />
For testing on Windows/Mac download the indenter binary package from sourceforge and extract it into the
directory where you checked out the code (in the upper example that is "universalindentgui").
- Then move the file "UniversalIndentGUI.exe" (on Mac the directory "UniversalIndentGUI") from the
+ Then move the file "UniversalIndentGUI-TQt.exe" (on Mac the directory "UniversalIndentGUI-TQt") from the
"release" directory also to that directory. Starting UiGUI from this directory will run it
in portable mode.
</li>