<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I've always thought the dialogs should be embedded anyway, which
    doesn't steal focus.  What I mean is like gedit does, where at the
    top of the document a box appears before line 1 and says "This file
    has been modified".  Then, people wouldn't have to press it until
    they wanted to since it would be associated with the document
    directly.<br>
    <br>
    Thanks,<br>
    <br>
    Steve<br>
    <br>
    <div class="moz-cite-prefix">On 04/17/2013 05:31 AM, Lex Trotman
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAKhWKDNWUzteSySse9-JtisQ0KK3-JU0WQ1a8potsuOuSA4t8A@mail.gmail.com"
      type="cite">
      <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 moz-do-not-send="true"
                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 moz-do-not-send="true"
                href="mailto:Devel@lists.geany.org">Devel@lists.geany.org</a><br>
              <a moz-do-not-send="true"
                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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Devel@lists.geany.org">Devel@lists.geany.org</a>
<a class="moz-txt-link-freetext" href="https://lists.geany.org/cgi-bin/mailman/listinfo/devel">https://lists.geany.org/cgi-bin/mailman/listinfo/devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>