Christoph Thiede

Results 217 issues of Christoph Thiede

Sorry for spamming. I wonder whether it is necessary to have an extra setup action, which does not seem to be the default solution. Asking for curiosity only: What's the...

Currently, the color policy is not honored in at least the following places: - text bubbles (such as in playground titles or cursor labels) - explorers - suggestions menus -...

Also, maybe copy-paste should work to clone an artifact as well.

This PR proposes further improvements, new hooks, and some fixes to the suggestions infrastructure. Depends on (and includes) #108. ## [st/core: dispatch gathering of completion suggestions to `containingArtefact` for specialization](https://github.com/hpi-swa/sandblocks/pull/111/commits/ab393e31e166fe9b78217964a46a00c6ab127f5b)...

Not to be shown in the context of browser editors, though. When the display block is clicked, bring up a "select or add" dialog. Maybe also create new methods automatically...

- cmd + a on st block body should remove all children - shift + click on block should not only select new block but also previously focused block -...

Non-local return must not be recorded as the type of the enclosing block (in the example guessClassExpensive answers SmallInteger rather than nil) Could be implemented by wrapping the evaluation with...

Currently, the corner grips are very hard to handle.

Given an empty method: ![image](https://user-images.githubusercontent.com/38782922/150205308-834498fa-3df1-493e-bd37-3825b9387f8a.png) And the clipboard contents: ```smalltalk browse self guessedClass ifNotNil: [:class | class browse] ``` Pasting should work. (Currently, you need to type the selector manually...