[Github-comments] [geany/geany] Added support for scoped function calltips (#1176)

elextr notifications at xxxxx
Fri Aug 12 09:28:04 UTC 2016


> +
> +	g_return_if_fail(editor != NULL);
> +	sci = editor->sci;
> +
> +	if (pos == -1)
> +		pos = sci_get_current_position(sci);
> +
> +	line = sci_get_line_from_position(sci, pos);
> +	line_start = sci_get_position_from_line(sci, line);
> +	startword = pos - line_start;
> +	endword = pos - line_start;
> +
> +	word[0] = '\0';
> +	chunk = sci_get_line(sci, line);
> +
> +	const char *punctuation = ":.";

Also -> and ->* for C/C++

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1176/files/d51e8b3cff412746f5ed820b5c628f0b46ef67a6#r74563768
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160812/d8723be8/attachment.html>


More information about the Github-comments mailing list