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?
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
On Tue, 04 Sep 2007 11:36:33 +0100, Nick Treleaven nick.treleaven@btinternet.com wrote:
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.
Me too. A patch is welcome ;-). If you don't want to do it or need any help, just ask.
Regards, Enrico