Re: [Pharo-dev] SyntaxErrorNotification api question

2015-06-01 Thread Marcus Denker
There is already an issue about it: 11657 A Compiler compiles, it does not classify and hence need no category https://pharo.fogbugz.com/f/cases/11657 I want to clean that up after we remove the old compiler. I do not have the man power to do it for both, especially considering this woul

[Pharo-dev] SyntaxErrorNotification api question

2015-05-30 Thread stepharo
Hi marcus we SyntaxErrorNotification>>setClass: aClass category: aCategory code: codeString doitFlag: aBoolean errorMessage: errorString location: anInteger inClass := aClass. category := aCategory. code := codeString. doitFlag := aBoolean. messageText := errorString. l