kicad/pcbnew/navlib
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch
Using a boolean argument just leads to a lot of trailing booleans in the
function calls and is not user friendly. Instead, introduce PostAction()
to send an action that runs after the coroutine (equivalent to passing
false or the default argument), and leave RunAction as the immediate
execution function.
2023-06-27 00:57:59 +01:00
..
CMakeLists.txt Move Spacemouse to advanced config 2023-04-07 10:08:43 -07:00
nl_pcbnew_plugin.cpp Fix a few Coverity warnings (not initialized vars) 2023-05-10 09:21:39 +02:00
nl_pcbnew_plugin.h
nl_pcbnew_plugin_impl.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
nl_pcbnew_plugin_impl.h