Skip to content

implements RBBlockErrorNode>>#argumentNames#13384

Merged
MarcusDenker merged 1 commit intopharo-project:Pharo12from
privat:faulty-code-bad-argnames
Apr 11, 2023
Merged

implements RBBlockErrorNode>>#argumentNames#13384
MarcusDenker merged 1 commit intopharo-project:Pharo12from
privat:faulty-code-bad-argnames

Conversation

@privat
Copy link
Contributor

@privat privat commented Apr 10, 2023

Fix #13380

Completion did not expect to find statements in an unfinished block.
The method is missing since a long time, and statements in unfinished block are in fact quite common while editing.
So it's weird to have this bug report so late.

With the new method, you can autocomplete block parameters in an unfinished block!

Capture d’écran du 2023-04-10 18-08-26

@privat
Copy link
Contributor Author

privat commented Apr 10, 2023

Test ok (got #12126)

@MarcusDenker MarcusDenker merged commit 92b84b4 into pharo-project:Pharo12 Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autocompletion error while typing

3 participants