<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 10 November 2013 08:28, Anh <span dir="ltr"><<a href="mailto:ale@colgate.edu" target="_blank">ale@colgate.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello list,<br>
<br>
It's my first time posting here, so please advise if I say anything dumb.<br>
<br>
I'm using Geany 1.23.1 on Ubuntu 12.04.<br>
<br>
1. I am able to execute (hit F5) fine for Python files. But for SQL script, I ran into this error:<br>
./geany_run_script.sh: 5: ./geany_run_script.sh: ./ex1: not found<br>
<br>
(ex1.sql is the name of my script.)<br></blockquote><div><br></div><div>Modify the execute command to use %f instead of %e, see the manual.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
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.<br></blockquote><div><br></div><div>
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.</div><div><br></div><div>Cheers</div>
<div>Lex</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thank you for your help!<span class="HOEnZb"><font color="#888888"><br>
Anh<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-<u></u>bin/mailman/listinfo/users</a><br>
</font></span></blockquote></div><br></div></div>