[Geany-Users] Execute SQP in geany

Lex Trotman elextr at xxxxx
Sat Nov 9 21:49:15 UTC 2013


On 10 November 2013 08:28, Anh <ale at colgate.edu> wrote:

> Hello list,
>
> It's my first time posting here, so please advise if I say anything dumb.
>
> I'm using Geany 1.23.1 on Ubuntu 12.04.
>
> 1. I am able to execute (hit F5) fine for Python files. But for SQL
> script, I ran into this error:
> ./geany_run_script.sh: 5: ./geany_run_script.sh: ./ex1: not found
>
> (ex1.sql is the name of my script.)
>

Modify the execute command to use %f instead of %e, see the manual.


>
> 2. Another oddity is that, after using the terminal in geany, I can no
> longer use F5 to execute even Python scripts, while manually clicking on
> Execute in the toolbar still works fine.
>

When focus is in the terminal almost all keystrokes are sent to the
terminal for use by whatever might be running there.  To have normal
keybindings you need to switch the focus by mouse, or F2.

Cheers
Lex


>
> Thank you for your help!
> Anh
> _______________________________________________
> Users mailing list
> Users at lists.geany.org
> https://lists.geany.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/users/attachments/20131110/7e8a897b/attachment.html>


More information about the Users mailing list