### Last week:
* [idlevm] working with Pablo on the revamp of callbacks mechanism. Still
WIP :(
* [idlevm] refactor into GtkDebugSession and GtkMorphicUIManager and allow
them to be chosen
(Just to not crash the image while doing tests).
* [spec2] fix keybindings of text editors (they need to be redirected to
textArea instead the
rubric morph)
* [spec2] fix printit on SpCodePresenter (still, I need to use a popover on
it... but one thing
at a time)
* [spec2] spent a ridiculous amount of time refactoring the baseline.
* [spec2] fix an error while emulating keystrokes to tests keybindings.
* [spec2] fix SpToolCommands related to interaxcting with the code.
* [NewTools-Playground] bug: cmd+b in class shows SpCodePresenter
* [spec2] removed autoAccept and acceptoOnCr from text logic (this is a
remain of
Morphic era, and it shouldn’t be there in a widget library)
* Spec2: deal with the modal problem on Spec2-Morphic
* [spec2] add "defaultKeyboardFocus" concept to transmit directly to a
specific child (yes, we
have the focusOrder concept, but this is to easy direct transmission.
* [spec2] enhanced SpCodePresenter source completion in Gtk (now it is not
showing the popup
always, just when there is a word to complete)
### This week (starting 2020-03-30):
* [idlevm] more on the revamp of callbacks
* [spec2] enhance SpMenuPresenter (to allow checkboxes and etc.)
* [spec2] more on SpCodePresenter
* [newtools]] more on StPlayground