Author Topic: mini-find macros  (Read 2282 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
mini-find macros
« on: July 29, 2016, 05:22:59 PM »

gui_find() should dispatch to either tool_gui_find() or mini_gui_find().
This makes it easy for people bind keys to a specific find UI without having to change settings or toggle.




Same for all the other entry points:

 gui_replace -> tool_gui_replace() or mini_gui_replace()