idiolect
idiolect copied to clipboard
Migrate IDEService to use ActionManager#tryToExecute
IDEService currently uses an unorthodox method to invoke custom actions that is scheduled to be deprecated in the near future. We should be using ActionManager.tryToExecute instead.