Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
August 2014
- 931 messages
Re: [Pharo-dev] [GTInspector] Showing object state using a tree
by Andrei Chis
Use GTGenericStackDebugger instead of GTDebugger. (it was renamed some time
ago).
Cheers,
Andrei
On Fri, Aug 8, 2014 at 11:51 AM, phil(a)highoctane.be <phil(a)highoctane.be>
wrote:
> I have been trying to install the tools in Pharo 3 (Dark/Dawn Theme).
>
> GTInspector loads and works pretty ok at first sight.
>
> Gofer new
> url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main';
> configuration;
> load.
> (Smalltalk globals at: #ConfigurationOfGToolkit) loadDevelopment. "Works
> but with a warning"
> (Smalltalk globals at: #GTInspector) registerToolsOn: Smalltalk tools. "Ok"
> (Smalltalk globals at: #GTDebugger) registerToolsOn: Smalltalk tools.
> "Gives: KeyNotFound: key #GTDebugger not found in SystemDictionary"
>
> Indeed there is no GTDebugger class but a set of other things.
>
> What to use ?
>
> TIA
>
>
> âPhil
>
Aug. 8, 2014
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30853
Home: https://github.com/pharo-project/pharo-core
Aug. 8, 2014
[pharo-project/pharo-core] 927b5e: 30853
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 927b5e4504064636faa83109b74ecb54dae1add1
https://github.com/pharo-project/pharo-core/commit/927b5e4504064636faa83109…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M Kernel.package/SelectorException.class/class/signaling/signalFor_in_.st
A ScriptLoader30.package/ScriptLoader.class/instance/pharo - scripts/script115.st
A ScriptLoader30.package/ScriptLoader.class/instance/pharo - updates/update30853.st
M ScriptLoader30.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M Spec-Inspector.package/EyeInspector.class/instance/accessing/selectedElement.st
M Text-Edition.package/SmalltalkEditor.class/instance/menu messages/fileItIn.st
Log Message:
-----------
30853
13796 DNU ReadWriteStream>>fileIn in SmalltalkEditor>>fileItIn
https://pharo.fogbugz.com/f/cases/13796
13658 backport 3.0: 13654 Pressing Enter in EyeInspector gives MNU: TextModel>>asText
https://pharo.fogbugz.com/f/cases/13658
13626 SelectorException>>signalFor:In: does not understand object:
https://pharo.fogbugz.com/f/cases/13626
http://files.pharo.org/image/30/30853.zip
Aug. 8, 2014
Re: [Pharo-dev] [GTInspector] Showing object state using a tree
by phil@highoctane.be
I have been trying to install the tools in Pharo 3 (Dark/Dawn Theme).
GTInspector loads and works pretty ok at first sight.
Gofer new
url: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main';
configuration;
load.
(Smalltalk globals at: #ConfigurationOfGToolkit) loadDevelopment. "Works
but with a warning"
(Smalltalk globals at: #GTInspector) registerToolsOn: Smalltalk tools. "Ok"
(Smalltalk globals at: #GTDebugger) registerToolsOn: Smalltalk tools.
"Gives: KeyNotFound: key #GTDebugger not found in SystemDictionary"
Indeed there is no GTDebugger class but a set of other things.
What to use ?
TIA
âPhil
Aug. 8, 2014
[pharo-project/pharo-core] 1b31e9: 40162
by GitHub
Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: 1b31e97c6bb92b9954c667db3a67b95b842e8e76
https://github.com/pharo-project/pharo-core/commit/1b31e97c6bb92b9954c667db…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M KernelTests.package/BlockClosureTest.class/instance/tests/testTallyInstructions.st
M KernelTests.package/BlockClosureTest.class/instance/tests/testTallyMethods.st
M Morphic-Widgets-Pluggable.package/PluggableTextMorph.class/instance/actions/acceptBasic.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAlphaImage_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAlphaSelector_getAlpha_setAlpha_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEditorFor_getText_setText_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_font_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_font_help_entryCompletion_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_help_entryCompletion_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_font_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_font_help_entryCompletion_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_help_entryCompletion_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newBalloonHelp_for_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newBalloonHelp_for_corner_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newBasicTextEditorFor_getText_setText_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newBasicTextEditorFor_getText_setText_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newBasicTextEditorFor_getText_setText_getEnabled_menu_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newBracketSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newBracketSliderFor_getValue_setValue_min_max_quantum_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newButtonFor_action_getEnabled_label_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newButtonFor_action_label_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newButtonFor_getState_action_arguments_getEnabled_getLabel_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newButtonFor_getState_action_arguments_getEnabled_labelForm_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newButtonFor_getState_action_arguments_getEnabled_label_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newButtonLabelFor_label_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newButtonLabel_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newCancelButton.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newCancelButtonFor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newCheckboxFor_getSelected_setSelected_getEnabled_getLabel_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newCheckboxFor_getSelected_setSelected_getEnabled_label_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newCheckboxFor_getSelected_setSelected_label_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newCloseButton.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newCloseButtonFor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newCloseControlFor_action_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newColorChooserFor_getColor_setColor_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newColorChooserFor_getColor_setColor_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newColorPresenterFor_getColor_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newColumn_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newDialogPanel.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newDropListFor_list_getSelected_setSelected_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newDropListFor_list_getSelected_setSelected_getEnabled_useIndex_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newDropListFor_list_getSelected_setSelected_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newEditableDropListFor_list_getSelected_setSelected_addToList_class_default_ghostText_getEnabled_useIndex_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newEditableDropListFor_list_getSelected_setSelected_addToList_ghostText_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newEmbeddedMenu.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newExpander_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newExpander_forAll_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newExpander_for_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newFuzzyLabelFor_label_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newFuzzyLabelFor_label_offset_alpha_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newFuzzyLabel_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newGroupbox.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newGroupboxForAll_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newGroupboxFor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newGroupbox_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newGroupbox_forAll_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newGroupbox_for_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newHSVASelector_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newHSVSelector_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newHueSelector_getHue_setHue_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newImageFor_get_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newImage_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newImage_size_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newIncrementalSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newLabelFor_getLabel_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newLabelFor_label_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newLabelGroup_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newLabelGroup_font_labelColor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newLabel_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newListFor_list_selected_changeSelected_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newListFor_list_selected_changeSelected_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newListFor_list_selected_changeSelected_icon_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newMenu.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newMenuFor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newMorphDropListFor_list_getSelected_setSelected_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newMorphDropListFor_list_getSelected_setSelected_getEnabled_useIndex_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newMorphDropListFor_list_getSelected_setSelected_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newMorphListFor_list_getSelected_setSelected_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newMorphListFor_list_getSelected_setSelected_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newMultistateButton.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newNoButton.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newNoButtonFor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newOKButton.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newOKButtonFor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newOKButtonFor_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newOverflowRowForAll_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newPanel.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newPluggableDialogWindow.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newPluggableDialogWindow_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newPluggableDialogWindow_for_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newRadioButtonFor_getSelected_setSelected_getEnabled_label_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newRadioButtonFor_getSelected_setSelected_label_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newRow.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newRow_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newSVSelector_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newScrollPaneFor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newSeparator.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newSliderFor_getValue_setValue_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newSliderFor_getValue_setValue_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newStack.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newStack_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newString_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newString_font_style_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newString_style_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTabGroup_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTextEditorFor_getText_setText_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTextEditorFor_getText_setText_getEnabled_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTextEditorFor_getText_setText_getEnabled_menu_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTextEntryFor_getText_setText_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTextEntryFor_getText_setText_getEnabled_help_entryCompletion_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTextEntryFor_get_set_class_getEnabled_help_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newText_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTitle_for_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newToolDockingBar.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newToolSpacer.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newToolbar.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newToolbarHandle.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newToolbar_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newTreeFor_list_selected_changeSelected_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newVerticalSeparator.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newWindowFor_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newYesButton.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/controls/newYesButtonFor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/abort_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/abort_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/alert_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/alert_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/alert_title_configure_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/centeredAlert_title_configure_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseColor.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseColor_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseColor_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseDirectory_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseDirectory_path_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseDropList_list_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseDropList_title_list_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseFileName_extensions_path_preview_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseFont.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/chooseFont_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/deny_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/deny_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/fileOpen_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/fileOpen_extensions_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/fileOpen_extensions_path_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/fileOpen_extensions_path_preview_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/fileSave_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/fileSave_extensions_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/fileSave_extensions_path_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/fileSave_path_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/longMessage_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/message_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/message_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/proceed_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/proceed_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/questionWithoutCancel_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/questionWithoutCancel_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/question_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/question_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/textEntry_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/textEntry_title_.st
R Morphic-Widgets-Windows.package/StandardWindow.class/instance/services/textEntry_title_entryText_.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script162.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40162.st
M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M Spec-Inspector.package/BasicIndexedEyeElement.class/instance/comparing/hash.st
M Text-Edition.package/SmalltalkEditor.class/instance/menu messages/fileItIn.st
Log Message:
-----------
40162
13801 BlockClosureTest failing
https://pharo.fogbugz.com/f/cases/13801
13799 Forward port 4: 13796 DNU ReadWriteStream>>fileIn in SmalltalkEditor>>fileItIn
https://pharo.fogbugz.com/f/cases/13799
13804 #acceptBasic leads to #mustBeBoolean error (which is catcher by an on: Error do:[]]
https://pharo.fogbugz.com/f/cases/13804
13803 Inspecting a Dictionary is broken
https://pharo.fogbugz.com/f/cases/13803
13802 failing test: testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits
https://pharo.fogbugz.com/f/cases/13802
http://files.pharo.org/image/40/40162.zip
Aug. 8, 2014
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/40162
Home: https://github.com/pharo-project/pharo-core
Aug. 8, 2014
Re: [Pharo-dev] About your contributions: Improve Pharo right now, right there.
by phil@highoctane.be
I've uploaded the video on my channel as well.
https://www.youtube.com/watch?v=iFomI-7h4qQ
â
Phil
Aug. 8, 2014
Does image build process check for halts?
by Tim Mackinnon
Guys - I noticed that the pharo build 40152 - has a halt when you press ALT-Tab (I assume this was accidentally left in by someone?).
But this got me thinking - doesnât the CI process check for this and just fail the build? Maybe legitimate halts should be tagged specially somehow so they pass through - but accidental ones get noted?
Tim
Aug. 8, 2014
Re: [Pharo-dev] About your contributions: Improve Pharo right now, right there.
by Tim Mackinnon
Ok - Iâve fixed my faux-pas and propose the following text (a slight rework of what is published now). Taking a hint from Martin there is a notehub link here (http://notehub.org/2014/8/8/how-to-propose-a-bug-fix-or-enhancement) - although Iâve noticed notehub handles sub-bullets a bit strangely. We might also want to do another slight change if we agree that Fogbugz should be secondary content (if so - adjust the first paragraph to something like: Check if your change has already been entered into Fogbugz, and consider watching the overview video of the steps documented below.)
#How to propose a bug fix or enhancement
First check you meet the submission requirements and are familiar with the more detailed [contribution steps](https://pharo.fogbugz.com/default.asp?W68) (watch the [tutorial video](https://pharo.fogbugz.com/default.asp?pg=pgDownload&pgType=pgWikiAtt…, it's great!)
##Prerequisites
In order to propose a bug fix or enhancement for Pharo you need:
- An account for the [Fogbugz Pharo Issue Tracker]( https://pharo.fogbugz.com)
- An account on [SmalltalkHub](http://smalltalkhub.com) with rights to the [Pharo Inbox]( http://smalltalkhub.com/#!/~Pharo/Pharo40Inbox)
_Note, in the recent version of SmalltalkHub this is a public repository. If you encounter problems you can ask for commit rights on the [Pharo Developers mailinglist(http://lists.pharo.org/mailman/listinfo/pharo-dev_lists.pharo.o…
##Procedure
To commit a change, you will follow these steps:
- Take the latest [stable or development system](http://pharo.org/download), ideally using the latest virtual machine for your OS
- Ensure you have created [details of the issue in the Fogbugz issue tracker] (https://pharo.fogbugz.com)
- Create a code fix (ideally with a [unit test](http://pharo.gforge.inria.fr/PBE1/PBE1ch8.html) exercising the working code)
- Create a Monticello Slice (group of packages) for your changes:
- Open the Monticello Browser
- Open the Slice Maker by clicking the "Slice" button
- In Slice Maker enter the Fogbugz issue number and "grab" the issue summary
- Select all dirty packages affected by your fix
- Verify your changes (click the Changes button)
- Select the Pharo40 repository
- Select your Slice
- Press changes in the Monticello Browser and verify that your changes are correct
- Publish the Slice to the inbox:
- Select the whole Slice (not it's individual packages).
- Select the SmalltalkHub Pharo Inbox repository.
- Commit the Slice.
- Verify that your fix loads:
- Take a fresh image and load the Slice you just published
- Update the bug entry to mention that you submitted a Slice in the inbox
- Now sit back and feel good! You've helped influence a brighter future...
You can also contribute to Pharo by proposing enhancements on the mailing list and/or by submitting a Fogbugz issue. Note that all code submitted to the [Pharo repositories](http://smalltalkhub.com/#!/~Pharo) is licensed under the [MIT license]http://opensource.org/licenses/MIT) Do not forget to sign the [license agreement](http://files.pharo.org/media/PharoSoftwareDistributionAgreement.….
On 8 Aug 2014, at 07:16, Tim Mackinnon <tim(a)testit.works> wrote:
> Stef - I've confused you with my suggestion. Where I wrote "use link" after the text in [] - I meant put that hyperlink for the [text].
>
> Sorry, I was writing my reply in a text editor and was doing a sort of pseudo markdown syntax.
>
> Looking at where this is going - maybe we should instead make the Pharo.org site the main source of info and not Fogbugz? We have a duplication problem - and when things change we end up with conflicting instructions as we forget to update the other copies. Essentially we need to refactor the docs.
>
> Is Pharo.org easily editable by others (is this the Pillar bit?). If it was then I would say let's edit the Fogbugz pages - simplify them and point them back to the more detailed Pharo.org pages.
>
> For now, I will find a laptop and send some cleaned up text.
>
> Tim
>
> Sent from my iPhone
>
> On 7 Aug 2014, at 10:45 pm, "stepharo [via Smalltalk]" <[hidden email]> wrote:
>
>> in fact I just did a merge with the version of Tim and it is looking great.
>> On 7/8/14 22:32, stepharo wrote:
>>
>> > Thanks martin I will have a look tomorrow.
>> >
>> > Stef
>> >
>> > On 7/8/14 22:11, MartinW wrote:
>> >> Could you extend http://pharo.org/contribute-propose-fix a bit? And
>> >> add a
>> >> screenshot of Slice Maker (I attach one). The following text would have
>> >> helped me (I paste the markdown. I also posted it on NoteHub for a
>> >> better
>> >> reading experience
>> >> http://www.notehub.org/2014/8/7/how-to-propose-a-bug-fix)
>> >>
>> >> #How to propose a bug fix:
>> >> ##Prerequesites:
>> >> In order to propose a bug fix or enhancement for Pharo you need:
>> >>
>> >> - an account at the [Pharo Issue Tracker on
>> >> Fogbugz](https://pharo.fogbugz.com),
>> >> - a [SmalltalkHub](http://smalltalkhub.com) account and
>> >> - the commit right for the [Pharo Inbox on
>> >> SmalltalkHub](http://smalltalkhub.com/#!/~Pharo/Pharo40Inbox) (Ask on
>> >> the
>> >> [Pharo Developers
>> >> mailinglist](http://lists.pharo.org/mailman/listinfo/pharo-dev_lists.pharo.…
>> >>
>> >> for the commit right).
>> >>
>> >> ##Procedure:
>> >> - Take the latest stable or latest development system, ideally using the
>> >> latest virtual machine.
>> >> - Do a fix for a given bug, or a new bug you entered to the issue
>> >> tracker.
>> >> - Create a slice (group of packages):
>> >> - Open the Monticello Browser.
>> >> - Open the Slice Maker by clicking the **+Slice** button.
>> >> - In Slice Maker enter the Fogbugz issue number and **grab** the
>> >> issue
>> >> summary.
>> >> - Select all dirty packages affected by your bug fix.
>> >> - Publish the slice to the inbox:
>> >> - Select the whole slice (not it's individual packages).
>> >> - Select the SmalltalkHub Pharo Inbox repository.
>> >> - Commit your slice.
>> >> - Verify that your fix loads: take a fresh image and load the slice you
>> >> published.
>> >> - Update the bug entry to mention that you submitted a slice in the
>> >> inbox.
>> >>
>> >> You can also contribute to Pharo by proposing enhancements following the
>> >> same process. Note that all code submitted to the Pharo repositories is
>> >> licensed under the MIT license. Do not forget to sign the license
>> >> agreement.
>> >>
>> >> <http://forum.world.st/file/n4772388/SliceMaker.png>
>> >>
>> >>
>> >>
>> >> --
>> >> View this message in context:
>> >> http://forum.world.st/About-your-contributions-Improve-Pharo-right-now-righ…
>> >> Sent from the Pharo Smalltalk Developers mailing list archive at
>> >> Nabble.com.
>> >>
>> >>
>> >
>> >
>> >
>>
>>
>>
>> If you reply to this email, your message will be added to the discussion below:
>> http://forum.world.st/About-your-contributions-Improve-Pharo-right-now-righ…
>> To unsubscribe from About your contributions: Improve Pharo right now, right there., click here.
>> NAML
>
> View this message in context: Re: About your contributions: Improve Pharo right now, right there.
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Aug. 8, 2014
Re: [Pharo-dev] [GTInspector] Showing object state using a tree
by Johan Brichau
Hi Doru,
Have you tried using GT with the Pharo dark team? Does it work?
Last time I tried using them together, it did not look very well ;-)
It's not really important. Just a question...
cheers
Johan
On 06 Aug 2014, at 07:09, Tudor Girba <tudor(a)tudorgirba.com> wrote:
> You can install GToolkit in a Pharo 3.0 image like this:
> http://www.humane-assessment.com/blog/installing-gtoolkit
>
> Doru
>
>
> On Wed, Aug 6, 2014 at 5:30 AM, Pablo R. Digonzelli <pdigonzelli(a)gmail.com> wrote:
> Great!. How can i install GtInspector in a pharo image?
>
> TIA
>
>
> Ing. Pablo Digonzelli
> Software Solutions
> IP-Solutiones SRL
> Metrotec SRL
> 25 de Mayo 521
> Email: pdigonzelli(a)softsargentina.com
> pdigonzelli(a)gmail.com
> Cel: 5493815982714
>
> De: "Tudor Girba" <tudor(a)tudorgirba.com>
> Para: "Discusses Development of Pharo" <pharo-dev(a)lists.pharo.org>
> Enviados: Martes, 5 de Agosto 2014 11:06:21
> Asunto: [Pharo-dev] [GTInspector] Showing object state using a tree
>
>
> Hi,
>
> The GTInspector now shows the state of an object in a tree view (screenshots below).
>
> This tree view focuses on the internal structure of an object.
> For example, when looking at a dictionary object you will see the "array" and the "tally"
> attributes and not the key value pairs. Those can be accessed from another presentation
> of a dictionary object.
>
> So the tree is meant to be used together with the finder and the other presentations of on object.
>
> Let us know what you think.
>
> Cheers,
> Andrei & Doru
>
>
> <GTInspector_Tree_View2.png>
>
> <GTInspector_Tree_View1.png>
>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
>
>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
Aug. 8, 2014