@eht16 commented on this pull request.


In src/editor.c:

> @@ -1843,28 +1843,9 @@ static gint find_start_bracket(ScintillaObject *sci, gint pos)
 }
 
 
-static gchar *find_calltip(const gchar *word, GeanyFiletype *ft)
+static GPtrArray *update_tags_for_constructor_calltip(GPtrArray *tags, GeanyFiletype *ft,
+													  TMTag *tag, const gchar *constructor_method)

Good point, done.


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/1233442733@github.com>