SuperMemoAssistant icon indicating copy to clipboard operation
SuperMemoAssistant copied to clipboard

- Added a way to programmatically open the find elements dialog

Open bjsi opened this issue 5 years ago • 1 comments

NativeMethod.TSMMain_FindElements.ExecuteOnMainThread((char)x, (char)y, (char)z);

The underlying search method is a generic function that SM uses to search its various registries. I am not entirely sure what the parameters represent yet. Though I believe the y parameter represents the search target (registry?) The parameters for this method added to the ElementWdw are copied from the IDR disassembly for the TSMMain.MIFindElementsClick function.

Let me know if you want me to investigate further / add / change anything etc.

bjsi avatar Oct 20 '20 14:10 bjsi

I don't think I can accept that PR:

  • If I merge a specific application of a function, then when its generic implementation becomes available I will need to deprecate the old (specific) version
  • The function bugs on the first call (?)

alexis- avatar Nov 05 '20 12:11 alexis-