On Wed, 27 Oct 2010 21:18:07 +0300 Dimitar Zhekov dimitar.zhekov@gmail.com wrote:
- handle_integer_setting() uses gboolean *setting. It works, because
gboolean is actually int, but I think that should be gint *.
Now fixed.
- 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.
- 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