Changes

Summary

  1. default playground now is StPlayground (details)
  2. include Spec2 0.7.1 (details)
  3. include NewTools 0.4.2 (details)
  4. temporary disabling some tests (details)
  5. interactionModel can be nil (details)
  6. clean up (details)
  7. verify the editor accepts a completion engine (details)
  8. do not ask for a new category since it breaks the flow (new behavior (details)
  9. fix access to bindings (it needs to answer an empty dictionary, never (details)
  10. try not to register GTPlayground in postload (details)
  11. add some missing tests (details)
  12. revert since it is not this the problem (details)
  13. moved to "TOREMOVE" category (because it needs to be removed) (details)
  14. fixing accept/cancel commands (details)
  15. enable initializers regardless its previous status (details)
  16. add pre/post load methods to baseline (details)
  17. trying direct registration (since using the initializationEnabled (details)
  18. correct typo in name (details)
  19. add some trace to debug (details)
  20. disabling auto-registration of GTPlayground (details)
  21. not enabled by default anymore (details)
  22. ensure playground pages directory exists (details)
  23. GTPlayground is not enabled by default anymore (details)
  24. fix displaying values in debugger inspector categories (details)
  25. upgrade pillar version (details)
  26. compiler errors now show a popover (details)
  27. Fixing bug in context inspector temp nodes, Fixing Sindarin binding (details)
Commit 66e5c5d6c7174f765f852e5ebe64c21508f1a717 by estebanlm
default playground now is StPlayground
The file was modifiedsrc/Tool-Registry/PharoCommonTools.class.st (diff)
The file was removedsrc/Spec2-Tests/SpCalendarPresenterTest.class.st
The file was removedsrc/Spec2-Core/SpDynamicLeftToRightColumnsLayout.class.st
The file was removedsrc/Spec2-Core/SpDynamicLeftToRightRowsLayout.class.st
The file was removedsrc/Spec2-Core/SpDynamicTopToBottomRowsLayout.class.st
The file was removedsrc/Spec2-Core/SpDynamicTopToBottomColumnsLayout.class.st
The file was removedsrc/Spec2-Examples/SpCalendarPresenter.extension.st
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was removedsrc/Spec2-Tests/SpDynamicPresentersListBuilderTest.class.st
The file was modifiedsrc/Spec2-Code/SpCodeBehaviorInteractionModel.class.st (diff)
The file was removedsrc/Spec2-Core/SpDynamicPresentersListLayout.class.st
The file was removedsrc/Spec2-Tests/SpDynamicTopToBottomRowsLayoutTest.class.st
The file was removedsrc/Spec2-Examples/SpDemoDynamicPresentersListBuilder.class.st
The file was removedsrc/Spec2-Examples/SpDemoDynamicMemoryGamePresenter.class.st
The file was modifiedsrc/Spec2-Code/SpCodeObjectInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeScriptingInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpWindowPresenter.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpTContextMenu.trait.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpComponentListDataSource.class.st (diff)
The file was removedsrc/Spec2-Core/SpCalendarPresenter.class.st
The file was modifiedsrc/Spec2-Code-Morphic/SpMorphicCodeAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeInteractionModel.class.st (diff)
The file was removedsrc/Spec2-Backend-Tests/SpDynamicMockPresenter.class.st
The file was removedsrc/Spec2-Backend-Tests/SpExecutableLayoutWithDynamicPresenterTest.class.st
The file was removedsrc/Spec2-Core/SpDynamicPresentersListBuilder.class.st
The file was removedsrc/Spec2-Tests/SpDynamicLeftToRightColumnsLayoutTest.class.st
The file was modifiedsrc/Spec2-Code/SpCodeNullInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeMethodInteractionModel.class.st (diff)
Commit 62e254caedfe663df7b64331c3a38bb9b39056b0 by estebanlm
include NewTools 0.4.2
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInteractionModel.class.st (diff)
The file was modifiedsrc/NewTools-Core/StPharoApplication.class.st (diff)
The file was modifiedsrc/NewTools-Playground/StPlayground.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerActionModelTest.class.st (diff)
The file was modifiedsrc/NewTools-Inspector/StObjectInspector.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerCommandTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StTestDebuggerProvider.class.st (diff)
The file was modifiedsrc/NewTools-Sindarin-Tools/StSindarinDebuggerPresenter.class.st (diff)
Commit 24ba7fd962aa4aa5a728ae2fe0a4b09bb0eaf9b2 by estebanlm
temporary disabling some tests
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerActionModelTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StTestDebuggerProvider.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerCommandTest.class.st (diff)
Commit 36876a9b9963feb719ddd3ca1fe306ece77d279f by estebanlm
interactionModel can be nil
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeBehaviorInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeMethodInteractionModel.class.st (diff)
Commit 83ed3c91868d7e9c84f270dc0a2edd9112ecf835 by estebanlm
verify the editor accepts a completion engine
The file was modifiedsrc/Spec2-Code-Morphic/SpMorphicCodeAdapter.class.st (diff)
Commit 6c94a2626072d5a80915b65085bf269e1a2fdd98 by estebanlm
do not ask for a new category since it breaks the flow (new behavior
adopted on Pharo)
The file was modifiedsrc/NewTools-Debugger/StDebugger.class.st (diff)
Commit ec24f40c3d97f91734a1332e093d1eeefab31280 by estebanlm
fix access to bindings (it needs to answer an empty dictionary, never
nil)
The file was modifiedsrc/NewTools-Playground/StPlaygroundInteractionModel.class.st (diff)
Commit b652671b6966ebe6d469c03c3bd921792416b65b by estebanlm
try not to register GTPlayground in postload
The file was modifiedsrc/BaselineOfPharoGT/BaselineOfPharoGT.class.st (diff)
Commit 79f02dd603e4895ec72f01173884a05c68dbdfd9 by estebanlm
add some missing tests
The file was modifiedsrc/NewTools-Debugger/StDebugger.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StTestDebuggerProvider.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerActionModelTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerCommandTest.class.st (diff)
Commit 9f486c50efeb00c68c68655b7f202aea43684e6a by estebanlm
revert since it is not this the problem
The file was modifiedsrc/BaselineOfPharoGT/BaselineOfPharoGT.class.st (diff)
Commit 5ea97b11a33cffab3f1b9e2a4f9e35249726598d by estebanlm
moved to "TOREMOVE" category (because it needs to be removed)
The file was modifiedsrc/Spec2-Core/SpAbstractTextPresenter.class.st (diff)
Commit a67db194d2cc96b6deb9f21d67e3826e060bb36b by estebanlm
fixing accept/cancel commands
The file was modifiedsrc/Spec2-Commands/SpAcceptChangesCommand.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was modifiedsrc/Spec2-Commands/SpCancelChangesCommand.class.st (diff)
Commit 55afe0307cc4e57e4f8c0a521586553fdd74be89 by estebanlm
enable initializers regardless its previous status
The file was modifiedsrc/BaselineOfNewTools/BaselineOfNewTools.class.st (diff)
Commit a2c6b32ea136f5a8b23ea46933ec8a68a758b9e5 by estebanlm
add pre/post load methods to baseline
The file was modifiedsrc/BaselineOfNewTools/BaselineOfNewTools.class.st (diff)
Commit ba6c7df12f0d2360ab52f949e4776fa5e02c4035 by estebanlm
trying direct registration (since using the initializationEnabled
technic seems to not be working)
The file was modifiedsrc/BaselineOfNewTools/BaselineOfNewTools.class.st (diff)
The file was modifiedsrc/NautilusRefactoring/RewriteRuleChangesBrowser.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpMorphicTableCellBuilder.class.st (diff)
The file was modifiedsrc/Spec2-Examples/SpDemoTablePresenter.class.st (diff)
The file was modifiedsrc/SystemCommands-RefactoringSupport/RBFindAndReplacePreview.class.st (diff)
The file was modifiedsrc/SystemCommands-RefactoringSupport/RBPushDownPreview.class.st (diff)
The file was modifiedsrc/SystemCommands-RefactoringSupport/SycRefactoringPreview.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Breakpoints-Tools/StObjectBreakpointInspection.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpCheckBoxTableColumn.class.st (diff)
Commit 516201f6ff159728634d652fd04279d0eb4d08de by estebanlm
add some trace to debug
The file was modifiedsrc/Tool-Registry/ToolRegistry.class.st (diff)
Commit d94c08ce56577bcb54e68ffbc7d8950b55ed380f by estebanlm
disabling auto-registration of GTPlayground
The file was modifiedsrc/GT-Playground/GTPlayground.class.st (diff)
The file was modifiedsrc/Tool-Registry/ToolRegistry.class.st (diff)
The file was modifiedsrc/BaselineOfNewTools/BaselineOfNewTools.class.st (diff)
Commit c70e5f82d6d1448723fc69f5fc8212e978e3fdb8 by estebanlm
not enabled by default anymore
The file was modifiedsrc/GT-Playground/GTPlayground.class.st (diff)
Commit 64afd9235e5ac8a894546beba160f7f7d8227310 by estebanlm
ensure playground pages directory exists
The file was modifiedsrc/NewTools-Playground/StPlayground.class.st (diff)
Commit 7710ad3a22d1e5548fd30cec27cedff92c7bbf89 by estebanlm
GTPlayground is not enabled by default anymore
The file was modifiedsrc/GT-Playground/GTPlayground.class.st (diff)
Commit a5ec600038973d6e6d4ee5ea835b42ca475a829a by estebanlm
fix displaying values in debugger inspector categories
The file was modifiedsrc/NewTools-Debugger/StFailingAssertionInspector.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerContext.class.st (diff)
The file was addedsrc/NewTools-Debugger/StDebuggerContextInspectorArgumentNode.class.st
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInspectorTempsNode.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInspectorReceiverNode.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInspectorNode.class.st (diff)
Commit 204d0e72b4dc5bdef964d19f3d5ea83757de451a by estebanlm
upgrade pillar version
The file was modifiedsrc/BaselineOfSpecCore/BaselineOfSpecCore.class.st (diff)
Commit 83e8edfe8b93067287b6e7ae8abc87676562a7e2 by estebanlm
compiler errors now show a popover
The file was modifiedsrc/Spec2-Adapters-Morphic/SpMorphicBaseTextAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpMorphicTextAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Code-Morphic/SpMorphicCodeAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpStyleProperty.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpRichTextPresenter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpAbstractMorphicAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpStyleDraw.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpAbstractTextPresenter.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpTMorphicTableDataSourceCommons.trait.st (diff)
The file was addedsrc/Spec2-Code/SpCodePopoverErrorPresenter.class.st
The file was modifiedsrc/Spec2-Adapters-Morphic/SpStyle.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodePopoverPrintPresenter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpMorphicTextInputFieldAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpStyleFont.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeInteractionModel.class.st (diff)
Commit f57c200bc1f434afb996a6096ca64df260f0ccde by estebanlm
Fixing bug in context inspector temp nodes, Fixing Sindarin binding
problem, Testing simplification of the debugger filter stack method.
The file was modifiedsrc/NewTools-Debugger/StDebugger.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInspectorTempsNode.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerActionModelTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerActionModel.class.st (diff)
The file was modifiedsrc/NewTools-Sindarin-Tools/StSindarinDebuggerScriptingPresenter.class.st (diff)
The file was modifiedsrc/NewTools-Inspector/StInspectorContextNamedTempNode.class.st (diff)
The file was removedsrc/NewTools-Inspector/StInspectorContextIndexedTempNode.class.st
The file was addedsrc/NewTools-Sindarin-Tools/StSindarinContextInteractionModel.class.st

Summary

  1. default playground now is StPlayground (details)
  2. include Spec2 0.7.1 (details)
  3. include NewTools 0.4.2 (details)
  4. temporary disabling some tests (details)
  5. interactionModel can be nil (details)
  6. clean up (details)
  7. verify the editor accepts a completion engine (details)
  8. do not ask for a new category since it breaks the flow (new behavior (details)
  9. fix access to bindings (it needs to answer an empty dictionary, never (details)
  10. try not to register GTPlayground in postload (details)
  11. add some missing tests (details)
  12. revert since it is not this the problem (details)
  13. moved to "TOREMOVE" category (because it needs to be removed) (details)
  14. fixing accept/cancel commands (details)
  15. enable initializers regardless its previous status (details)
  16. add pre/post load methods to baseline (details)
  17. trying direct registration (since using the initializationEnabled (details)
  18. correct typo in name (details)
  19. add some trace to debug (details)
  20. disabling auto-registration of GTPlayground (details)
  21. not enabled by default anymore (details)
  22. ensure playground pages directory exists (details)
  23. GTPlayground is not enabled by default anymore (details)
  24. fix displaying values in debugger inspector categories (details)
  25. upgrade pillar version (details)
  26. compiler errors now show a popover (details)
  27. Fixing bug in context inspector temp nodes, Fixing Sindarin binding (details)
Commit 66e5c5d6c7174f765f852e5ebe64c21508f1a717 by estebanlm
default playground now is StPlayground
The file was modifiedsrc/Tool-Registry/PharoCommonTools.class.st (diff)
The file was removedsrc/Spec2-Core/SpCalendarPresenter.class.st
The file was removedsrc/Spec2-Tests/SpCalendarPresenterTest.class.st
The file was removedsrc/Spec2-Backend-Tests/SpExecutableLayoutWithDynamicPresenterTest.class.st
The file was modifiedsrc/Spec2-Code/SpCodeNullInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeMethodInteractionModel.class.st (diff)
The file was removedsrc/Spec2-Core/SpDynamicPresentersListLayout.class.st
The file was removedsrc/Spec2-Core/SpDynamicLeftToRightColumnsLayout.class.st
The file was modifiedsrc/Spec2-Code/SpCodeInteractionModel.class.st (diff)
The file was removedsrc/Spec2-Examples/SpDemoDynamicMemoryGamePresenter.class.st
The file was modifiedsrc/Spec2-Core/SpWindowPresenter.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpTContextMenu.trait.st (diff)
The file was removedsrc/Spec2-Core/SpDynamicTopToBottomRowsLayout.class.st
The file was removedsrc/Spec2-Tests/SpDynamicTopToBottomRowsLayoutTest.class.st
The file was removedsrc/Spec2-Core/SpDynamicLeftToRightRowsLayout.class.st
The file was removedsrc/Spec2-Backend-Tests/SpDynamicMockPresenter.class.st
The file was modifiedsrc/Spec2-Code-Morphic/SpMorphicCodeAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeBehaviorInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpComponentListDataSource.class.st (diff)
The file was removedsrc/Spec2-Core/SpDynamicPresentersListBuilder.class.st
The file was removedsrc/Spec2-Tests/SpDynamicPresentersListBuilderTest.class.st
The file was modifiedsrc/Spec2-Code/SpCodeScriptingInteractionModel.class.st (diff)
The file was removedsrc/Spec2-Examples/SpCalendarPresenter.extension.st
The file was modifiedsrc/Spec2-Code/SpCodeObjectInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was removedsrc/Spec2-Examples/SpDemoDynamicPresentersListBuilder.class.st
The file was removedsrc/Spec2-Tests/SpDynamicLeftToRightColumnsLayoutTest.class.st
The file was removedsrc/Spec2-Core/SpDynamicTopToBottomColumnsLayout.class.st
Commit 62e254caedfe663df7b64331c3a38bb9b39056b0 by estebanlm
include NewTools 0.4.2
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerCommandTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StTestDebuggerProvider.class.st (diff)
The file was modifiedsrc/NewTools-Core/StPharoApplication.class.st (diff)
The file was modifiedsrc/NewTools-Sindarin-Tools/StSindarinDebuggerPresenter.class.st (diff)
The file was modifiedsrc/NewTools-Inspector/StObjectInspector.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerActionModelTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInteractionModel.class.st (diff)
The file was modifiedsrc/NewTools-Playground/StPlayground.class.st (diff)
Commit 24ba7fd962aa4aa5a728ae2fe0a4b09bb0eaf9b2 by estebanlm
temporary disabling some tests
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerCommandTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StTestDebuggerProvider.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerActionModelTest.class.st (diff)
Commit 36876a9b9963feb719ddd3ca1fe306ece77d279f by estebanlm
interactionModel can be nil
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeMethodInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeBehaviorInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
Commit 83ed3c91868d7e9c84f270dc0a2edd9112ecf835 by estebanlm
verify the editor accepts a completion engine
The file was modifiedsrc/Spec2-Code-Morphic/SpMorphicCodeAdapter.class.st (diff)
Commit 6c94a2626072d5a80915b65085bf269e1a2fdd98 by estebanlm
do not ask for a new category since it breaks the flow (new behavior
adopted on Pharo)
The file was modifiedsrc/NewTools-Debugger/StDebugger.class.st (diff)
Commit ec24f40c3d97f91734a1332e093d1eeefab31280 by estebanlm
fix access to bindings (it needs to answer an empty dictionary, never
nil)
The file was modifiedsrc/NewTools-Playground/StPlaygroundInteractionModel.class.st (diff)
Commit b652671b6966ebe6d469c03c3bd921792416b65b by estebanlm
try not to register GTPlayground in postload
The file was modifiedsrc/BaselineOfPharoGT/BaselineOfPharoGT.class.st (diff)
Commit 79f02dd603e4895ec72f01173884a05c68dbdfd9 by estebanlm
add some missing tests
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerActionModelTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerCommandTest.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StTestDebuggerProvider.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebugger.class.st (diff)
Commit 9f486c50efeb00c68c68655b7f202aea43684e6a by estebanlm
revert since it is not this the problem
The file was modifiedsrc/BaselineOfPharoGT/BaselineOfPharoGT.class.st (diff)
Commit 5ea97b11a33cffab3f1b9e2a4f9e35249726598d by estebanlm
moved to "TOREMOVE" category (because it needs to be removed)
The file was modifiedsrc/Spec2-Core/SpAbstractTextPresenter.class.st (diff)
Commit a67db194d2cc96b6deb9f21d67e3826e060bb36b by estebanlm
fixing accept/cancel commands
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was modifiedsrc/Spec2-Commands/SpAcceptChangesCommand.class.st (diff)
The file was modifiedsrc/Spec2-Commands/SpCancelChangesCommand.class.st (diff)
Commit 55afe0307cc4e57e4f8c0a521586553fdd74be89 by estebanlm
enable initializers regardless its previous status
The file was modifiedsrc/BaselineOfNewTools/BaselineOfNewTools.class.st (diff)
Commit a2c6b32ea136f5a8b23ea46933ec8a68a758b9e5 by estebanlm
add pre/post load methods to baseline
The file was modifiedsrc/BaselineOfNewTools/BaselineOfNewTools.class.st (diff)
Commit ba6c7df12f0d2360ab52f949e4776fa5e02c4035 by estebanlm
trying direct registration (since using the initializationEnabled
technic seems to not be working)
The file was modifiedsrc/BaselineOfNewTools/BaselineOfNewTools.class.st (diff)
The file was modifiedsrc/Spec2-Examples/SpDemoTablePresenter.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpCheckBoxTableColumn.class.st (diff)
The file was modifiedsrc/NautilusRefactoring/RewriteRuleChangesBrowser.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Breakpoints-Tools/StObjectBreakpointInspection.class.st (diff)
The file was modifiedsrc/SystemCommands-RefactoringSupport/RBFindAndReplacePreview.class.st (diff)
The file was modifiedsrc/SystemCommands-RefactoringSupport/SycRefactoringPreview.class.st (diff)
The file was modifiedsrc/SystemCommands-RefactoringSupport/RBPushDownPreview.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpMorphicTableCellBuilder.class.st (diff)
Commit 516201f6ff159728634d652fd04279d0eb4d08de by estebanlm
add some trace to debug
The file was modifiedsrc/Tool-Registry/ToolRegistry.class.st (diff)
Commit d94c08ce56577bcb54e68ffbc7d8950b55ed380f by estebanlm
disabling auto-registration of GTPlayground
The file was modifiedsrc/Tool-Registry/ToolRegistry.class.st (diff)
The file was modifiedsrc/BaselineOfNewTools/BaselineOfNewTools.class.st (diff)
The file was modifiedsrc/GT-Playground/GTPlayground.class.st (diff)
Commit c70e5f82d6d1448723fc69f5fc8212e978e3fdb8 by estebanlm
not enabled by default anymore
The file was modifiedsrc/GT-Playground/GTPlayground.class.st (diff)
Commit 64afd9235e5ac8a894546beba160f7f7d8227310 by estebanlm
ensure playground pages directory exists
The file was modifiedsrc/NewTools-Playground/StPlayground.class.st (diff)
Commit 7710ad3a22d1e5548fd30cec27cedff92c7bbf89 by estebanlm
GTPlayground is not enabled by default anymore
The file was modifiedsrc/GT-Playground/GTPlayground.class.st (diff)
Commit a5ec600038973d6e6d4ee5ea835b42ca475a829a by estebanlm
fix displaying values in debugger inspector categories
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInspectorNode.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInspectorTempsNode.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInspectorReceiverNode.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebuggerContext.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StFailingAssertionInspector.class.st (diff)
The file was addedsrc/NewTools-Debugger/StDebuggerContextInspectorArgumentNode.class.st
Commit 204d0e72b4dc5bdef964d19f3d5ea83757de451a by estebanlm
upgrade pillar version
The file was modifiedsrc/BaselineOfSpecCore/BaselineOfSpecCore.class.st (diff)
Commit 83e8edfe8b93067287b6e7ae8abc87676562a7e2 by estebanlm
compiler errors now show a popover
The file was modifiedsrc/Spec2-Adapters-Morphic/SpMorphicTextInputFieldAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpMorphicTextAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpStyle.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodePopoverPrintPresenter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpStyleFont.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpTMorphicTableDataSourceCommons.trait.st (diff)
The file was addedsrc/Spec2-Code/SpCodePopoverErrorPresenter.class.st
The file was modifiedsrc/Spec2-Adapters-Morphic/SpStyleDraw.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpStyleProperty.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodeInteractionModel.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpAbstractTextPresenter.class.st (diff)
The file was modifiedsrc/Spec2-Core/SpRichTextPresenter.class.st (diff)
The file was modifiedsrc/Spec2-Code-Morphic/SpMorphicCodeAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Code/SpCodePresenter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpMorphicBaseTextAdapter.class.st (diff)
The file was modifiedsrc/Spec2-Adapters-Morphic/SpAbstractMorphicAdapter.class.st (diff)
Commit f57c200bc1f434afb996a6096ca64df260f0ccde by estebanlm
Fixing bug in context inspector temp nodes, Fixing Sindarin binding
problem, Testing simplification of the debugger filter stack method.
The file was modifiedsrc/NewTools-Debugger/StDebuggerActionModel.class.st (diff)
The file was modifiedsrc/NewTools-Inspector/StInspectorContextNamedTempNode.class.st (diff)
The file was removedsrc/NewTools-Inspector/StInspectorContextIndexedTempNode.class.st
The file was modifiedsrc/NewTools-Sindarin-Tools/StSindarinDebuggerScriptingPresenter.class.st (diff)
The file was modifiedsrc/NewTools-Debugger-Tests/StDebuggerActionModelTest.class.st (diff)
The file was addedsrc/NewTools-Sindarin-Tools/StSindarinContextInteractionModel.class.st
The file was modifiedsrc/NewTools-Debugger/StDebuggerContextInspectorTempsNode.class.st (diff)
The file was modifiedsrc/NewTools-Debugger/StDebugger.class.st (diff)