July 12, 2017
8:51 a.m.
On 12 Jul 2017, at 10:46, Denis Kudriashov <dionisiydk@gmail.com> wrote:
2017-07-12 9:09 GMT+02:00 Marcus Denker <marcus.denker@inria.fr <mailto:marcus.denker@inria.fr>>: in the workspace it creates a variable (with value nil)⦠so it treats upper-case unknown vars the same as lower case.
I think it might make sense to have for upper case instead the menu that asks what to do (it could there have a âadd binding to workspaceâ entry for the current way, too)
I would prefer same behaviour like in method editor. I really hate when I made mistake in class name and after evaluation I got uppercase binding with nil value.
yes, we should fix it. binding should just be created for lower case vars. Marcus