Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Coder] Slots tab is empty in coder navigation #4120

Closed
syrel opened this issue Oct 22, 2024 · 2 comments
Closed

[Coder] Slots tab is empty in coder navigation #4120

syrel opened this issue Oct 22, 2024 · 2 comments
Assignees
Labels
coder The issue is related to the Coder

Comments

@syrel
Copy link
Member

syrel commented Oct 22, 2024

2024-10-22_10-04

@syrel syrel added the coder The issue is related to the Coder label Oct 22, 2024
@syrel syrel self-assigned this Oct 22, 2024
syrel added a commit to feenkcom/gt4pharo that referenced this issue Oct 25, 2024
syrel added a commit to feenkcom/gt4pharo that referenced this issue Oct 25, 2024
syrel added a commit to feenkcom/gtoolkit-coder that referenced this issue Oct 25, 2024
syrel added a commit to feenkcom/gt4pharo that referenced this issue Oct 25, 2024
syrel pushed a commit that referenced this issue Oct 27, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1247/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-utility@e8364f by Alistair Grant
Merge 5617441b5480c33f9b285b805dc27d528ad4cd4a


feenkcom/gtoolkit-utility@426742 by Alistair Grant
MemoryFileWriteStream>>next:putAll:startingAt: raise an error if the receiver is closed


feenkcom/gtoolkit-coder@698a12 by Juraj Kubelka
add `All methods` item to `Instance slots` filter widget


feenkcom/gtoolkit-coder@f53d35 by Aliaksei Syrel
Merge d22010e731c70cc6b87e0cfdf3e5b71875561a37

feenkcom/gtoolkit-coder@dc54e4 by Aliaksei Syrel
[#4120] add slots to show event

j-brant/SmaCC@f4664b by John Brant
changing attributeNamed: for parser state

feenkcom/gt4pharo@3cb74b by Juraj Kubelka
fix `GtTraitCreationFormExample`


feenkcom/gt4pharo@6f61fe by Juraj Kubelka
add `All methods` item to `Instance slots` filter widget


feenkcom/gt4pharo@725459 by Aliaksei Syrel
[#4120] add slots related examples

feenkcom/gt4pharo@7a8673 by Aliaksei Syrel
Merge 2cbe80d01020a11fc83f4fc5f84e2e64806a347f

feenkcom/gt4pharo@2322a5 by Aliaksei Syrel
[#4120] update slots grouped list when a new class is selected

feenkcom/gt4pharo@81bec8 by Aliaksei Syrel
[#4120] start with slots view in coder navigation

feenkcom/gt4pharo@91b7dd by Aliaksei Syrel
[#4123] update names of different variable names in class and behavior creation form

feenkcom/gtoolkit-inspector@508104 by Sven Van Caekenberghe
Fix MCPatch>>#gtOperationsTree so that it can handle organization level operations


feenkcom/gtoolkit-remote@c65c90 by Andrei Chi�
update generated code


feenkcom/gtoolkit-remote@7e7dfe by Andrei Chi�
Inspect the object instead of the class in #gtActionInspectFor:

feenkcom/lepiter@c7c6a7 by Juraj Kubelka
Hide header's initial spaces [#4131]


feenkcom/gtoolkit-remoterunner@278dce by Alistair Grant
[#4130] Use SessionFallbackFileLogger to avoid writing to log files opened by other processes.


feenkcom/iceberg-git-cli@39b7be by Sven Van Caekenberghe
Added PureGitFileCommit>>#contentsByFilesystem as an alternative to PureGitFileCommit>>#contents


feenkcom/iceberg-git-cli@0316ca by Sven Van Caekenberghe
Add LRU caching to PureGitCommitFileSystemStore


feenkcom/iceberg-git-cli@bc555c by Sven Van Caekenberghe
Add PureGitBlob and PureGitTree test methods to find out if they were resolved


feenkcom/iceberg-git-cli@adaa48 by Sven Van Caekenberghe
Move PureGitBlob>>#gtDetails to the correct repository


feenkcom/iceberg-git-cli@117437 by Sven Van Caekenberghe
First version of UnifiedDiff>>#applyTo: with example


feenkcom/iceberg-git-cli@a8b501 by Sven Van Caekenberghe
First version of UnifiedDiffChangeChunk>>#applyTo: with example


feenkcom/gt4git@075be6 by Sven Van Caekenberghe
Fix PureGitRepository>>#gtInternalsFor: to make sure it lazily accesses its data


feenkcom/gt4git@96cbc1 by Sven Van Caekenberghe
Move PureGitBlob>>#gtDetails to the correct repository


feenkcom/gtoolkit-world@369326 by Juraj Kubelka
remove some tools from World Spotter
@syrel
Copy link
Member Author

syrel commented Oct 28, 2024

We also want to show slots from all superclasses:
Screenshot 2024-10-28 at 10 57 37

varA doesn't appear in the list:
Screenshot 2024-10-28 at 10 57 43

syrel added a commit to feenkcom/gtoolkit-coder that referenced this issue Oct 28, 2024
syrel added a commit to feenkcom/gt4pharo that referenced this issue Oct 28, 2024
syrel added a commit to feenkcom/gtoolkit-coder that referenced this issue Oct 28, 2024
@syrel
Copy link
Member Author

syrel commented Oct 28, 2024

Slots are back! We also show slots from the superclasses

Screenshot 2024-10-28 at 15 37 03

@syrel syrel closed this as completed Oct 28, 2024
syrel pushed a commit that referenced this issue Oct 28, 2024
Metacello new
    baseline: 'GToolkitForPharo9';
    repository: 'github://feenkcom/gtoolkit:v1.0.1252/src';
    load

All commits (including upstream repositories) since last build:
feenkcom/gtoolkit-coder@8dfcc6 by Aliaksei Syrel
[#4120] use gray color for the slot's superclass

feenkcom/gtoolkit-coder@2aa000 by Aliaksei Syrel
Merge 9a66f47b91878de144cb69228c427f9cd0c59b7a

feenkcom/gtoolkit-coder@ec4617 by Aliaksei Syrel
[#4120] handle slots from superclasses

feenkcom/gtoolkit-coder@9a66f4 by Juraj Kubelka
Merge 493ba5030e96a1773dc967dcda497b2f0f7a88d0


feenkcom/gtoolkit-coder@7305fb by Juraj Kubelka
use `Class>>#gtReferencesWithSubclasses`


feenkcom/gt4pharo@51f871 by Aliaksei Syrel
[#4120] handle slots from superclasses, add examples

feenkcom/gt4git@286de2 by Sven Van Caekenberghe
Playing with PureGitExamples>>#exampleFileHistory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coder The issue is related to the Coder
Projects
None yet
Development

No branches or pull requests

1 participant