theseion / Fuel

Fuel, the Smalltalk object serializer
https://theseion.github.io/Fuel
MIT License
27 stars 13 forks source link

Add helps to the debug actions #230

Closed jecisc closed 6 years ago

jecisc commented 6 years ago

I am currently adding helps (displayed in tooltips) to all debug actions because newbies complained that the "No help, sorry." tooltip was not useful. Those changes includes a Fuel action. Should they be sync with this repository?

Che change consist of adding:

FuelOutStackDebugAction>>help
    ^ 'Serialize a portion of the current stack trace using fuel.'
tinchodias commented 6 years ago

Thanks for the contribution. It's OK if you did it in Pharo repo... We are in middle of migration from sthub to this repo and will need to sync with other changes there.

Then, ideally Pharo bootstrap will load the project from here.

theseion commented 6 years ago

The migration is complete. I'll integrate that method.

jecisc commented 6 years ago

Thank you! :)