Skip to content

Editable inspector values #635

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

Merged
merged 4 commits into from
Dec 5, 2023

Conversation

hernanmd
Copy link
Member

@hernanmd hernanmd commented Dec 5, 2023

Issue

Currently in Pharo 12, the inspector doesn't allow direct editing of object variables, requiring additional steps for modification.

Proposed Solution

I propose enhancing the inspector to support direct editing of object variables, streamlining the debugging process and improving developer efficiency.

Implementation

  • Introduce inline editing for object variables.
  • Ensure proper validation and handling of edited values.
  • Maintain compatibility with existing inspector functionality.

This change aims to enhance the developer experience and reduce the time spent on debugging tasks.

Closes #501

Hernán Morales Durand and others added 4 commits December 4, 2023 18:02
…nter key. No sanity check is done so the user has freedom to put any value on edition.
Update inspector header bar with new value.
@MarcusDenker MarcusDenker merged commit 2e42836 into pharo-spec:Pharo12 Dec 5, 2023
@hernanmd hernanmd deleted the editable_inspector_values branch July 6, 2024 09:50
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.

[Improvement] Can edit inspect object vars directly in an inspector
2 participants