Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Sun, 23 Jan 2022 16:42:17 UTC
Commit: 3b2844b27c7fc5871dd188f283e03fedc809764e
https://github.com/geany/geany/commit/3b2844b27c7fc5871dd188f283e03fedc8097…
Log Message:
-----------
Clear symbol tree before filtering to ensure it's fully re-created
Modified Paths:
--------------
src/callbacks.c
Modified: src/callbacks.c
4 lines changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -440,6 +440,10 @@ void on_toolbutton_search_clicked(GtkAction *action, gpointer user_data)
void on_entry_tagfilter_changed(GtkAction *action, gpointer user_data)
{
GeanyDocument *doc = document_get_current();
+ /* make sure the tree is fully re-created so it appears correctly
+ * after applying filter */
+ if (doc->priv->tag_store)
+ gtk_tree_store_clear(doc->priv->tag_store);
sidebar_update_tag_list(doc, TRUE);
}
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: GitHub <noreply(a)github.com>
Date: Sun, 23 Jan 2022 12:32:08 UTC
Commit: 25f6cb655c53886e2ba3e956b3e07f96f804563c
https://github.com/geany/geany/commit/25f6cb655c53886e2ba3e956b3e07f96f8045…
Log Message:
-----------
Merge pull request #3096 from deining/contrib
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).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Sun, 23 Jan 2022 12:12:10 UTC
Commit: 981c04d0002d737805aa9946be0739429377fce7
https://github.com/geany/geany/commit/981c04d0002d737805aa9946be0739429377f…
Log Message:
-----------
Fix spurious space in docs
The additional space character caused the warning:
/home/runner/work/geany/geany/doc/geany.txt:3618: (WARNING/2) Block quote ends without a blank line; unexpected unindent.
The additional space character was added in e964499.
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -3613,7 +3613,7 @@ Navigate back a location Alt-Left (C) Switches to the previo
Go to line Ctrl-L Focuses the Go to Line entry (if visible) or
shows the Go to line dialog.
-Go to matching brace Ctrl-B If the cursor is ahead or behind a brace, then it
+Go to matching brace Ctrl-B If the cursor is ahead or behind a brace, then it
is moved to the brace which belongs to the current
one. If this keyboard shortcut is pressed again,
the cursor is moved back to the first brace.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Garrett-M-code <84481668+Garrett-M-code(a)users.noreply.github.com>
Committer: GitHub <noreply(a)github.com>
Date: Sat, 22 Jan 2022 23:24:33 UTC
Commit: e964499ec833ab384f1d187db2e0e1d4701a7655
https://github.com/geany/geany/commit/e964499ec833ab384f1d187db2e0e1d4701a7…
Log Message:
-----------
Updated geany.txt for "Go to" consistency (#3110)
Changed the keybinding section to add consistency in "Go to" instead of "Goto" fixes #2995.
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
12 lines changed, 6 insertions(+), 6 deletions(-)
===================================================================
@@ -1837,7 +1837,7 @@ Use Windows File Open/Save dialogs
Auto-focus widgets (focus follows mouse)
Give the focus automatically to widgets below the mouse cursor.
This works for the main editor widget, the scribble, the toolbar search field
- goto line fields and the VTE.
+ go to line fields and the VTE.
Search
``````
@@ -3613,17 +3613,17 @@ Navigate back a location Alt-Left (C) Switches to the previo
Go to line Ctrl-L Focuses the Go to Line entry (if visible) or
shows the Go to line dialog.
-Goto matching brace Ctrl-B If the cursor is ahead or behind a brace, then it
+Go to matching brace Ctrl-B If the cursor is ahead or behind a brace, then it
is moved to the brace which belongs to the current
one. If this keyboard shortcut is pressed again,
the cursor is moved back to the first brace.
Toggle marker Ctrl-M Set a marker on the current line, or clear the
marker if there already is one.
-Goto next marker Ctrl-. Goto the next marker in the current document.
+Go to next marker Ctrl-. Go to the next marker in the current document.
-Goto previous marker Ctrl-, Goto the previous marker in the current document.
+Go to previous marker Ctrl-, Go to the previous marker in the current document.
Go to symbol definition Ctrl-T Jump to the definition of the current word or
selection. See `Go to symbol definition`_.
@@ -3647,9 +3647,9 @@ Go to End of Display Line Alt-End Move the caret to the
If the line is not wrapped, it behaves like
`Go to End of Line`.
-Go to Previous Word Part Ctrl-/ Goto the previous part of the current word.
+Go to Previous Word Part Ctrl-/ Go to the previous part of the current word.
-Go to Next Word Part Ctrl-\\ Goto the next part of the current word.
+Go to Next Word Part Ctrl-\\ Go to the next part of the current word.
=============================== ========================= ==================================================
View keybindings
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).