@eht16 commented on this pull request.


In src/editor.c:

> @@ -1886,6 +1867,53 @@ static gchar *find_calltip(const gchar *word, GeanyFiletype *ft)
 			g_ptr_array_free(constructor_tags, TRUE);
 		}
 	}
+	return tags;
+}
+
+
+static void update_tag_for_construtor_calltip(const gchar *word, TMTag *tag, const gchar **tag_name,
+											  const gchar **scope, const gchar *constructor_method)

Done, thanks.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3334/review/1233442706@github.com>