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
July 2014
- 1178 messages
Operating Smalltalkhub from Pharo
by kilon alios
I wonder if there is a way to operate smalltalkhub from pharo. What would
interest me is to browser smalltalkhub from pharo and do anything I can do
from the website with pharo.
I am new with these things so I assume Zinc would be useful here , no ?
is there any docs for smalltalkhub api ?
Anyone tried something similar before ?
I tried to load Smalltalkub configuration but it looks like that the config
does not define neither a stable or a developement version .
July 27, 2014
Re: [Pharo-dev] in latest 40 [Nautilus] we cannot drap and drop classes
by stepharo
> Yes, I missed the drag and drop part.
> Will fix with next refractoring step.
I'm ready to integrate it :)
:)
July 27, 2014
Re: [Pharo-dev] in latest 40 [Nautilus] we cannot drap and drop classes
by Nicolai Hess
2014-07-27 9:20 GMT+02:00 stepharo <stepharo(a)free.fr>:
> Hi nicolai
>
> may be this is linked to your nautilus pass
> Right now I cannot drag and drop a class to a different package.
>
> Stef
>
> dropInAPackage: aCollection into: receiver
>
> aCollection do:[:aClass |
> self showGroups
> ifTrue: [
> receiver addClasses: { aClass }.
> ActiveHand shiftPressed
> ifFalse: [
> self selectedGroup removeClass: aClass.
> self updateClassView ]]
> ifFalse: [
> receiver addClass: aClass theNonMetaClass.
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> aClass is an iconicItem not a class
>
>
> ActiveHand shiftPressed
> ifTrue: [
> self selectedClass: nil.
> self updateClassView ]
> ifFalse:[
> self selectedPackage: receiver.
> self selectedClass: aClass.
> self updateBothView ]]]
>
>
Yes, I missed the drag and drop part.
Will fix with next refractoring step.
nicolai
July 27, 2014
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/40128
Home: https://github.com/pharo-project/pharo-core
July 27, 2014
[pharo-project/pharo-core] 83aace: 40128
by GitHub
Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: 83aace506605c013d4734f2d7cdb443f36c59515
https://github.com/pharo-project/pharo-core/commit/83aace506605c013d4734f2d…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2014-07-27 (Sun, 27 Jul 2014)
Changed paths:
A Morphic-Base.package/AlignmentMorph.class/class/example/columnPrototype.st
A Morphic-Base.package/AlignmentMorph.class/class/example/rowPrototype.st
R Morphic-Base.package/AlignmentMorph.class/class/instance creation/columnPrototype.st
M Morphic-Base.package/AlignmentMorph.class/class/instance creation/inAColumn_.st
M Morphic-Base.package/AlignmentMorph.class/class/instance creation/inARow_.st
M Morphic-Base.package/AlignmentMorph.class/class/instance creation/newColumn.st
M Morphic-Base.package/AlignmentMorph.class/class/instance creation/newRow.st
M Morphic-Base.package/AlignmentMorph.class/class/instance creation/newSpacer_.st
M Morphic-Base.package/AlignmentMorph.class/class/instance creation/newVariableTransparentSpacer.st
R Morphic-Base.package/AlignmentMorph.class/class/instance creation/rowPrototype.st
M Morphic-Base.package/AlignmentMorph.class/instance/adding/addAColumn_.st
M Morphic-Base.package/AlignmentMorph.class/instance/adding/addARow_.st
R Morphic-Base.package/AlignmentMorph.class/instance/classification/isAlignmentMorph.st
M Morphic-Base.package/AlignmentMorph.class/instance/initialization/defaultBorderWidth.st
M Morphic-Base.package/AlignmentMorph.class/instance/initialization/defaultColor.st
M Morphic-Base.package/AlignmentMorph.class/instance/initialization/initialize.st
R Morphic-Base.package/AlignmentMorph.class/instance/initialization/openInWindowLabeled_inWorld_.st
A Morphic-Base.package/AlignmentMorph.class/instance/opening/openInWindowLabeled_inWorld_.st
A Morphic-Base.package/AlignmentMorph.class/instance/testing/isAlignmentMorph.st
M Morphic-Base.package/AlignmentMorph.class/instance/visual properties/inAColumn_.st
M Morphic-Base.package/AlignmentMorph.class/instance/visual properties/inARightColumn_.st
M Morphic-Base.package/AlignmentMorph.class/instance/visual properties/inARow_.st
A Morphic-Base.package/AlignmentMorph.class/instance/visual properties/setAsColumn.st
A Morphic-Base.package/AlignmentMorph.class/instance/visual properties/setAsRow.st
A Morphic-Base.package/AlignmentMorph.class/instance/visual properties/setAsSpacer_.st
R Morphic-Base.package/MenuMorph.class/instance/construction/addStayUpItemSpecial.st
R Morphic-Base.package/extension/Morph/instance/changeColor.st
M Morphic-Core.package/BorderedMorph.class/instance/menu/addBorderStyleMenuItems_hand_.st
M Morphic-Core.package/Morph.class/instance/menus/addHaloActionsTo_.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/README.md
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/definition.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/accessing/aMorph.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/accessing/aMorph_.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/accessing/alphaSelected_.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/accessing/colorSelected_.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/accessing/defaultColor.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/accessing/hsvMorph.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/accessing/hsvMorph_.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/initialization/initialize.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/operations/newAColorMorph.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/operations/newHSVColorMorph.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/operations/selectedColor.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/operations/selectedColor_.st
A Morphic-Widgets-ColorPicker.package/HSVAColorSelectorMorph.class/instance/operations/triggerSelectedColor.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/README.md
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/definition.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/accessing/colorSelected_.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/accessing/defaultColor.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/accessing/hMorph.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/accessing/hMorph_.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/accessing/hue_.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/accessing/svMorph.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/accessing/svMorph_.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/initialization/initialize.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/operations/newHColorMorph.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/operations/newSVColorMorph.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/operations/selectedColor.st
A Morphic-Widgets-ColorPicker.package/HSVColorSelectorMorph.class/instance/operations/selectedColor_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/README.md
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/definition.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/accessing/adoptPaneColor_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/accessing/color_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/accessing/locationMorph.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/accessing/locationMorph_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/accessing/selectedColor.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/accessing/selectedColor_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/basicColor_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/blackGradient.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/blackGradientMorph.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/gradient.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/hideLocation.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/selectColorAt_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/selectedLocation.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/showLocation.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/updateGradients.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/as yet unclassified/updateSelectedLocation.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/event handling/handlesMouseDown_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/event handling/handlesMouseOverDragging_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/event handling/mouseDown_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/event handling/mouseEnterDragging_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/event handling/mouseLeaveDragging_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/event handling/mouseMove_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/event handling/mouseUp_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/geometry/extent_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/initialization/initialize.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/instance creation/newLocationMorph.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/layout/layoutBounds_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/pixel access/colorAt_.st
A Morphic-Widgets-ColorPicker.package/SVColorSelectorMorph.class/instance/visual properties/fillStyle_.st
A Morphic-Widgets-ColorPicker.package/extension/Morph/instance/changeColor.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/README.md
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/definition.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/accessing/aMorph.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/accessing/aMorph_.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/accessing/alphaSelected_.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/accessing/colorSelected_.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/accessing/defaultColor.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/accessing/hsvMorph.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/accessing/hsvMorph_.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/initialization/initialize.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/operations/newAColorMorph.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/operations/newHSVColorMorph.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/operations/selectedColor.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/operations/selectedColor_.st
R Polymorph-Widgets.package/HSVAColorSelectorMorph.class/instance/operations/triggerSelectedColor.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/README.md
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/definition.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/accessing/colorSelected_.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/accessing/defaultColor.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/accessing/hMorph.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/accessing/hMorph_.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/accessing/hue_.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/accessing/svMorph.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/accessing/svMorph_.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/initialization/initialize.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/operations/newHColorMorph.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/operations/newSVColorMorph.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/operations/selectedColor.st
R Polymorph-Widgets.package/HSVColorSelectorMorph.class/instance/operations/selectedColor_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/README.md
R Polymorph-Widgets.package/SVColorSelectorMorph.class/definition.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/accessing/adoptPaneColor_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/accessing/color_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/accessing/locationMorph.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/accessing/locationMorph_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/accessing/selectedColor.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/accessing/selectedColor_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/basicColor_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/blackGradient.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/blackGradientMorph.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/gradient.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/hideLocation.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/selectColorAt_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/selectedLocation.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/showLocation.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/updateGradients.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/as yet unclassified/updateSelectedLocation.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/event handling/handlesMouseDown_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/event handling/handlesMouseOverDragging_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/event handling/mouseDown_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/event handling/mouseEnterDragging_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/event handling/mouseLeaveDragging_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/event handling/mouseMove_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/event handling/mouseUp_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/geometry/extent_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/initialization/initialize.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/instance creation/newLocationMorph.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/layout/layoutBounds_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/pixel access/colorAt_.st
R Polymorph-Widgets.package/SVColorSelectorMorph.class/instance/visual properties/fillStyle_.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script128.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40128.st
M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M Tool-Changes.package/ChangeList.class/instance/menu actions/changeListMenu_.st
Log Message:
-----------
40128
13701 Duplicated methods in menuMorph
https://pharo.fogbugz.com/f/cases/13701
13700 AlignmentMorph cleaning
https://pharo.fogbugz.com/f/cases/13700
13683 Morph>>changeColor should be an extension of ColorPicker
https://pharo.fogbugz.com/f/cases/13683
13687 HSVAColorSelectorMorph should be moved to ColorPicker
https://pharo.fogbugz.com/f/cases/13687
http://files.pharo.org/image/40/40128.zip
July 27, 2014
Re: [Pharo-dev] Failing to load configuration of Tiling Window Manager
by Esteban Lorenzano
On 27 Jul 2014, at 09:50, kilon alios <kilon.alios(a)gmail.com> wrote:
> yes it works with your fixe
he, is not a fix, is a complete hack ;)
but it works while pharo4 is still unstable and projects are still not moved into it :)
>
> Question : why when I added to #stable --> spec for: #'pharo 4.0.x' version: '3.0.1'. , did not fix the problem ?
probably one dependency (or many) does not have the #pharo4 tag
Esteban
>
>
> On Sun, Jul 27, 2014 at 10:40 AM, Esteban Lorenzano <estebanlm(a)gmail.com> wrote:
> it makes a complete difference because project *needs* to be marked as âpharo4â⦠if it doesnât it will not find a valid version (the problem you are having).
>
> if you want to load it anyway, just open #metacelloPlatformAttributes and add #'pharo3.x' #'pharo3.0.xâ to the list.
>
> Esteban
>
> On 27 Jul 2014, at 09:36, kilon alios <kilon.alios(a)gmail.com> wrote:
>
>> it does not make a difference since the latest config in metarepo3 is the same as in twm main repo
>>
>> it looks like #stable does not define support for pharo 4
>>
>> this is the error i am getting
>>
>> [ (MetacelloSymbolicVersionDoesNotExistError project: self project versionString: aVersionString) signal ] in MetacelloMCProject(MetacelloProject)>>version: in Block: [ (MetacelloSymbolicVersionDoesNotExistError proje...etc...
>> Dictionary>>at:ifAbsent:
>> MetacelloMCProject(MetacelloProject)>>version:
>> ConfigurationOfTilingWindowManager class>>load
>> UndefinedObject>>DoIt
>> OpalCompiler>>evaluate
>> SmalltalkEditor>>evaluateSelectionAndDo:
>> SmalltalkEditor>>evaluateSelection
>> [ textMorph editor evaluateSelection ] in PluggableTextMorph>>doIt in Block: [ textMorph editor evaluateSelection ]
>> [ result := editBlock value ] in PluggableTextMorph>>handleEdit: in Block: [ result := editBlock value ]
>> TextMorphForEditView(TextMorph)>>handleEdit:
>> PluggableTextMorph>>handleEdit:
>> PluggableTextMorph>>doIt
>> Workspace(Object)>>perform:orSendTo:
>> [
>> | selArgCount |
>> "show cursor in case item opens a new MVC window"
>> (selArgCount := selector numArgs) = 0
>> ifTrue: [ target perform: selector ]
>> ifFalse: [
>> selArgCount = arguments size
>> ifTrue: [ target perform: selector withArguments: arguments ]
>> ifFalse: [ target perform: selector withArguments: (arguments copyWith: evt) ] ].
>> self changed ] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: in Block: [ ...
>> BlockClosure>>ensure:
>> CursorWithMask(Cursor)>>showWhile:
>> ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
>> ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
>> ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
>> MouseButtonEvent>>sentTo:
>> ToggleMenuItemMorph(Morph)>>handleEvent:
>> MorphicEventDispatcher>>dispatchDefault:with:
>> MorphicEventDispatcher>>dispatchEvent:with:
>> ToggleMenuItemMorph(Morph)>>processEvent:using:
>> MorphicEventDispatcher>>dispatchDefault:with:
>> MorphicEventDispatcher>>dispatchEvent:with:
>> MenuMorph(Morph)>>processEvent:using:
>> MenuMorph(Morph)>>processEvent:
>> MenuMorph>>handleFocusEvent:
>>
>> on pharo 3 it works fine
>>
>> OMG this is amazing !!! it completely solves the messy problem with window managment in pharo .... AWESOME !!!! great work guys ! this thing must come included in pharo 4 and enabled with an option to hide its toolbar .
>>
>> The shortcuts dont work for me , do I need to enable them or something ? I tried most of them and I get no action at all
>>
>>
>>
>> On Sun, Jul 27, 2014 at 3:19 AM, Sean P. DeNigris <sean(a)clipperadams.com> wrote:
>> kilon alios wrote
>> > Should I assume that Pharo 4 is not supported yet ?
>>
>> Did you try the config from the MetaRepo for 3.0?
>>
>>
>>
>> -----
>> Cheers,
>> Sean
>> --
>> View this message in context: http://forum.world.st/Failing-to-load-configuration-of-Tiling-Window-Manage…
>> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
>>
>>
>
>
July 27, 2014
Re: [Pharo-dev] Failing to load configuration of Tiling Window Manager
by kilon alios
yes it works with your fixe
Question : why when I added to #stable --> spec for: #'pharo 4.0.x'
version: '3.0.1'. , did not fix the problem ?
On Sun, Jul 27, 2014 at 10:40 AM, Esteban Lorenzano <estebanlm(a)gmail.com>
wrote:
> it makes a complete difference because project *needs* to be marked as
> âpharo4â⦠if it doesnât it will not find a valid version (the problem you
> are having).
>
> if you want to load it anyway, just open #metacelloPlatformAttributes and
> add #'pharo3.x' #'pharo3.0.xâ to the list.
>
> Esteban
>
> On 27 Jul 2014, at 09:36, kilon alios <kilon.alios(a)gmail.com> wrote:
>
> it does not make a difference since the latest config in metarepo3 is the
> same as in twm main repo
>
> it looks like #stable does not define support for pharo 4
>
> this is the error i am getting
>
> [ (MetacelloSymbolicVersionDoesNotExistError project: self project
> versionString: aVersionString) signal ] in
> MetacelloMCProject(MetacelloProject)>>version: in Block: [
> (MetacelloSymbolicVersionDoesNotExistError proje...etc...
> Dictionary>>at:ifAbsent:
> MetacelloMCProject(MetacelloProject)>>version:
> ConfigurationOfTilingWindowManager class>>load
> UndefinedObject>>DoIt
> OpalCompiler>>evaluate
> SmalltalkEditor>>evaluateSelectionAndDo:
> SmalltalkEditor>>evaluateSelection
> [ textMorph editor evaluateSelection ] in PluggableTextMorph>>doIt in
> Block: [ textMorph editor evaluateSelection ]
> [ result := editBlock value ] in PluggableTextMorph>>handleEdit: in Block:
> [ result := editBlock value ]
> TextMorphForEditView(TextMorph)>>handleEdit:
> PluggableTextMorph>>handleEdit:
> PluggableTextMorph>>doIt
> Workspace(Object)>>perform:orSendTo:
> [
> | selArgCount |
> "show cursor in case item opens a new MVC window"
> (selArgCount := selector numArgs) = 0
> ifTrue: [ target perform: selector ]
> ifFalse: [
> selArgCount = arguments size
> ifTrue: [ target perform: selector withArguments: arguments ]
> ifFalse: [ target perform: selector withArguments: (arguments copyWith:
> evt) ] ].
> self changed ] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: in
> Block: [ ...
> BlockClosure>>ensure:
> CursorWithMask(Cursor)>>showWhile:
> ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
> ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
> ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> ToggleMenuItemMorph(Morph)>>handleEvent:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>dispatchEvent:with:
> ToggleMenuItemMorph(Morph)>>processEvent:using:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>dispatchEvent:with:
> MenuMorph(Morph)>>processEvent:using:
> MenuMorph(Morph)>>processEvent:
> MenuMorph>>handleFocusEvent:
>
> on pharo 3 it works fine
>
> OMG this is amazing !!! it completely solves the messy problem with window
> managment in pharo .... AWESOME !!!! great work guys ! this thing must come
> included in pharo 4 and enabled with an option to hide its toolbar .
>
> The shortcuts dont work for me , do I need to enable them or something ?
> I tried most of them and I get no action at all
>
>
>
> On Sun, Jul 27, 2014 at 3:19 AM, Sean P. DeNigris <sean(a)clipperadams.com>
> wrote:
>
>> kilon alios wrote
>> > Should I assume that Pharo 4 is not supported yet ?
>>
>> Did you try the config from the MetaRepo for 3.0?
>>
>>
>>
>> -----
>> Cheers,
>> Sean
>> --
>> View this message in context:
>> http://forum.world.st/Failing-to-load-configuration-of-Tiling-Window-Manage…
>> Sent from the Pharo Smalltalk Developers mailing list archive at
>> Nabble.com.
>>
>>
>
>
July 27, 2014
Re: [Pharo-dev] Failing to load configuration of Tiling Window Manager
by Esteban Lorenzano
it makes a complete difference because project *needs* to be marked as âpharo4â⦠if it doesnât it will not find a valid version (the problem you are having).
if you want to load it anyway, just open #metacelloPlatformAttributes and add #'pharo3.x' #'pharo3.0.xâ to the list.
Esteban
On 27 Jul 2014, at 09:36, kilon alios <kilon.alios(a)gmail.com> wrote:
> it does not make a difference since the latest config in metarepo3 is the same as in twm main repo
>
> it looks like #stable does not define support for pharo 4
>
> this is the error i am getting
>
> [ (MetacelloSymbolicVersionDoesNotExistError project: self project versionString: aVersionString) signal ] in MetacelloMCProject(MetacelloProject)>>version: in Block: [ (MetacelloSymbolicVersionDoesNotExistError proje...etc...
> Dictionary>>at:ifAbsent:
> MetacelloMCProject(MetacelloProject)>>version:
> ConfigurationOfTilingWindowManager class>>load
> UndefinedObject>>DoIt
> OpalCompiler>>evaluate
> SmalltalkEditor>>evaluateSelectionAndDo:
> SmalltalkEditor>>evaluateSelection
> [ textMorph editor evaluateSelection ] in PluggableTextMorph>>doIt in Block: [ textMorph editor evaluateSelection ]
> [ result := editBlock value ] in PluggableTextMorph>>handleEdit: in Block: [ result := editBlock value ]
> TextMorphForEditView(TextMorph)>>handleEdit:
> PluggableTextMorph>>handleEdit:
> PluggableTextMorph>>doIt
> Workspace(Object)>>perform:orSendTo:
> [
> | selArgCount |
> "show cursor in case item opens a new MVC window"
> (selArgCount := selector numArgs) = 0
> ifTrue: [ target perform: selector ]
> ifFalse: [
> selArgCount = arguments size
> ifTrue: [ target perform: selector withArguments: arguments ]
> ifFalse: [ target perform: selector withArguments: (arguments copyWith: evt) ] ].
> self changed ] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: in Block: [ ...
> BlockClosure>>ensure:
> CursorWithMask(Cursor)>>showWhile:
> ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
> ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
> ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
> MouseButtonEvent>>sentTo:
> ToggleMenuItemMorph(Morph)>>handleEvent:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>dispatchEvent:with:
> ToggleMenuItemMorph(Morph)>>processEvent:using:
> MorphicEventDispatcher>>dispatchDefault:with:
> MorphicEventDispatcher>>dispatchEvent:with:
> MenuMorph(Morph)>>processEvent:using:
> MenuMorph(Morph)>>processEvent:
> MenuMorph>>handleFocusEvent:
>
> on pharo 3 it works fine
>
> OMG this is amazing !!! it completely solves the messy problem with window managment in pharo .... AWESOME !!!! great work guys ! this thing must come included in pharo 4 and enabled with an option to hide its toolbar .
>
> The shortcuts dont work for me , do I need to enable them or something ? I tried most of them and I get no action at all
>
>
>
> On Sun, Jul 27, 2014 at 3:19 AM, Sean P. DeNigris <sean(a)clipperadams.com> wrote:
> kilon alios wrote
> > Should I assume that Pharo 4 is not supported yet ?
>
> Did you try the config from the MetaRepo for 3.0?
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context: http://forum.world.st/Failing-to-load-configuration-of-Tiling-Window-Manage…
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
>
>
July 27, 2014
Re: [Pharo-dev] Failing to load configuration of Tiling Window Manager
by kilon alios
it does not make a difference since the latest config in metarepo3 is the
same as in twm main repo
it looks like #stable does not define support for pharo 4
this is the error i am getting
[ (MetacelloSymbolicVersionDoesNotExistError project: self project
versionString: aVersionString) signal ] in
MetacelloMCProject(MetacelloProject)>>version: in Block: [
(MetacelloSymbolicVersionDoesNotExistError proje...etc...
Dictionary>>at:ifAbsent:
MetacelloMCProject(MetacelloProject)>>version:
ConfigurationOfTilingWindowManager class>>load
UndefinedObject>>DoIt
OpalCompiler>>evaluate
SmalltalkEditor>>evaluateSelectionAndDo:
SmalltalkEditor>>evaluateSelection
[ textMorph editor evaluateSelection ] in PluggableTextMorph>>doIt in
Block: [ textMorph editor evaluateSelection ]
[ result := editBlock value ] in PluggableTextMorph>>handleEdit: in Block:
[ result := editBlock value ]
TextMorphForEditView(TextMorph)>>handleEdit:
PluggableTextMorph>>handleEdit:
PluggableTextMorph>>doIt
Workspace(Object)>>perform:orSendTo:
[
| selArgCount |
"show cursor in case item opens a new MVC window"
(selArgCount := selector numArgs) = 0
ifTrue: [ target perform: selector ]
ifFalse: [
selArgCount = arguments size
ifTrue: [ target perform: selector withArguments: arguments ]
ifFalse: [ target perform: selector withArguments: (arguments copyWith:
evt) ] ].
self changed ] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: in
Block: [ ...
BlockClosure>>ensure:
CursorWithMask(Cursor)>>showWhile:
ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
ToggleMenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
ToggleMenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
on pharo 3 it works fine
OMG this is amazing !!! it completely solves the messy problem with window
managment in pharo .... AWESOME !!!! great work guys ! this thing must come
included in pharo 4 and enabled with an option to hide its toolbar .
The shortcuts dont work for me , do I need to enable them or something ? I
tried most of them and I get no action at all
On Sun, Jul 27, 2014 at 3:19 AM, Sean P. DeNigris <sean(a)clipperadams.com>
wrote:
> kilon alios wrote
> > Should I assume that Pharo 4 is not supported yet ?
>
> Did you try the config from the MetaRepo for 3.0?
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context:
> http://forum.world.st/Failing-to-load-configuration-of-Tiling-Window-Manage…
> Sent from the Pharo Smalltalk Developers mailing list archive at
> Nabble.com.
>
>
July 27, 2014
Move to package... raises a DNU
by stepharo
Hi
In latest Pharo 40 40127 , when I use Move to package.... I get a DNU
packageMatchingExtensionName: aString includingClass: aClass
| package categoryName |
categoryName := aString.
package := self packageMatchingExtensionName: categoryName.
[ package includesClass: aClass ]
whileFalse: [
(categoryName includes: $-)
ifFalse: [ self error: 'Class not categorized!' ].
categoryName := categoryName copyUpToLast: $-.
package := self packageMatchingExtensionName: categoryName ].
^ package
package = nil
aString = #'Polymorph-Widgets'
July 27, 2014