annotate CHANGELOG.txt @ 795:aac7cdbece6d

Fixed faulty sentence in changelog. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1073 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 01 Jan 2012 16:13:16 +0000
parents d5409b04e0f4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
789
d5409b04e0f4 Changelog and readme: Added info about the two newly supported indenters.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 780
diff changeset
1 2012-01-01 Version 1.2.0
767
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
2 [add] The Linux version has a menu entry in the application development menu now.
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
3 [add] The Linux version has a mime type association to some code files now, so that UiGUI is available as "open with".
789
d5409b04e0f4 Changelog and readme: Added info about the two newly supported indenters.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 780
diff changeset
4 [add] Added support for the Visual Basic beautifier VBSBeautifier.
d5409b04e0f4 Changelog and readme: Added info about the two newly supported indenters.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 780
diff changeset
5 [add] Added support for the SQL beautifier Pl/Sql tidy.
780
7bccc7ff65b8 Updated the changelog file to reflect the latest changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 772
diff changeset
6 [add] Updated the Artistic Style configuration to support Artistic Style version 2.02.1.
7bccc7ff65b8 Updated the changelog file to reflect the latest changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 772
diff changeset
7 [add] Updated the Uncrustify configuration to support Uncrustify version 0.59.
7bccc7ff65b8 Updated the changelog file to reflect the latest changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 772
diff changeset
8 [add] Updated the PerlTidy configuration to support PerlTidy version 1.74.
7bccc7ff65b8 Updated the changelog file to reflect the latest changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 772
diff changeset
9 [add] Updated the Ruby Script Beautifier to version 2.9.
767
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
10 [fix] Bug ID 3021933: Updated the Artistic Style configuration to support Artistic Style version 2.01.
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
11 [fix] Bug ID 3021931: Fixed calling of Artistic Style version 1.22 and later.
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
12 [fix] Bug ID 3006513: Fixed compiling UiGUI using GCC 4.5 and later.
729
ed33ede1043f Updated the changelog with already done tasks/changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
13 [fix] Bug ID 2942381: When loading an indenter configuration file, the settings displayed in the docking widget were correctly updated, but the code wasn't.
ed33ede1043f Updated the changelog with already done tasks/changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
14 [fix] Bug ID 2135872: A zombie process kept on running if UiGUI was quit during the update check in background if no internet connection is available.
767
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
15 [fix] Bug ID 3175027: Uncrustify had wrong pop-up comments for two check-boxes.
795
aac7cdbece6d Fixed faulty sentence in changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 789
diff changeset
16 [fix] Bug ID 2916163: The proxy settings are properly used and applied now.
767
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
17 [fix] Made the JsDecoder integration be compatible with recent Qt versions.
729
ed33ede1043f Updated the changelog with already done tasks/changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
18 [change] Changed the created shell scripts indenter config file reference. Now each created shell script has a corresponding config file being created in the same dir as the shell script, with the same name but different suffix. But since the config file is referenced by "./", when calling the script the working directory must be the same as the directory containing the config file.
767
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
19 [change] Using TCLAP as command line parser instead of own command line parsing.
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
20 [change] Setting a file name as parameter on the command line without any prefix will load this file instead of the last opened one.
766
39bf6482efa7 Small changelog update.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 729
diff changeset
21 [change] Rewritten and improved the internal way how settings are connected to the UI.
767
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
22 [change] Refactored and cleaned up the code.
0e5368248a19 Updated changelog with all up to now made changes and fixes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 766
diff changeset
23 [change] Will no longer deliver binary bundles linked against Qt statically. Instead delivering all dependent DLLs and libs.
729
ed33ede1043f Updated the changelog with already done tasks/changes.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 711
diff changeset
24
711
8736c8cada18 Updated files to new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 710
diff changeset
25 2009-07-16 Version 1.1.0
710
e5f77ab5e2fa Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 671
diff changeset
26 [add] Added a logging class, that can catch debug output and make trace backs if any problems occur possible.
e5f77ab5e2fa Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 671
diff changeset
27 [add] Added an application icon for Mac OS X.
e5f77ab5e2fa Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 671
diff changeset
28 [change] Feature Request ID 2596302 : Updated the greatcode.ini. Thanks to adxadx who has done this work!
e5f77ab5e2fa Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 671
diff changeset
29 [change] Feature Request ID 2793216: Updated to Uncrustify 0.53.
e5f77ab5e2fa Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 671
diff changeset
30 [change] Updated to JsDecoder version 1.1.0
e5f77ab5e2fa Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 671
diff changeset
31 [fix] Bug ID 2791229: If UiGUI was located in a path containing Unicode characters or such a path needed to be handed over to a called indenter, the indenter could get confused on Windows. So using the Windows 8.3 short path notation.
e5f77ab5e2fa Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 671
diff changeset
32 [fix] On Mac OS X the used default font wasn't monospaced. Switched back to use Courier on Mac.
e5f77ab5e2fa Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 671
diff changeset
33
662
506b9bb83ecc Updated to version 1.0.2
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 657
diff changeset
34 2009-02-12 Version 1.0.2
669
61754c000f7e Small link adaption due to SourceForge server settings change.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 662
diff changeset
35 [add] Feature Request ID 2498654 : Added support for the Fortran indenter F90ppr. http://universalindent.sf.net/issue/feature/2498654
655
36c10a09ad84 [add] Feature Request ID 2498654 : Added support for the Fortran indenter F90ppr. http://universalindent.sf.net/issue/2498654
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 650
diff changeset
36 [add] Made it possible to define "stdin" to be used for an indenter calling.
629
22e2378b62e0 Updated files for the next release 1.0.2.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 606
diff changeset
37 [change] Made the source code be compilable with the slightly older QScintilla version 2.2.
22e2378b62e0 Updated files for the next release 1.0.2.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 606
diff changeset
38 [change] When starting the very first time without any existing application settings, do not show the mainwindow at position 0,0. On Mac the window couldn't be moved because the window title bar was hidden under the Mac menu bar.
647
91587363161e Updated the CHANGELOG.txt.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 629
diff changeset
39 [change] When using a non Windows system the default editor font type is now Monospace instead of Courier. The latter was not found properly.
91587363161e Updated the CHANGELOG.txt.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 629
diff changeset
40 [change] For security reason using a randomly generated temporary directory name on Unix based systems.
91587363161e Updated the CHANGELOG.txt.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 629
diff changeset
41 [change] Improved the GUI updates for the Notepad++ plugin a bit. Not what I would call "good" yet.
671
47c8145fdedd Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 669
diff changeset
42 [fix] Bug ID 2284777 : The Notepad++ plugin was falsely linked against Qt debug dlls, which were not included. http://universalindent.sf.net/issue/bug/2284777
47c8145fdedd Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 669
diff changeset
43 [fix] Bug ID 2594251 : The new version available check didn't work anymore since version 1.0.1. http://universalindent.sf.net/issue/bug/2594251
657
24e1fd6d4bfa Updated the documentation and the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 655
diff changeset
44 [fix] Avoid a crash if an uigui ini file with faulty header info is read, where the indenter executable was empty.
629
22e2378b62e0 Updated files for the next release 1.0.2.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 606
diff changeset
45 [fix] Some application settings were tried to be read from a wrong directory when running in multi user mode.
22e2378b62e0 Updated files for the next release 1.0.2.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 606
diff changeset
46
578
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
47 2008-10-14 Version 1.0.1
589
ea3589eb1e12 Updated the CHANGELOG.txt
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 584
diff changeset
48 [add] Feature Request ID 2161471 : Added support for the Python indenter pindent.
ea3589eb1e12 Updated the CHANGELOG.txt
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 584
diff changeset
49 [add] Feature Request ID 1883444 : Added support for the JSP indenter JSPPP.
ea3589eb1e12 Updated the CHANGELOG.txt
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 584
diff changeset
50 [add] Feature Request ID 1867563 : Added support for the XML indenter XML Indent.
578
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
51 [add] Support for French language. Thanks to Erwan "leg".
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
52 [change] Some small translation corrections.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
53 [change] Improved the "new version available" check.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
54 [change] On Mac and Linux a one pixel frame was shown around the whole screen when about dialog is visible. Removed that.
589
ea3589eb1e12 Updated the CHANGELOG.txt
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 584
diff changeset
55 [change] Updated to Uncrustify version 0.49 from SVN repository.
594
77f7a08d6b3e Updated the CHANGELOG.txt and the readme.html.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 592
diff changeset
56 [change] Using a new logo icon for UniversalIndentGUI. The logo was created by Erwan "leg". Thanks!
606
4a5d231683b0 Corrected a misspelling.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 594
diff changeset
57 [fix] Bug ID 2173527 : Could not load Artistic Style config file properly if both parameters "--brackets=linux" and "--brackets=break-closing" were set. http://universalindent.sf.net/issue/2173527
578
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
58 [fix] The distributed version of GNU Indent was using a misspelled configuration file, thus lieve preview didn't correctly work. Using original GNU Win32 version now.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
59 [fix] In version 1.0.0 the creation of batch files for indenters undet Windows always created a bash/shell script instead of batch.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
60 [fix] Keyboard shortcuts for enabling/disabling "Live Preview" and syntax highlighting didn't work.
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
61
d7435148a165 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 533
diff changeset
62 2008-09-30 Version 1.0.0 non public release. Only presented for Qt Centre programming contest.
533
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
63 [add] Made it possible to start UiGUI in different modes via parameters: Normal (full UI), plugin (only indenter menu, server active), server only.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
64 [add] Added a server functionality. Future plan is to let UiGUI run also as server so plugins from other editors can send indent requests over TCP/IP to it. Very early state right now.
589
ea3589eb1e12 Updated the CHANGELOG.txt
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 584
diff changeset
65 [add] Created a plugin for Notepad++. This plugin shows the indenter parameter menu and lets the user indent the selected or whole text. Live preview works also. Still has some eventloop graphic update problems.
533
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
66 [add] Added support for two (rather simple) Ruby beautifiers, ruby_formatter and rbeautify.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
67 [add] Feature Request ID 1985475 : Added the possibility to reset all indenter parameters to default values. http://universalindent.sf.net/issue/1985475
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
68 [add] Feature Request ID 1989585 : Added a context menu in indenter parameters widget and moved all functions handling these actions from the main window to the indent handler. http://universalindent.sf.net/issue/1989585
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
69 [add] Feature Request ID 1977033 : Now supporting the Cobol intender Cobol Beautifier. http://universalindent.sf.net/issue/1977033
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
70 [add] Feature Request ID 2080832 : Now showing the cursors current line and column number in the statusbars down right corner. http://universalindent.sf.net/issue/2080832
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
71 [change] Using Qt >= 4.4.x now and thereby implemented an animated 3D about dialog.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
72 [change] Using QScintilla >= 2.3 now and thereby added support for Cmake, Fortran[77], Pascal, PostScript, TCL, VHDL, XML and YAML.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
73 [change] Reformatted the about dialog to only contain one QTextEdit. Also added some more links to that text.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
74 [change] Limited the size of the combobox showing the indenters because with the supported programming languages in the name, the comobox was to large in width.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
75 [change] Prevent php file from being tried to be executed directly. That could happen if the file has the execution flag set. However that should never be the case, so this is a workaround.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
76 [change] Added a new class UiguiIniFileParser which will replace the currently used QSettings for reading the indenter parameters. Thus parameters appear in the menu in the same order as in the ini file and are no longer alphabetically sorted.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
77 [change] Redesigned the user interface and code a bit. The indenter selection combo box along with the manual button are now placed in docking widget where all indenter parameters are placed. This is done in preparation to pull out the complete indent handler, so it can be used as plugin for Notepad++ or Eclipse etc.]
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
78 [change] Made reading the indenter config files more tolerant. If the user disobeys case sensitivity when editing the config file by hand, the values are correctly parsed anyway.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
79 [change] Feature Request ID 1989587 : There is no longer any need to have a current value setting in the ini files. A default value is enough. http://universalindent.sf.net/issue/1989587
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
80 [change] Completely removed QT3Support functions.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
81 [change] Removed all compiler warnings.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
82 [change] Changed the way internal settings are handled. Using QObject propertys for connected setting name now.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
83 [fix] The by each indenter supported programming languages, written in braces, are removed from the created shell scripts name.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
84 [fix] Corrected the move/mv commands parameter in the created shell and batch script when calling recursive.
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
85 [fix] Bug ID 1986471 : The file modification flag did not work properly. Reason was that QScintilla can not set its textedit component modified flag to true by a function call. http://universalindent.sf.net/issue/1986471
1e9b0391040f Updated the changelog, which was really needed.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 472
diff changeset
86
472
a4798a9a0cb2 Updated the version info a last time before release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 466
diff changeset
87 2008-05-26 Version 0.8.2
463
cd6ca4a1dc2b [add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 458
diff changeset
88 [add] Feature Request ID 1971206 : Now showing by the indenter supported programming languages next to indenter name.
458
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
89 [add] Feature Request ID 1971181 : Added support for the HTML indenter HTB.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
90 [add] Feature Request ID 1867562 : Added support for the HTML indenter hindent.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
91 [add] Added support for the php indenter phpStylist version 1.0.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
92 [add] Added the possibility to directly setting php files as indenter. The suffix .php is recognized and php used as default interpreter.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
93 [add] Extended the created batch/shell script so it is able to indent only one file given as parameter or a whole directory recursively with a defined file suffix.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
94 [add] Feature Request ID 1885911 : Added the possibility to open a file on applications start, that is handed over as parameter on the command line.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
95 [add] Feature Request ID 1729429 : Added the possibility to drag'n drop in any source code file for opening it.
466
0babe9272732 - Created indenter shell scripts now automatically have the executable flag set to true.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 463
diff changeset
96 [change] Created indenter shell scripts now automatically have the executable flag set to true.
458
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
97 [change] Completed the support for all perl tidy parameters.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
98 [change] Updated to uncrustify version 0.46.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
99 [fix] Bug ID 1933074 : On Unix systems the user config files were stored in his home dir in the subfolder ".config". Now they are directly stored in ".universalindentgui".
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
100 [fix] Fixed a bug where the string "<html><body>" was prepended to the output code. Occurred for example when using the shell indenter.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
101
415
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
102 2008-03-27 Version 0.8.1
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
103 [add] Feature Request ID 1909450 : Added support for the PEAR PHP beautifier. Thus PHP beautifying is also possible on Linux and Mac OS X. (Needs the PEAR package "PHP_Beautifier" to be installed and a path entry pointing to the PHP dir.)
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
104 [add] Added support and translations for Russian and Ukrainian language. Thanks to Oleksandr (http://korytskyy.lviv.ua).
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
105 [add] Feature Request ID 1901935 : From now on files are saved with the same encoding as they were opened and no longer always UTF-8. Also it is possible to save the file with any other encoding.
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
106 [change] The detection whether to run in portable mode now depends on where the "config" folder resides and no longer the "indenters" folder. This is needed to be able to correctly run on Windows multiuser systems.
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
107 [change] Removed the word "beta" whereever it occurred, since UiGUI isn't that beta anymore.
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
108 [fix] Bug ID 1910773 : On Unix systems the globally available files, like indenters, translations etc are not longer installed to /etc/universalindentgui but to /usr/share/universalindentgui.
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
109
373
c929a1f289e9 Updated version number and date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 370
diff changeset
110 2008-01-17 Version 0.8.0 Beta
370
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
111 [add] Feature Request ID 1849297 : Added support for indenters written in JavaScript using an internal interpreter. Have a look into the README.txt to get to know, what steps are needed for that.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
112 [add] Added support for a simple JavaScript indenter written in JavaScript itself.
323
6ba27609c62d Added support for a simple shell code indenter written in awk.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 320
diff changeset
113 [add] Added support for a simple shell code indenter written in awk.
370
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
114 [add] Feature Request ID 1736946 : It is now possible to run any indenter that is available in the global environment via a path entry.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
115 [add] Feature Request ID 1852483 : Indenters written in script languages, like perl, are now also supported, if they have a correct shebang.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
116 [add] Added support for the well known perltidy. The uigui ini file is completed up to the category and including "Line Break Control". Rest needs to be done.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
117 [add] Feature Request ID 1866599 : Adapted the used paths for settings, temporary files and the one containing indenter ini files to be conform with systems that use strict user rights management. Most this concerns Linux, where the binary resides inside a bin dir and user specific settings are stored in his home dir. Short: now supporting multiuser systems and also have a portable mode, where modifications are only on local media.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
118 [add] Feature Request ID 1730360 : Along with real support for multiuser systems, each user can have his own indenter settings. These won't be overwritten by an update, what was the case before.
320
c62e31b0c0bf [add] Feature Request ID 1867628 : Added a button to the toolbar near the indenter selection that opens the indenters online manual. Therefore added an extra ini header key "manual" that points to the online manual and is retrievable from the IndentHandler. http://universalindent.sf.net/issue/1867628
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 318
diff changeset
119 [add] Feature Request ID 1867628 : Added a button to the toolbar near the indenter selection that opens the indenters online manual.
370
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
120 [add] Feature Request ID 1867660 : Created a simple man page for unix based systems.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
121 [add] The by the qmake projekt file resulting makefile has a directive for install on unix based systems now.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
122 [add] Added example files for most supported programming languages, so each indenter can be tested.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
123 [change] The source code archive is now in a Unix conform format and naming convention.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
124 [change] The used paths have changed. The "data" directory has been renamed to indenters and includes only the uigui ini files and maybe some indenter binaries. Futher a config and a temp directory are used.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
125 [change] In case of an error during calling the indenter, its standard output is appended to the error dialog.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
126 [change] Corrected some misspelling.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
127 [change] Renamed htmltidy to tidy because that is its official name and also the name of the binary in all Linux packages.
318
dec31e2f83c7 [fix] Bug ID 1855460 : The parameter settings of the indenter were only saved, if preview is turned on. Now the settings are always remembered. http://universalindent.sf.net/issue/1855460
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 288
diff changeset
128 [fix] Bug ID 1855460 : The parameter settings of the indenter were only saved, if preview is turned on. Now the settings are always remembered.
370
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
129 [fix] Bug ID 1854156 : The syntax highlighter did not switch to perl if a file with suffix .pl or .pm was loaded.
318
dec31e2f83c7 [fix] Bug ID 1855460 : The parameter settings of the indenter were only saved, if preview is turned on. Now the settings are always remembered. http://universalindent.sf.net/issue/1855460
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 288
diff changeset
130
288
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
131 2007-11-22 Version 0.7.1 Beta
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
132 [add] Feature Request ID 1833814 : Added support for building on MacOSX.
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
133 [change] Feature Request ID 1836486 : Update to latest version of Uncrustify.
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
134 [change] Update to latest version of Artistic Styler.
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
135
282
ce978f71b9ed Changed version info
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 274
diff changeset
136 2007-11-11 Version 0.7.0 Beta
274
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
137 [add] Feature Request ID 1826733 : If the called indenter returns an error message, you can chose to not show the same error again. Helpful for HTMLtidy since it often shows a long, repeating error list.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
138 [add] Feature Request ID 1805974 : Added an option to clear the list of recently opened files.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
139 [add] Feature Request ID 1760997 : Added some code lines to example.cpp to test whether an indenter correctly handles preprocessor defines.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
140 [add] Feature Request ID 1752551 : If the user manually checks for updates a progress/busy dialog will be shown.
238
94a58a8d4073 Changelog updated.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 227
diff changeset
141 [add] Feature Request ID 1736932 : The user gets shown a dialog if he has manually checked for an update and no new one is available.
282
ce978f71b9ed Changed version info
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 274
diff changeset
142 [change] The update check is now enabled by default.
ce978f71b9ed Changed version info
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 274
diff changeset
143 [change] Slighty changes made to the settings dialog; put texts in front of the changed value.
274
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
144 [fix] Bug ID 1807179 : GNU Indent didn't work properly on Windows system, after the dlls libiconv-2.dll and libintl-2.dll were removed. Readded them.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
145 [fix] Bug ID 1805976 : The HTML export didn't produce any output. Fixed that, but still has not syntax formatting.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
146 [fix] Bug ID 1815023 : Mixed traditional with simplified chinese translation. Now preferring to use english text instead of mixing if no traditional translation is available.
021b507dbc21 Updated for the new release version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 238
diff changeset
147 [fix] Bug ID 1815120 : The font of the editor component was wrong (not monospaced), if syntax highlighting was turned off.
238
94a58a8d4073 Changelog updated.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 227
diff changeset
148
227
7dbe0fdeeabc Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 223
diff changeset
149 2007-06-13 Version 0.6.1 Beta
196
658f3fccb533 Updated the change log.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 168
diff changeset
150 [add] Feature Request ID 1729433 : Added a recently opened file menu.
658f3fccb533 Updated the change log.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 168
diff changeset
151 [add] Feature Request ID 1704290 : Added possibiltiy to integrate into an IDE, editor or other as external tool. This is donw by creating a batch/shell script which accepts a file as parameter and calls the indenter with the in UniversalIndentGUI made settings.
207
c7db1b05ecb7 [add] Feature Request ID 1673659 : The string parameter in the uigui ini files for each indenter can now also be a list of strings divided by "|" sign. As result the parameter name with value will be written to the indenter config file for each of the values. http://universalindent.sf.net/issue/1673659
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 196
diff changeset
152 [add] Feature Request ID 1673659 : The string parameter in the uigui ini files for each indenter can now also be a list of strings divided by "|" sign. As result the parameter name with value will be written to the indenter config file for each of the values.
c7db1b05ecb7 [add] Feature Request ID 1673659 : The string parameter in the uigui ini files for each indenter can now also be a list of strings divided by "|" sign. As result the parameter name with value will be written to the indenter config file for each of the values. http://universalindent.sf.net/issue/1673659
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 196
diff changeset
153 [add] Feature Request ID 1730180 : UniversalIndentGUI can automatically check on start, whether a new version is available. This setting is disabled by default and can be enabled in the settings.
c7db1b05ecb7 [add] Feature Request ID 1673659 : The string parameter in the uigui ini files for each indenter can now also be a list of strings divided by "|" sign. As result the parameter name with value will be written to the indenter config file for each of the values. http://universalindent.sf.net/issue/1673659
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 196
diff changeset
154 [add] Added support for HTML Tidy. The executable is contained in the release package.
223
0db1ccc709ea [add] Feature Request ID 1736432 : The width of the dock widget containing the indenter parameters is now restored on program start. http://universalindent.sf.net/issue/1736432
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 218
diff changeset
155 [add] Feature Request ID 1736432 : The width of the dock widget containing the indenter parameters is now restored on program start.
208
50a13c6637c8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 207
diff changeset
156 [change] The about dialog shows now a credits scroller to say thanks to all people, who have helped me somehow.
50a13c6637c8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 207
diff changeset
157 [fix] Bug ID 1733499 : UniversalIndentGui crashed if inside of an indenter ini file the category number of one parameter was higher than the available categories.
218
8b102514494d Added the html tidy uigui file for copying. I forgot that before.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 208
diff changeset
158 [fix] Bug ID 1735586 : Some dialogs had untranslated buttons. For example yes, no, cancel were not translated.
196
658f3fccb533 Updated the change log.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 168
diff changeset
159
227
7dbe0fdeeabc Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 223
diff changeset
160 2007-06-03 Version 0.6.0 Beta
168
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
161 [add] Feature Request ID 1700557 : Added a settings dialog for handling more possible settings with better usabiltiy.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
162 [add] Feature Request ID 1700556 : Added option to load last file or not on startup.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
163 [add] Feature Request ID 1684011 : Added option to set the width used to display tabs (default is four spaces).
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
164 [add] Feature Request ID 1651718 : Added multiple choices, for the indenter configuration, with for the user readable text. Before the text inside of the combo boxes for the indenter parameters was exactly the same text as the command line parameter of the indenter. Now with "ChoicesReadable" a list with the same length as "Choices" can be used to insert readable text into the combo box. If this list is not set, the content of "Choices" will be used.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
165 [add] Partly Japanese translation. Thanks to Nirvash.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
166 [add] The language selection show the countries flag in front of its name to identify the language faster.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
167 [add] Feature Request ID 1657253 : If now configuration ini file for any indenter can be found, a warning will be displayed.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
168 [change] Feature Request ID 1723228 : The default font for all syntax highlighters is now mono spaced, Courier.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
169 [change] Along with the settings dialog cleaned up the user interface. Moved some not that often needed settings away to the settings dialog.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
170 [change] The full text of the GPL in the about dialog did slow down the program startup and translation. Now only a hint and link to the GPL is given in the about dialog.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
171 [fix] Bug ID 1692511 : UniversalIndentGui crashed, if a by the syntax highlighter unsupported file extension was opened.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
172 [fix] Bug ID 1727538 : The setting for syntax highlighting was allways enabled on startup, even if disabled on closing.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
173 [fix] Bug ID 1729026 : The highlighting style was not correct when changed to another highlighter than the current. Only after toggling preview for example the style was correct.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
174 [fix] The editors column showing the line numbers did not adapt its width to the maximum line number.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
175
94
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
176 2007-03-19 Version 0.5.1 Beta
100
8882b6aa6921 Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 99
diff changeset
177 [add] Supporting syntax highlightning for the programming language D.
94
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
178 [change] The live typing and indenting feature was not adapted to QScintilla. Now works again (depending on the used indenter).
168
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
179 [fix] Bug ID 1678783 : Files other encoded than ascii were not displayed correctly. Now allways displaying files using UTF-8 encoding.
7bab80c4f5c2 Updated for new version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 100
diff changeset
180 [fix] Bug ID 1678783 : The new syntax highlighter selection menu was not translated.
99
0ad2ac0b8e15 Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 94
diff changeset
181 [fix] When file was reloaded with other encoding the file was allways set to be modified even if it wasn't.
94
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
182
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
183 2007-03-14 Version 0.5.0 Beta
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
184 [add/change] Using QScintilla as editing component, which is by far more mighty than the before uses QTextEdit. Have a look inside the development area for details.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
185 [add] Because of QScintilla, added syntax highlightning for bash, batch, cpp, csharp, css, diff, html, idl, java, javascript, lua, makefile, perl, pov, ini, python, ruby, sql and tex.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
186 [add] Also added code folding for previously mentioned languages.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
187 [add] Added support for the indenter "phpCB" phpCodeBeatufier. (Thanks to Nelson Tai) The executable is not included in the UiGui release, because I am not sure about the license of phpCB right now.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
188 [add] The output of an indenter can now be read from stdout, by setting "stdout" for "outputFileParameter".
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
189 [add] Feature Request ID 1673549 : The order of the indenter call parameters for input file, output file and options[file] is now selectable in three states: pio, ipo, iop.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
190 [add] Feature Request ID 1675503 : The last set encoding is being remembered and used on loading last file.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
191 [add] Feature Request ID 1669822 : The last window position, size and maximized state is stored in the settings and restored.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
192 [add] Feature Request ID 1673670 : Made it possible to switch between visible and invisible white space characters, like spaces and tabs.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
193 [change] The "personal" configuration files of each indenter (like gc.cfg) are no longer included in a release, so these settings can be loaded into UiGui after updating.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
194 [fix] Bug ID 1678783: If the current opened file had no save name yet, only the path was written to the settings file, causing an error on next start.
bfe30adbe595 Merged the QScintilla branch of UniversalIndentGUI into the main trunk. So QScintilla is the used text edit component from now on.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 79
diff changeset
195
79
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
196 2007-02-25 Version 0.4.2 Beta
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
197 [add] Support for the indenter CSSTidy has been added.
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
198 [add] Support for new language: Taiwan (Chinese).
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
199 [change] For easier translation the about dialog has been redesigned a bit.
68
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
200 2007-02-11 Version 0.4.1 Beta
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
201 [add] Support for the indenter Uncrustify has been added.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
202 [add] Feature Request ID 1651719: A binary release for Linux AMD64 is now available.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
203 [add] Feature Request ID 1657251: If only a win32 executable exists under Linux, wine will be used to call it. Now a test will be mad if wine is installed and an error message will show up if not installed.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
204 [change] Some changes mad to the Artistic Styler ini file as suggested by its author Jim Pattee.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
205 [change] Put the file open button at first position in the toolbar, because normally this is the first step one would do, if he tries to find the optimal indenter and settings for himself.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
206 [change] The background in the about dialog has been changed to look equal on all systems.
69
13d921bbeeca Added one change I forgot
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 68
diff changeset
207 [change] The error message dialogs had small optical enhancements to be more readable.
68
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
208 [fix] Bug ID 1657255: If an error occurred during the try to call the indenter, a message box is being shown, but the mouse cursor still indicated that the application is being busy.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
209 [fix] Bug ID 1651071: Changing the file encoding did not affect the code sent to the indenter, so the code while preview turned on, had wrong encoding (still seems to have some encoding problems under Linux).
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
210 [fix] Bug ID 1650222: On Windows systems there were two DLLs missing to run GNU Indent ("libiconv-2.dll" and "libintl-2.dll")
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
211 [fix] Bug ID 1649918: The indenter was not called after first program start, so preview updated first after changing a setting or the code.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
212
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
213 2007-02-01 Version 0.4 Beta
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
214 [add] All parameters of GNU Indent have been added.
48
37cf17a8faf0 Added entry that belonged to previous version.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 46
diff changeset
215 [add] From now on the indenter BCPP is included.
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
216 [add] The loaded source file encoding is now convertable by the menu entry "Reopen File with other Encoding". This way chinese encoding etc. is possible to load. (Suggest for this submitted by Nelson, Bug ID 1643541)
46
bcb8b6d7f29e One entry added, concerning the doc dir.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 45
diff changeset
217 [add] A subdirectory "doc" has been added, containing the file "iniFileFormat.html" with info how to write ini files for new indenters.
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
218 [change] Updated the astyle executable and the ini file to version 1.20.1
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
219 [change] Restructured the gui design a little bit. Using a moveable dock widget for the indenter settings now. Using a toolbar that can also be placed at the bottom.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
220 [change] Made it possible to change the language without the need to restart the application.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
221 [change] Line numbers are now geyed out, because this is more decent and selecting the numbers is no longer possible.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
222 [change] The link to the homepage in the about dialog now really opens the website.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
223 [change] The linux version is now statically linked against Qt so there should be no problems with wrong Qt versions installed or even no Qt libraries installed.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
224 [fix] Bug ID 1553601: If no uigui ini file was found the application stopped with an exception.
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
225
40
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
226 2006-09-04 Version 0.3.1 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
227 [add] Language selector and german translation added.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
228
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
229 2006-08-25 Version 0.3 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
230 [add] A message box will show up at opening a source file or program exit, if the source code has been changed, and ask whether to save the file or not.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
231 [add] The symbol "*" will be shown in the window title in front of the source file name if the source code has been changed.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
232 [add] By a settings menu entry the tool tips for the indenter parameter settings can be en/disabled because they can be annoying.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
233 [add] A settings file is from now on used to remember the last selected indenter and last opened source code file.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
234 [add] The source code can now be exported as a PDF or HTML document.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
235 [add] Some commands are now faster available by keyboard shortcuts.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
236 [fix] The calling name in the indenter ini file for GreatCode was written lower case while the real file name was upper case, which resulted in a program calling error.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
237 [fix] Corrected the tab order for the gui elements.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
238 [change] Optimized speed when switching between the available indenters. If the indenters ini file is large, this still takes some time.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
239
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
240 2006-08-11 Version 0.2.5 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
241 [add] when loading or saving either a source code or config file the load/save dialog will open in the files directory and not allways in the UniversalIndentGUI dir
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
242 [add] currently made settings for the indenter can be saved to any file
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
243 [add] the menue entries for loading and saving the indenter config file have now icons
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
244 [add] the currently opened source code file name and path will be shown in the window title bar
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
245 [add] a error dialog that will be shown once if the indenter executable for the selected indenter does not exist
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
246 [fix] turning syntax highlight on/off did first take effect after toggle of preview
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
247 [fix] the image in the about dialog box was not allways visible
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
248
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
249 2006-08-03 Version 0.2.4 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
250 [change] the windows version does no longer need any dlls due to static linking and removing bind to mingwm10.dll
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
251 [change] the windows version of the GNU Indent is replaced by a DJGPP compiled GNU Indent version, that needs no further DLLs
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
252 [add] possibility to save the shown/indented source code
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
253 [fix] the file extension used to call the selected indenter. It is now equal to the loaded source file extension so the indenter recognizes the source code language
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
254 [fix] unnecessary calls of the indenter removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
255 [fix] indenter was not called if preview was activated and indenter changed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
256 [fix] under linux the file mask for the open source file dialog did not work correctly
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
257
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
258 2006-07-16 Version 0.2.3 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
259 [add] possibility to edit the source code while preview is active and see how it is formatted. So that is real live ;-)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
260
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
261 2006-07-14 Version 0.2.2 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
262 [add] ini file for GNU Indent with some first settings (if any one wants to write more in it let me know)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
263 [add] a menu bar for more pleasent and common use of the program (some not yet used menu items are disabled)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
264 [add] an about dialog
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
265 [add] some icons for better look and feel (can you feel it ;-) )
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
266 [fix] a bug under linux which caused an endless loop if text was edited
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
267
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
268 2006-07-07 Version 0.2.1.1 Alpha (win32 only)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
269 - previously compiled using Visual Studio 2005 Express, whereby an additional installation of a redistributable package was needed to run UniversalIndentGUI. To avoid this and not force the user to install anything, now using mingw to compile.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
270
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
271 2006-07-04 Version 0.2.1 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
272 [add] function to load config file (not the uigui ini file) of every indenter (and reenabled load config file button)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
273 [add] use of a default value when loading a indenter config file and not all parameters are set.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
274 [add] all documented default parameters of GreatCode and Astyle to their ini files.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
275 [fix] loading of file mask for source code file after changing indenter
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
276 [fix] call of indenter failed under win32 if a linux binary exists.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
277
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
278 2006-06-30 Version 0.2.0 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
279 [add] missing parameters for flexible indenter ini file format
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
280 [add] complete Astyle ini file
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
281 [add] multiple choice combobox for parameters
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
282 [add] checkbox in front of numeric and string parameters to enable/disable them. If disabled indenters default value is used
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
283
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
284 2006-06-28
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
285 [add] working ini file for Astyle (right now only few boolean parameters)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
286 [change] ini file format for booleans to reach the planned flexibility
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
287
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
288 2006-06-23
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
289 [add] combobox in the upper left showing available indenters (found by searching for uigui_*.ini file). at the moment only GreatCode and testwise Astyle
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
290 [add] more detailed info if the indenter call results in an error
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
291 [add] icon for executable
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
292 [change] style/format of the ini file. Still not all planned features implemented
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
293 - some bugfixes, as you can say this in a preAlpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
294
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
295 2006-06-07
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
296 [change] unnecessary gui menu removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
297 [fix] corrected ini file for great code (only in executable release)
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
298 [add] made call of windows version of GreatCode under Linux possible by using wine