It hasn't been made clear in the comments, but this bug is already fixed in the development (Git) version.
2012-05-26 09:54:28 PDT in Geany
I'm not 100% sure it's the exact same problem, but since recently (since my distro, Debian Sid, upgraded to PulseAudio 2.0 I think) whenever I start Mumble, Rhythmbox gets muted. This is the same as the original report, with one interesting detail: I have the settings for changing other application volumes when speaking/listening turned *off*. If I unmute Rhythmbox manually it starts playing...
2012-05-21 07:10:46 PDT in Mumble
The Bash lexer has a bug that messes up the highlighting of HEREDOC if the HEREDOC start appears or disappears. For example, see the following code snippet: --- start <<EOF line1 line2 line3 EOF stuff out of the HEREDOC --- end It's correctly highlighted at first, but now try to comment out the first line (<<EOF), then uncomment it: you'll see that only the first two...
2012-05-14 06:32:05 PDT in Scintilla
It was actually fixed in SVNr1517 (364b5fa4), so I close it.
2012-05-07 11:43:59 PDT in geany-plugins
I agree with eht16, and faking a user-triggered interaction doesn't seem like a good solution. Moreover, this bug is 5-years old without an answer from the OP, so I'll close it. Feel free to re-open if it still applies.
2012-04-11 13:14:31 PDT in Geany
Now fixed in Git, thanks for reporting.
2012-04-11 13:09:49 PDT in Geany
Now fixed in Git, thanks for reporting.
2012-04-11 13:09:06 PDT in Geany
Now fixed in Git, thanks for reporting.
2012-04-11 13:07:21 PDT in Geany
Nope, it isn't a plugin, but maybe it was introduced only in 0.20, not sure. Anyway, you can see it on the screenshot from the manual [1], it's the second row in the UI. [1] http://www.geany.org/manual/current/index.html#find-in-files.
2012-04-10 05:32:42 PDT in Geany
This is because the extra options weren't parsed as a shell expression but simply as a whitespace-separated list of arguments, thus leading to give grep the raw "*.[ch]" pattern, with the quotes. This is now fixed in Git. You can however simply remove the quoting for the command to work as expected. Moreover, you could also simply use the Files filter to set the --include option...
2012-04-09 19:28:55 PDT in Geany