Vanessa Freudenberg

Results 120 comments of Vanessa Freudenberg

Rename vs create new method: I'd prefer the browser to create a new method, too. But either way I agree the behavior should be consistent between OE and SCB.

Well, it works in both Chrome and Firefox using my normal keyboard layout, but not in Safari. When I switch to US-English it starts working in Safari, too.

Ah. It's because my page title contained a slash. In the error message it is still correctly escaped, but the PUT apparently un-escaped it?

I tried de-selecting before. If a click selects, then another click should de-select. Shift-click is undiscoverable, and rather unconventional to mean "deselect". The cursor keys do not scroll, nor move...

As a workaround I used ``` store['delete'](key) ``` but that looks quite ugly.

According to the spec, a [Property Accessor](http://www.ecma-international.org/ecma-262/5.1/#sec-11.2.1) uses an _IdentifierName_, not an _Identifier_. The restriction only exists on actual identifiers: _Identifier_ :: _IdentifierName_ but not _ReservedWord_

The original image (or rather, the two files found on the disk pack, object table and object space) had no categories or method sources at all. To keep the system...

> Come to think of it, we should add those two files to the GitHub repo I just did that, and you can [run the original](https://codefrau.github.io/Smalltalk78/?image=notetaker) now. After pasting the...

> For now I'll read up on how to make updates/changesets and either add them > here in an issue or as a pull request, whichever you prefer. (I'm afraid...

> With the missing methods it appears that they were deleted by updates from the image but not removed from the ClassOrganization. Would simply removing those selectors from their categories...