<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 17 April 2013 20:40, Harold Aling <span dir="ltr"><<a href="mailto:geany@sait.nl" target="_blank">geany@sait.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I use the terminal emulator in Geany mainly for Git-commands and Drush.<br>
<br>
When pulling the work from collegues using Git, geany pops up a file<br>
changed, or deleted warning for all changed or deleted open files<br>
which steals focus from the terminal, often right before I press<br>
'enter' to execute a commend, resulting in Geany using the default<br>
action for that popup, which I then have to figure out what has<br>
happend.<br>
<br>
Is it possible to suppress these popups when the terminal has focus?<br></blockquote><div><br></div><div><br></div><div style>The disk status is checked on keypresses (but only once every 30s no matter how fast you type :)</div>
<div style><br></div><div style>This means that we can tell that the user is interacting with Geany and so stops us popping those dialogs over other apps.  But unfortunately the keypress code is independent of any window.  It might be possible to check if the VTE is focussed and hold off the file check.  It would be a little tricky since the VTE widget may not exist, but with care it could be done.</div>
<div style><br></div><div style>It just needs "someone" to do it :)</div><div style><br></div><div style>Cheers</div><div style>Lex</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
<br>
Cheers!<br>
<br>
<br>
Harold<br>
_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.geany.org">Devel@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/devel" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/devel</a><br>
</blockquote></div><br></div></div>