-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
should probably read the github flavored markdown docs before posting…
… massive amounts of markdown
- Loading branch information
1 parent
e695790
commit 2712224
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Thus UniversalIndentGUI is open for nearly any new indenter and programming lang | |
* Live Preview: change an indenter parameter and directly see how your formatted code will look like. | ||
* Support for nearly any existing indenter possible. Currently supported are: | ||
|
||
-><- | ||
 | ||
|
||
* [Artistic Styler](http://astyle.sourceforge.net/) | ||
* [BCPP](http://invisible-island.net/bcpp/) | ||
|
@@ -57,7 +57,7 @@ Reset to indenters default parameters. | |
|
||
By the above named indenters currently supported programming languages: | ||
|
||
-><- | ||
 | ||
|
||
* C, C++ | ||
* C# | ||
|
@@ -134,7 +134,8 @@ But if you'd like to build UiGUI from source, follow these steps: | |
2. Download, unpack, compile and install | ||
[QScintilla](http://www.riverbankcomputing.com/software/qscintilla/download) | ||
>= 2.2. | ||
3. Checkout UiGUI: svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui | ||
3. Checkout UiGUI: git clone [email protected]:danblakemore/universal-indent-gui.git | ||
~~svn co https://universalindent.svn.sourceforge.net/svnroot/universalindent/trunk universalindentgui~~ | ||
4. In the checked out directory run "qmake UniversalIndentGUI.pro". | ||
5. Run "make release". | ||
6. Install it | ||
|
@@ -187,7 +188,7 @@ This list shows some selected functionalities that Qt offers and that I use with | |
|
||
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 that they found my application helpful and that they like it. So: | ||
|
||
->**Thank you all out there!!**<- | ||
**Thank you all out there!!** | ||
|
||
### Disclaimer | ||
|
||
|