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

Definition pane on class inspector should let the user edit the text and the context should be the class #248

Closed
Ducasse opened this issue Jun 11, 2021 · 0 comments · Fixed by #636

Comments

@Ducasse
Copy link
Contributor

Ducasse commented Jun 11, 2021

for example I should be able to

  • inspect
  • set a value in the class variables of the following class.
Stream subclass: #Generator
	instanceVariableNames: 'block next continue home'
	classVariableNames: 'Count Selectors'
	package: 'Collections-Streams-Base'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant