[Geany] suggestion
Nick Treleaven
nick.treleaven at xxxxx
Tue Sep 4 10:36:33 UTC 2007
On 09/03/2007 07:55:33 PM, Thomas Stover wrote:
> It would really make geany that much more close to perfect to me if
> the
> "make custom command" saved the last few entries in a drop down box
> or
>
> something. Is this something anyone has looked into? Were would be
> the
>
> place in the source to start looking for that code that builds/drives
> the make custom command window?
>
I think this would be good.
Look at on_build_make_activate() in build.c. At the moment it uses
dialogs_show_input(), so you could copy that function to start with, if
it helps.
Also of use is ui_combo_box_add_to_history() in ui_utils.c.
Regards,
Nick
More information about the Users
mailing list