diff options
author | Michele Calgaro <[email protected]> | 2023-04-08 14:41:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-04-08 14:41:17 +0900 |
commit | b4d35ab97d008c3b24a109640d90dba73215631b (patch) | |
tree | 78ef92df7a05944abbbc564df9d2789e42d1220a /CHANGELOG.txt | |
parent | 191e11f6dc9f8ac42f39a8866a8f4dfb4f75433c (diff) | |
download | universal-indent-gui-tqt-b4d35ab97d008c3b24a109640d90dba73215631b.tar.gz universal-indent-gui-tqt-b4d35ab97d008c3b24a109640d90dba73215631b.zip |
Settings for syntax highlighting, showing whitespaces and loading last open file are now saved and restored across executions
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'CHANGELOG.txt')
-rwxr-xr-x | CHANGELOG.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2e49704..1ff0c82 100755 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -174,7 +174,7 @@ [fix] The editors column showing the line numbers did not adapt its width to the maximum line number. 2007-03-19 Version 0.5.1 Beta -[add] Supporting syntax highlightning for the programming language D. +[add] Supporting syntax highlighting for the programming language D. [change] The live typing and indenting feature was not adapted to QScintilla. Now works again (depending on the used indenter). [fix] Bug ID 1678783 : Files other encoded than ascii were not displayed correctly. Now allways displaying files using UTF-8 encoding. [fix] Bug ID 1678783 : The new syntax highlighter selection menu was not translated. @@ -182,7 +182,7 @@ 2007-03-14 Version 0.5.0 Beta [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. -[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. +[add] Because of QScintilla, added syntax highlighting for bash, batch, cpp, csharp, css, diff, html, idl, java, javascript, lua, makefile, perl, pov, ini, python, ruby, sql and tex. [add] Also added code folding for previously mentioned languages. [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. [add] The output of an indenter can now be read from stdout, by setting "stdout" for "outputFileParameter". |