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

Remove properties #422

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

jecisc
Copy link
Member

@jecisc jecisc commented Jan 26, 2024

This change removes all the code related to properties and some code that was still about styles.

I think I found most of the code but feel free to indicated me if I missed some

Almost all the code can be found here: https://github.com/pharo-graphics/Bloc-LegacyCode
BUT some code just got removed from core bloc methods soe loading this package will not just bring back all the behavior.

Fixes #420

This change removes all the code related to properties and some code that was still about styles. 

I think I found most of the code but feel free to indicated me if I missed some

Almost all the code can be found here: https://github.com/pharo-graphics/Bloc-LegacyCode 
BUT some code just got removed from core bloc methods soe loading this package will not just bring back all the behavior.
jecisc added a commit to jecisc/Bloc that referenced this pull request Jan 26, 2024
After a discussion with Martin it seems that states are now unused un Bloc and are now in Toplo with a better implementation. So I propose to remove them.

I moved the code in https://github.com/pharo-graphics/Bloc-LegacyCode

Note that this PR depends on pharo-graphics#422 because it would have created conflicts otherwise.

Fixes pharo-graphics#423
@jecisc jecisc mentioned this pull request Jan 26, 2024
@tinchodias tinchodias merged commit e78a9ec into pharo-graphics:dev-1.0 Jan 26, 2024
6 checks passed
@plantec
Copy link
Collaborator

plantec commented Jan 28, 2024

BlElement>>theme: aTheme
should be moved too

@tinchodias
Copy link
Collaborator

@plantec what do you think of removing the whole package?
Screenshot 2024-01-29 at 12 02 06

tinchodias added a commit that referenced this pull request Jan 30, 2024
In fact they can't be loaded now, since BlElementProperty has gone.
This complements #422
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove properties?
3 participants