Alberto (Alt-s)

Results 34 issues of Alberto (Alt-s)

`GtCoderEvaluationAnnouncement >> isRequestedByElementOrItsChild:` needs fixing Here is how I'm patching it to make it work for my `LepiterBulidingBlocs` package which depends a lot on LeElementSnippets for it's functionality: (https://github.com/botwhytho/LepiterBuildingBlocs/blob/main/src/LepiterBuildingBlocs/LepiterBuildingBlocs.class.st#L41-L61)

Good to be able to get back to an 'uncluttered' view that's not the typical inspector tool. For various classes, maybe I'm missing some, but main ones would be: -...

Class comments being limited to only one page are a bit limited. There is currently no way to easily surface Lepiter DBs that come with packages you load into your...

Code query views seem to dynamically update, for example if you add a method on a new class/instance, in another tab the result of implementors updates automatically which is GREAT!!!...

When running code like below, if there is no network connection, the code will fail, even if there is a local git copy on the machine. ```Smalltalk Metacello new baseline:...

Bring up non-global spotter by pressing same keyboard shortcut as Spotter but with Meta/Ctrl/etc modifier. This would be a big usability win, knowing that you can always bring up global...

- It would be useful to be able specify a timeout for a promise so that we're not waiting forever on computation. - Also, seems like there is blocking `then:otherwise:`...

Running this in an element snippet produces a columnedList view with no display issues: ```Smalltalk ((1 to: 12) asOrderedCollection gtItemsFor: GtPhlowEmptyView new) ``` Yet running the code below, which generates...

Similar methods are defined in `GtSmaCCNodeQuery` & `SmaCCParseNode` and are very useful and make code very concise. I find myself needing to search up the BlElement parent hierarchy with as...

enhancement

Bind to `primary + 0` . That follows convention I've seen in many other programs. Didn't even realize these keyboard shortcuts had been defined :+1: