<p>Nonono...  KDE3's konqueror had at least 6523254 configurable options. </p>
<p>----- stephan beal<br>
<a href="http://wanderinghorse.net/home/stephan/">http://wanderinghorse.net/home/stephan/</a><br>
<a href="http://gplus.to/sgbeal">http://gplus.to/sgbeal</a></p>
<div class="gmail_quote">On Jan 14, 2012 2:04 AM, "Matthew Brush" <<a href="mailto:mbrush@codebrainz.ca">mbrush@codebrainz.ca</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 01/13/2012 01:55 PM, Lex Trotman wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sat, Jan 14, 2012 at 5:29 AM, Dimitar Zhekov<br>
<<a href="mailto:dimitar.zhekov@gmail.com" target="_blank">dimitar.zhekov@gmail.com</a>>  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
In Geany, we have an option to set "Beep on errors or compilation<br>
finished", which results in gdk_beep() or nothing. What do you think<br>
about adding a "visual beep" option, which flashes the status bar<br>
for a short (250ms default) period of time? Personally I want to<br>
receive some signal on errors or end of build commands, but quiet.<br>
<br>
Writing a visual beep will be easy, and from a few other programs I<br>
have used seems noticable enough, without being distracting.<br>
<br>
--<br>
<br>
unbeep(): gtk_widget_set_state(<u></u>statusbar, GTK_STATE_NORMAL)<br>
<br>
gtk_widget_set_state(<u></u>statusbar, GTK_STATE_SELECTED)<br>
g_timeout_add(user preference, unbeep)<br>
<br>
(an event box may be required if gtk status bar does not support<br>
SELECTED state)<br>
<br>
</blockquote>
<br>
So long as it has a preference to turn it firmly O-F-F<br>
<br>
</blockquote>
<br>
We're going to break some sort of record for the maximum number of preferences ever used in a single program :)<br>
<br>
Cheers,<br>
Matthew Brush<br>
______________________________<u></u>_________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de" target="_blank">Geany@uvena.de</a><br>
<a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">https://lists.uvena.de/cgi-<u></u>bin/mailman/listinfo/geany</a><br>
</blockquote></div>