Branch: refs/heads/master Author: Andreas Deininger adeininger@urbanonline.de Committer: Andreas Deininger adeininger@urbanonline.de Date: Tue, 11 Jan 2022 10:39:14 UTC Commit: e371eb6c4c9fc6f2ff4a356c8bd88aa1810474cb https://github.com/geany/geany/commit/e371eb6c4c9fc6f2ff4a356c8bd88aa1810474...
Log Message: ----------- Fixing typos
Modified Paths: -------------- HACKING doc/geany.txt
Modified: HACKING 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -113,7 +113,7 @@ it's for. Plugin API code --------------- Please be aware that anything with a doc-comment (a comment with an -extra asterix: ``/**``) is something in the plugin API. Things like +extra asterisk: ``/**``) is something in the plugin API. Things like enums and structs can usually still be appended to, ensuring that all the existing elements stay in place - this will keep the ABI stable.
Modified: doc/geany.txt 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -461,15 +461,15 @@ can create a file named ``geany.css`` in the user configuration directory are applied to allow overriding the default styles.
Geany offers a number of CSS IDs which can be used to taylor its -appearence. Among the more interesting include: +appearance. Among the more interesting include:
* ``geany-compiler-context`` - the style used for build command output surrounding errors * ``geany-compiler-error`` - the style used for build command errors * ``geany-compiler-message`` - the style other output encountered while running build command * ``geany-document-status-changed`` - the style for document tab labels when the document is changed * ``geany-document-status-disk-changed`` - the style for document tab labels when the file on disk has changed * ``geany-document-status-readyonly``` - the style for document tab labels when the document is read-only -* ``geany-search-entry-no-match`` - the style of find/replace diaog entries when no match is found +* ``geany-search-entry-no-match`` - the style of find/replace dialog entries when no match is found * ``geany-terminal-dirty`` - the style for the message window Terminal tab label when the terminal output has changed.
@@ -1043,7 +1043,7 @@ will be replaced when using the snippet: Snippet names must not contain spaces otherwise they won't work correctly. But beside that you can define almost any string as a snippet and use it later in Geany. It is not limited -to existing contructs of certain programming languages(like ``if``, +to existing constructs of certain programming languages(like ``if``, ``for``, ``switch``). Define whatever you need.
**Template wildcards**
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).