pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Remove plugins from Shout

Open jecisc opened this issue 1 year ago • 1 comments

In Shout we have a variable plugins but this is never used. This is dead code that we could remove.

Since we are in freeze phase I'm opening an issue instead of doing the change to remind me to do it when P13 branch will open

jecisc avatar Mar 18 '24 20:03 jecisc

check with @estebanlm

MarcusDenker avatar Oct 10 '24 15:10 MarcusDenker

The problem is that if we use a Plugin to change the syntax (like estabans exeriment with strings), we might want to do syntax highlight of that, too.

This is part of a bigger question: support experiments on the compiler (be it with plugins or by using a different compiler) has not enough support right now on the tooling side (syntax hightlight, code completion....).

MarcusDenker avatar Feb 28 '25 09:02 MarcusDenker