Added `rebuildToolList()` to fix nullpointer in contributions check by Stefterv · Pull Request #1381 · processing/processing4
Conversation
I just discovered that in 4.5.0 the contributions update didn't actually work, as the order of the logic changed in #1299 and the tools list did not get build before it was being read.
In general I think we should really start rebuilding the startup logic of the PDE, as currently it is really hard to understand the interdependencies between different sections, also these sections do not work standalone at all.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hear you. @Stefterv would you be able to create an issue describing what the startup work entails?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters