Giter VIP home page Giter VIP logo

chest's Issues

Enhancement : paste code to get Chest content

I think this enhancement will be very cool :)
The idea is to use stored value in Chest directly in a Playground (or generaly a text input) by pasting chest access code.

1 - I have an object in an inspector. I can place this object into a Chest, easy.
image

2 - I have my object in a Chest.
image

3 - Now I want to use it in a playground, so I think it will be good to have a source code injection to get my var. The idea is to automatically paste the access code. For example I want to get my var in a playground like that :
image

Do right clic to open a contextual menu with an item like "Past object from chest", here an example with the current menu :

image

This menu can propose all chest and all var to select speadly the good var : Past object from chest > chest1 > var1

And finally the paste can be :

myVar := Chest name: #chest1 var: #var1.

Were the paste code will be Chest name: #chest1 var: #var1.

Error when loading

I'm using this script and I have an error :

Metacello new
    baseline: 'Chest';
    repository: 'github://pharo-spec/Chest';
    load.

image

  • Pharo 11
  • Windows 11

Add a "real" copy object option

The current "copy" is actually a copy of the object reference.
It would be interesting to have a "copy object" (perhaps with options, shallow and deep copy?) to duplicate and store objects for backup or future use?

Cannot paste chest object to Code Source editor

I would like to be able to use the "paste" function from the source code editor. I'm not always in the debugger, sometimes I'm working within class methods (examples, tests...) and I'd like to be able to paste chest objects from there.

I'm specifically talking about the context menu option "paste object from chest >" which is currently only available from a playground or a debugger window.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.