[Pharo-users] Re: Is there a pragma to disable a critic for a particular method?

2022-08-31 Thread Sebastian Jordan Montano
Hello, I don't know about any pragma, but you can deactivate the lint rule to only one method. You need to click on the "x" that is next to the name of the rule and then select the option that you prefer. This will create a Manifiesto class that contains the information of which rules to ban o

[Pharo-users] Is there a pragma to disable a critic for a particular method?

2022-08-31 Thread Eric Merritt
Hello Everyone, While I take the critiques seriously, there are times when I will intentionally disregard a specific warning. In these cases, in other languages, I have found it useful to indicate that I am disregarding a warning by adding a pragma to disable that particular warning. I have been l

[Pharo-users] file-dialog

2022-08-31 Thread HernĂ¡n Morales Durand
Hi everyone, I've been working to "rescue" the new file-dialog originally published by Peter Uhnak with additions of other contributors. This should load in Pharo 10 and 11: https://github.com/hernanmd/file-dialog One thing I've been doing is trying to use it a little bit to evaluate its usabili