@codebrainz commented on this pull request.


In src/sciwrappers.h:

> @@ -56,162 +57,162 @@ void 				sci_set_current_position	(ScintillaObject *sci, gint position, gboolean
 
 gint				sci_get_selection_start		(ScintillaObject *sci);
 gint				sci_get_selection_end		(ScintillaObject *sci);
-void 				sci_replace_sel				(ScintillaObject *sci, const gchar *text);
+void 				sci_replace_sel			(ScintillaObject *sci, const gchar *text);

The indentation is horrid in this file

👍

At some point I'll probably make a PR to reformat this header to follow Geany's coding style.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.