On Wed, 27 Oct 2010 21:18:07 +0300 Dimitar Zhekov <[email protected]> wrote:
> 1. handle_integer_setting() uses gboolean *setting. It works, because > gboolean is actually int, but I think that should be gint *. Now fixed. > 2. ui_editable_insert_text_callback() checks only the first character > (assuming typing?), so you can, say, paste 1boza in Go to line. I can't reproduce this using Go to Line. > GeanyInsertNum contains a callback with full check, similar what is > required +-number. > > 3. It would be nice to have the Document -> Indent Width -> # > commands bindable to keys. Personally I don't use Ctrl+# for sending > selection to custom commands... I think it would be better to have a single keybinding that prompted for the indent width rather than (re)assign those shortcuts. Nick _______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
