On Thu, 13 Sep 2018 at 01:42, <e2qb2a...@prolan-power.hu> wrote:
>
> Hi,
>
> Is there any way to capture the "context action"'s output?
> (And show it in the Messages tab, as for "Find in files".)
>
> Is
>  context_action_cmd=grep "%s" /some/dir
> (or similar, i.e. console commands) valid at all?
> (Currently does not seem to work.. Nothing happens..)

Context actions do not collect the results of the subprocess nor
monitor its completion, they are intended for external actions, the
example given in the manual is opening a browser page for the selected
item.

Custom commands substitute their output in the text, build commands
show their output in the compiler window, but currently there is no
user controllable command that shows its results in the message
window.

Cheers
Lex
>
> --
>
>
>
> _______________________________________________
> Users mailing list
> Users@lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to