Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 11 Sep 2022 15:36:40 UTC Commit: b6de99ddb652bd70c87facf9fa6029486450691c https://github.com/geany/geany/commit/b6de99ddb652bd70c87facf9fa602948645069...
Log Message: ----------- Change default label for end of line characters to "EOL" in statusbar
Modified Paths: -------------- doc/geany.txt src/ui_utils.c
Modified: doc/geany.txt 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -2705,7 +2705,7 @@ Statusbar Templates
The default statusbar template is (note ``\t`` = tab):
-``line: %l / %L\t col: %c\t sel: %s\t %w %t %mmode: %M encoding: %e filetype: %f scope: %S`` +``line: %l / %L\t col: %c\t sel: %s\t %w %t %mEOL: %M encoding: %e filetype: %f scope: %S``
Settings the preference to an empty string will also cause Geany to use this internal default.
Modified: src/ui_utils.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -63,7 +63,7 @@ "col: %c\t " \ "sel: %s\t " \ "%w %t %m" \ - "mode: %M " \ + "EOL: %M " \ "encoding: %e " \ "filetype: %f " \ "scope: %S")
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).