annotate CHANGELOG.txt @ 458:16cd795f9b0a

Updated the changelog. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@693 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sun, 25 May 2008 17:07:31 +0000
parents 95af5c04a3b0
children cd6ca4a1dc2b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
458
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
1 2008-05-25 Version 0.8.2
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
2 [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
3 [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
4 [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
5 [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
6 [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
7 [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
8 [add] Feature Request ID 1729429 : Added the possibility to drag'n drop in any source code file for opening it.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
9 [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
10 [change] Updated to uncrustify version 0.46.
16cd795f9b0a Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 415
diff changeset
11 [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
12 [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
13
415
95af5c04a3b0 Prepared the info for the new release.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 373
diff changeset
14 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
15 [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
16 [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
17 [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
18 [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
19 [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
20 [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
21
373
c929a1f289e9 Updated version number and date.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 370
diff changeset
22 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
23 [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
24 [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
25 [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
26 [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
27 [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
28 [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
29 [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
30 [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
31 [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
32 [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
33 [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
34 [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
35 [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
36 [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
37 [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
38 [change] Corrected some misspelling.
746f26715ed8 Updated the changelog.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 327
diff changeset
39 [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
40 [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
41 [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
42
288
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
43 2007-11-22 Version 0.7.1 Beta
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
44 [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
45 [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
46 [change] Update to latest version of Artistic Styler.
92020c011f2e Version Update
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 282
diff changeset
47
282
ce978f71b9ed Changed version info
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 274
diff changeset
48 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
49 [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
50 [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
51 [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
52 [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
53 [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
54 [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
55 [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
56 [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
57 [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
58 [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
59 [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
60
227
7dbe0fdeeabc Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 223
diff changeset
61 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
62 [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
63 [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
64 [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
65 [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
66 [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
67 [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
68 [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
69 [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
70 [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
71
227
7dbe0fdeeabc Version updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 223
diff changeset
72 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
73 [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
74 [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
75 [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
76 [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
77 [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
78 [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
79 [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
80 [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
81 [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
82 [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
83 [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
84 [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
85 [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
86 [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
87
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
88 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
89 [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
90 [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
91 [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
92 [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
93 [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
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
95 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
96 [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
97 [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
98 [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
99 [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
100 [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
101 [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
102 [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
103 [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
104 [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
105 [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
106 [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
107
79
0fc66c7444d9 Changed text for new version
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 69
diff changeset
108 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
109 [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
110 [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
111 [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
112 2007-02-11 Version 0.4.1 Beta
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
113 [add] Support for the indenter Uncrustify has been added.
1e7a69ca3377 Updated
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 48
diff changeset
114 [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
115 [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
116 [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
117 [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
118 [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
119 [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
120 [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
121 [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
122 [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
123 [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
124
45
34b50e66f327 Updated to version 0.4 beta.
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents: 40
diff changeset
125 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
126 [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
127 [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
128 [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
129 [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
130 [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
131 [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
132 [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
133 [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
134 [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
135 [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
136 [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
137
40
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
138 2006-09-04 Version 0.3.1 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
139 [add] Language selector and german translation added.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
140
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
141 2006-08-25 Version 0.3 Beta
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
142 [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
143 [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
144 [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
145 [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
146 [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
147 [add] Some commands are now faster available by keyboard shortcuts.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
148 [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
149 [fix] Corrected the tab order for the gui elements.
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
150 [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
151
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
152 2006-08-11 Version 0.2.5 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
153 [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
154 [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
155 [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
156 [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
157 [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
158 [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
159 [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
160
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
161 2006-08-03 Version 0.2.4 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
162 [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
163 [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
164 [add] possibility to save the shown/indented source code
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
165 [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
166 [fix] unnecessary calls of the indenter removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
167 [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
168 [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
169
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
170 2006-07-16 Version 0.2.3 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
171 [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
172
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
173 2006-07-14 Version 0.2.2 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
174 [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
175 [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
176 [add] an about dialog
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
177 [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
178 [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
179
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
180 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
181 - 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
182
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
183 2006-07-04 Version 0.2.1 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
184 [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
185 [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
186 [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
187 [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
188 [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
189
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
190 2006-06-30 Version 0.2.0 Alpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
191 [add] missing parameters for flexible indenter ini file format
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
192 [add] complete Astyle ini file
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
193 [add] multiple choice combobox for parameters
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
194 [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
195
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
196 2006-06-28
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
197 [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
198 [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
199
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
200 2006-06-23
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
201 [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
202 [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
203 [add] icon for executable
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
204 [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
205 - some bugfixes, as you can say this in a preAlpha
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
206
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
207 2006-06-07
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
208 [change] unnecessary gui menu removed
3577e0915746 Renamed
thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
parents:
diff changeset
209 [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
210 [add] made call of windows version of GreatCode under Linux possible by using wine