HenriAugusto / completion-plugin

Completion for Pure Data
BSD 3-Clause "New" or "Revised" License
19 stars 1 forks source link

Add recently saved patches to the suggestions #8

Open HenriAugusto opened 5 years ago

HenriAugusto commented 5 years ago

If the user creates a patch in one of the search paths then the plugin should be able to add it to the suggestions without the need for settings->rescan.

HenriAugusto commented 5 years ago

Revelant stuff seems to be located in

pdtk_canvas.tcl on the following proc: pdtk_canvas_saveas


(Note that the ::pdwindow::save_logbuffer_to_file proc inside pdwindow saves the contents of the console so ti's not what we want. Also the stuff in wheredothisgo.tcl is related to the [openpanel] and [savepanel] objects)