On 08 May 2015, at 11:52, Marcus Denker <marcus.denker@inria.fr> wrote:
Hi,
50040 now has these changes:
- Smart Suggestions used to re-parse even when the editor window is not dirty. ==> now we work on the AST we get from the method in this case. - Reflectivity: FIX: when removing the last link, make sure to recompile the method. - Breakpoints: added (and simplified a bit) the class Breakpoint from Claraâs SmartBreakpoint project.
Next: integrate enable setting/removing breakpoints using suggestions.
https://pharo.fogbugz.com/f/cases/15516/add-suggestion-for-breakpoint <https://pharo.fogbugz.com/f/cases/15516/add-suggestion-for-breakpoint> this is of course completely untested⦠it works only when there is no unaccepted text in the editor and maybe only within Nautilus. And of course existing breakpoints are not yet in any form visualised in the editor. Marcus