Closed
Description
There are a number of open issues that can be traced to a few problems with the configuration of the code editor. This task is to address the core issue and remove the hacks. The cleanup will allow
- switching to the latest version of the RTA lib (i am using the MASTER branch without issues so far - I also removed the patches to allow running the version directly from the distribution instead of having to patch things up for ArduinoIDE each time)
- fixing some of the navigation issues (nextTab/prevTab...)
- support for clean management of key bindings (Provide configurable key bindings #4086 - even if this is just to be able to list them all)
note: the situation is still controllable and the removal work is still not too overwhelming, but it is the right time to remove the cruft, and new features will come almost for free.
As Brian Goetz likes to put it (nothing wrong with that):
Yesterday's solutions are today's problems