pharo-users@lists.pharo.org

Any question about pharo is welcome

View all threads

Removing Calypso rule critiques

SJ
Sebastian Jordan Montano
Wed, Jan 18, 2023 10:01 AM

Hello everyone,

I would like to hide/remove all Calypso rules. I tried in Settings > Code Browsing > Calypso Browser > "Show critiques method" group but it does not work.
When you are new in Pharo they are ok because they help you learn Pharo. But after a time they only bother and occupy space.

Does anyone know how to make Calypso not show them ?

thanks,
Sebastian Jordan

Hello everyone, I would like to hide/remove all Calypso rules. I tried in Settings > Code Browsing > Calypso Browser > "Show critiques method" group but it does not work. When you are new in Pharo they are ok because they help you learn Pharo. But after a time they only bother and occupy space. Does anyone know how to make Calypso not show them ? thanks, Sebastian Jordan
AZ
Arturo Zambrano
Wed, Jan 18, 2023 6:01 PM

Hi Sebastian,
Try this:
ClyCriticBrowserPlugin disable.
ClyCriticEnvironmentPlugin disable.
ClyNavigationEnvironment reset.

best,
Arturo

On Wed, Jan 18, 2023 at 11:01 AM Sebastian Jordan Montano <
sebastian.jordan@inria.fr> wrote:

Hello everyone,

I would like to hide/remove all Calypso rules. I tried in Settings > Code
Browsing > Calypso Browser > "Show critiques method" group but it does not
work.
When you are new in Pharo they are ok because they help you learn Pharo.
But after a time they only bother and occupy space.

Does anyone know how to make Calypso not show them ?

thanks,
Sebastian Jordan

--
Arturo Zambrano
LinkedIn: https://www.linkedin.com/in/arturozambrano/

Hi Sebastian, Try this: ClyCriticBrowserPlugin disable. ClyCriticEnvironmentPlugin disable. ClyNavigationEnvironment reset. best, Arturo On Wed, Jan 18, 2023 at 11:01 AM Sebastian Jordan Montano < sebastian.jordan@inria.fr> wrote: > Hello everyone, > > I would like to hide/remove all Calypso rules. I tried in Settings > Code > Browsing > Calypso Browser > "Show critiques method" group but it does not > work. > When you are new in Pharo they are ok because they help you learn Pharo. > But after a time they only bother and occupy space. > > Does anyone know how to make Calypso not show them ? > > thanks, > Sebastian Jordan > -- Arturo Zambrano LinkedIn: https://www.linkedin.com/in/arturozambrano/