You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...)
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
The text was updated successfully, but these errors were encountered:
With RTA you mean RsyntaxTextArea, I presume? AFAIK there is only a single change made to that library to help with the undomanager (see this repository). Are you saying this change is no longer needed or integrated in RTA master?
You talk about issues with key handling, can you be more specific about what issues you are referring to?
Once again, thank you @lmihalkovic However, you yourself mentioned the issues the already existing issues. Hence this issue is a duplicate. Moreover, we already use the latest version of RTA, which is version 2.5.8 https://github.com/bobbylight/RSyntaxTextArea/releases. And no, we won't use its master branch: we already have enough issue to deal with.
@ffissore I can imagine how difficult it seem to handle the maintenance. I hope that at some point you get to have the time and space to see that some of the open issues would go away by removing code, rather than adding more short term fixes.
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
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):
The text was updated successfully, but these errors were encountered: