Thanks for the notification and the new link. I updated the download instructions a bit according to your information. Thank you.
2012-05-18 04:09:41 PDT in geany-plugins
The F5 key press in not eaten by anyone, indeed. But you should see a message like 'Could not execute the file in the VTE because it probably contains a command.' in the status bar (and in Help>Debug Messages). This is some kind of auto protection in Geany to not automatically insert text into the VTE and execute it (imagine someone typed 'rm -rf / && ' and then Geany would append...
2012-04-16 09:55:48 PDT in Geany
After looking again into it (after a long time and getting a reminder): this is not a bug. According to Scintilla's documentation it works as expected: "Indentation guides are shown beyond the actual indentation up to the level of the next non-empty line or previous non-empty line whichever is the greater." I'm not exactly sure why this is but I guess there is a reason for as...
2012-02-19 08:51:26 PST in Geany
Yup, I updated the Debian package files used for the nightlies for Sid to those of the package maintainers.
2012-01-16 13:26:44 PST in Geany
@matttbe: the Debian package files used for the Geany nightly plugin are not up2date with those used for the Geany package in sid. I plan to update them but can't say when I get to it. Either be patient or, as nobody said (:D), just compile from source, it's usually pretty easy. *re-opening*.
2012-01-15 14:57:20 PST in Geany
I fixed the nightlies yesterday. The problem was that after an update of the package files (from the GIT of the Debian g-p maintainers) there were new patches to fix some issues but those issues were already fixed in GIT of the g-p and so the patches failed and so the build. Anyway, fixed the stuff and it should work now.
2012-01-14 04:05:55 PST in Geany
Implemented in GIT, thanks for the hint.
2012-01-08 04:46:21 PST in Geany
Now implemented in Git.
2012-01-08 04:46:20 PST in Geany
Did you enable the addon? By default, 'Mark all occurrences' is disabled but can be easily enabled in the plugin preferences dialog.
2012-01-01 07:22:28 PST in geany-plugins
@Matthew: reg. the tracebac: save and share it, then we could have a look but you already know that. Reg. Waf on Windows: for me tools selection always worked but probably because I just had those tools installed I wanted to be used (i.e. gcc, intltool and stuff, no MSVC or something). Anyway, you could try e.g. --check-c-compiler to tell Waf look only for gcc. Your Windows-Makefile looks...
2011-12-18 14:08:01 PST in Geany