In geanydoc/src/geanydoc.c:

>  
>  	doc = document_get_current();
>  	g_return_val_if_fail(doc != NULL && doc->file_name != NULL, NULL);
>  
> -	text_len = sci_get_selected_text_length(doc->editor->sci);
> -	if (text_len > 1)

Technically this checks for 2-character selections and longer but looks more like a bug than a feature.


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