[gnome-builder/wip/gtk4-port: 659/1774] libide/code: keep words in sync with change
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 659/1774] libide/code: keep words in sync with change
- Date: Mon, 11 Jul 2022 22:31:19 +0000 (UTC)
commit 00fe3a868c5c4bd53684b25276c336fed53e3a81
Author: Christian Hergert <chergert redhat com>
Date: Wed Apr 20 12:07:05 2022 -0700
libide/code: keep words in sync with change
src/libide/code/ide-highlight-engine.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libide/code/ide-highlight-engine.c b/src/libide/code/ide-highlight-engine.c
index 7b40a705d..3964600ab 100644
--- a/src/libide/code/ide-highlight-engine.c
+++ b/src/libide/code/ide-highlight-engine.c
@@ -173,8 +173,8 @@ sync_tag_style (GtkSourceStyleScheme *style_scheme,
/*
* Check if this is a private tag.A tag is private if it starts with
- * PRIVATE_TAG_PREFIX "gb-private-tag".
- * ex: gb-private-tag:c:boolean
+ * PRIVATE_TAG_PREFIX "Builder".
+ * ex: Builder:c:boolean
* If the tag is private extract the original style name by moving the string
* strlen (PRIVATE_TAG_PREFIX) + 1 (the colon) characters.
*/
@@ -268,7 +268,7 @@ get_tag_from_style (IdeHighlightEngine *self,
return NULL;
/*
- * If is private tag prepend the PRIVATE_TAG_PREFIX (gb-private-tag)
+ * If is private tag prepend the PRIVATE_TAG_PREFIX (Builder)
* to the string.This is used because tag name is the key used
* for saving tags in GtkTextTagTable and we dont want conflicts between
* public and private tags.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]