Pharo-dev
By thread
pharo-dev@lists.pharo.org
By month
Messages by month
- ----- 2026 -----
- September
- August
- 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
- 1 participants
- 144619 messages
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
in latest 40 [Nautilus] we cannot drap and drop classes
by stepharo
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 ]]]
July 27, 2014
ESUG 2014 REMINDER: 11th Innovation Technology Awards
by jdelgado@lsi.upc.edu
Hi guys,
It's been sort of a tradition to do last minute submits to ESUG Innovation
Technology Awards. Let's break with this tradition, ok? You can start
submitting your software now! :-)
Thus:
ESUG 2014 REMINDER: 11th Innovation Technology Awards
http://esug.org/Conferences/2014/Innovation-Technology-Awards
Have you written innovative Smalltalk? The developers of any
Smalltalk-based software can enter by submitting a 3-5min video of their
software. Entrants demo their systems in a session at the end of Monday
August 18th 2014, after which the conference attendees vote. (A vote
consists in providing a sorted list of 3 preferred pieces of software.)
The top 3 teams with the most innovative software will receive,
respectively, 500 Euros, 300 Euros and 200 Euros. The results are
announced in the Awards ceremony that is held during the social event.
Applicants should provide the following information on the conference
registration server. Once you have registered your personal info, an
'Awards' menu allows submitting your software. You can provide this
information when you first register, or login again later and update your
details. The registration server will open soon. You can start preparing
your software right now though.
Info to provide:
Name of the software
Licence information (free, shareware, or commercial)
Name of the Smalltalk dialect used
Name, Affiliation and Country of developers
Besides, it would be great if the submission could include:
URL for a video (3-5 min) showing a screencast / demo of the software
URL for downloading the software or at least a runnable demo
Deadline: August 15th
Any Smalltalker can apply (students, companies, ...). The presented piece
of code/software should be written in Smalltalk or directly support
Smalltalk (e.g. Smalltalk VM). All Smalltalk dialects are accepted. The
applicant should be "strongly related" to the presented code, be it as an
author, as owner of the copyright/copyleft, or as an official
representative of the copyright/copyleft owner.
Bests,
Jordi
July 27, 2014
Re: [Pharo-dev] Failing to load configuration of Tiling Window Manager
by stepharo
What is the error?
May be the configuration did not declare support for Pharo40
On 27/7/14 00:39, kilon alios wrote:
> I am using pharo 4 and even though this works
>
> Gofer new
> smalltalkhubUser: 'LaurentLaffont' project: 'TilingWindowManager';
> configuration;
> load.
>
> this does not work
>
> (Smalltalk at:#ConfigurationOfTilingWindowManager) load .
>
> neither this
>
> (Smalltalk at:#ConfigurationOfTilingWindowManager) loadDevelopment .
>
> bleedingEdge is no go too.
>
> Should I assume that Pharo 4 is not supported yet ?
>
> This is a great project that I am interested in contributing since
> managing windows in Pharo is a pain.
July 27, 2014
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/40127
Home: https://github.com/pharo-project/pharo-core
July 27, 2014
[pharo-project/pharo-core] b01df9: 40127
by GitHub
Branch: refs/heads/4.0
Home: https://github.com/pharo-project/pharo-core
Commit: b01df93efd77e2f3f0afd43707963b1b15338f4f
https://github.com/pharo-project/pharo-core/commit/b01df93efd77e2f3f0afd437…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2014-07-27 (Sun, 27 Jul 2014)
Changed paths:
A Nautilus.package/AbstractClassWidget.class/README.md
A Nautilus.package/AbstractClassWidget.class/definition.st
A Nautilus.package/AbstractClassWidget.class/instance/item creation/buildClassesList.st
A Nautilus.package/AbstractClassWidget.class/instance/protocol/getClassesList.st
A Nautilus.package/AbstractClassWidget.class/instance/protocol/hasFocus.st
A Nautilus.package/AbstractClassWidget.class/instance/protocol/resetClassesList.st
A Nautilus.package/AbstractClassWidget.class/instance/protocol/resetClassesListSelection.st
A Nautilus.package/AbstractClassWidget.class/instance/protocol/takeKeyboardFocus.st
A Nautilus.package/AbstractClassWidget.class/instance/protocol/vScrollValue.st
A Nautilus.package/AbstractClassWidget.class/instance/protocol/vScrollValue_.st
M Nautilus.package/AbstractNautilusUI.class/class/menu/classesMenu_.st
M Nautilus.package/AbstractNautilusUI.class/definition.st
M Nautilus.package/AbstractNautilusUI.class/instance/accessing/model_.st
R Nautilus.package/AbstractNautilusUI.class/instance/accessing/selected2.st
R Nautilus.package/AbstractNautilusUI.class/instance/accessing/selected2_.st
M Nautilus.package/AbstractNautilusUI.class/instance/accessing/selectedClass_.st
M Nautilus.package/AbstractNautilusUI.class/instance/accessing/selected_.st
M Nautilus.package/AbstractNautilusUI.class/instance/accessing/showGroups_.st
M Nautilus.package/AbstractNautilusUI.class/instance/accessing/showHierarchy_.st
M Nautilus.package/AbstractNautilusUI.class/instance/accessing/showInstance_.st
M Nautilus.package/AbstractNautilusUI.class/instance/accessing/showPackages_.st
M Nautilus.package/AbstractNautilusUI.class/instance/displaying/buildSecondColumn_.st
R Nautilus.package/AbstractNautilusUI.class/instance/drag and drop/dropInList2_inARow_.st
R Nautilus.package/AbstractNautilusUI.class/instance/events handling/doubleClick2.st
R Nautilus.package/AbstractNautilusUI.class/instance/events handling/doubleClickOnClass.st
R Nautilus.package/AbstractNautilusUI.class/instance/icon/listIcon2_.st
M Nautilus.package/AbstractNautilusUI.class/instance/initialization/initialize.st
R Nautilus.package/AbstractNautilusUI.class/instance/item creation/buildList2.st
R Nautilus.package/AbstractNautilusUI.class/instance/list selections/listSelection2.st
R Nautilus.package/AbstractNautilusUI.class/instance/list selections/listSelection2At_.st
R Nautilus.package/AbstractNautilusUI.class/instance/list selections/listSelection2At_put_.st
M Nautilus.package/AbstractNautilusUI.class/instance/menus behavior/removeClasses.st
R Nautilus.package/AbstractNautilusUI.class/instance/menus/menu2_shifted_.st
R Nautilus.package/AbstractNautilusUI.class/instance/private/getList2.st
R Nautilus.package/AbstractNautilusUI.class/instance/private/listElement2_.st
R Nautilus.package/AbstractNautilusUI.class/instance/private/listSize2.st
R Nautilus.package/AbstractNautilusUI.class/instance/private/listWrapper2_.st
A Nautilus.package/AbstractNautilusUI.class/instance/private/resetClassesList.st
R Nautilus.package/AbstractNautilusUI.class/instance/private/resetListSelection2.st
M Nautilus.package/AbstractNautilusUI.class/instance/private/selectedClasses.st
M Nautilus.package/AbstractNautilusUI.class/instance/private/updateBothView.st
M Nautilus.package/AbstractNautilusUI.class/instance/private/updateClassView.st
M Nautilus.package/AbstractNautilusUI.class/instance/system announcements/classCommented_.st
M Nautilus.package/AbstractNautilusUI.class/instance/system announcements/classDefinitionModified_.st
M Nautilus.package/AbstractNautilusUI.class/instance/system announcements/classRemoved_.st
M Nautilus.package/AbstractNautilusUI.class/instance/system announcements/classRenamed_.st
M Nautilus.package/AbstractNautilusUI.class/instance/system announcements/testRunned_.st
R Nautilus.package/AbstractNautilusUI.class/instance/widget - class/classWidget.st
A Nautilus.package/AbstractNautilusUI.class/instance/widget class/classWidget.st
A Nautilus.package/AbstractNautilusUI.class/instance/widget class/resetClassesListSelection.st
A Nautilus.package/ClassWidget.class/README.md
A Nautilus.package/ClassWidget.class/definition.st
A Nautilus.package/ClassWidget.class/instance/initialize/initialize.st
A Nautilus.package/ClassWidget.class/instance/item creation/buildClassesList.st
A Nautilus.package/ClassWidget.class/instance/private list model/classIconFor_.st
A Nautilus.package/ClassWidget.class/instance/private list model/classListSize.st
A Nautilus.package/ClassWidget.class/instance/private list model/classSelectionAt_.st
A Nautilus.package/ClassWidget.class/instance/private list model/classSelectionAt_put_.st
A Nautilus.package/ClassWidget.class/instance/private list model/classWrapper_.st
A Nautilus.package/ClassWidget.class/instance/private list model/classesMenu_shifted_.st
A Nautilus.package/ClassWidget.class/instance/private list model/doubleClick.st
A Nautilus.package/ClassWidget.class/instance/private list model/dropInClass_inARow_.st
A Nautilus.package/ClassWidget.class/instance/private list model/getClassItem_.st
A Nautilus.package/ClassWidget.class/instance/private list model/keyPressedOnList_shifted_.st
A Nautilus.package/ClassWidget.class/instance/private list model/selectedClassIndex.st
A Nautilus.package/ClassWidget.class/instance/private list model/selectedClassIndex_.st
A Nautilus.package/ClassWidget.class/instance/private/classesSelection.st
A Nautilus.package/ClassWidget.class/instance/private/loadClassesListElements.st
A Nautilus.package/ClassWidget.class/instance/protocol/getClassesList.st
A Nautilus.package/ClassWidget.class/instance/protocol/hasFocus.st
A Nautilus.package/ClassWidget.class/instance/protocol/resetClassesList.st
A Nautilus.package/ClassWidget.class/instance/protocol/resetClassesListSelection.st
A Nautilus.package/ClassWidget.class/instance/protocol/takeKeyboardFocus.st
A Nautilus.package/ClassWidget.class/instance/protocol/vScrollValue.st
A Nautilus.package/ClassWidget.class/instance/protocol/vScrollValue_.st
A Nautilus.package/ClassWidget.class/instance/selection/selectClass_.st
A Nautilus.package/ClassWidget.class/instance/selection/selectedClasses.st
M Nautilus.package/NautilusUI.class/definition.st
M Nautilus.package/NautilusUI.class/instance/accessing/selectedClassWithoutChangingSelectionInternally_.st
M Nautilus.package/NautilusUI.class/instance/accessing/selectedClassWithoutChangingSelection_.st
A Nautilus.package/NautilusUI.class/instance/displaying/buildSecondColumn_.st
M Nautilus.package/NautilusUI.class/instance/displaying/open.st
M Nautilus.package/NautilusUI.class/instance/events handling/keyPressedOnList_shifted_.st
M Nautilus.package/NautilusUI.class/instance/focus/giveFocusToClass.st
M Nautilus.package/NautilusUI.class/instance/initialization/initialize.st
M Nautilus.package/NautilusUI.class/instance/private/unselectClass.st
A Nautilus.package/NautilusUI.class/instance/protocol/resetSelections.st
M Nautilus.package/NautilusUI.class/instance/source code area/methodModified_.st
R Nautilus.package/NautilusUI.class/instance/tests/resetCategoriesListSelection.st
A Nautilus.package/NautilusUI.class/instance/widget - category/buildClassWidget.st
A Nautilus.package/NautilusUI.class/instance/widget - category/resetCategoriesListSelection.st
R Nautilus.package/NautilusUI.class/instance/widget - category/resetMethodsListSelection.st
M Nautilus.package/NautilusUI.class/instance/widget - method/hasFocus.st
A Nautilus.package/NautilusUI.class/instance/widget - method/resetMethodsListSelection.st
R Nautilus.package/NautilusUI.class/instance/widget - method/resetSelections.st
A Nautilus.package/NautilusUI.class/instance/widget class/classWidget.st
A Nautilus.package/NautilusUI.class/instance/widget class/resetClassesListSelection.st
M Nautilus.package/PackageTreeNautilusUI.class/instance/accessing/showPackages_.st
M Nautilus.package/PackageTreeNautilusUI.class/instance/events handling/keyPressedOnList_shifted_.st
M Nautilus.package/PackageTreeNautilusUI.class/instance/events handling/keyPressedOnTree_target_.st
M Nautilus.package/PackageTreeNautilusUI.class/instance/private/basicShowHierarchy.st
M Nautilus.package/PackageTreeNautilusUI.class/instance/private/clearPackageSelections.st
M NautilusCommon.package/NautilusBreadcrumbsPlugin.class/instance/menus/classMenu_.st
M NautilusCommon.package/PackageTasksPlugin.class/instance/display/updateMethodSelection_.st
M SUnit-UI.package/TestRunner.class/instance/actions/collectCoverageFor_.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - scripts/script127.st
A ScriptLoader40.package/ScriptLoader.class/instance/pharo - updates/update40127.st
M ScriptLoader40.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M Spec-Examples.package/TabsExample.class/README.md
A Spec-Examples.package/TabsExample.class/class/instance creation/open.st
M Spec-Examples.package/TabsExample.class/instance/private/browserTab.st
M Spec-Examples.package/TabsExample.class/instance/private/objectClassTab.st
M Spec-Examples.package/TabsExample.class/instance/private/objectInspectorTab.st
A Spec-Tools.package/MessageBrowser.class/class/instance creation/on_named_.st
R Spec-Tools.package/MessageBrowser.class/class/messageList interface/on_named_.st
A System-Support.package/Model.class/instance/backstops/arrowKey_from_.st
A System-Support.package/Model.class/instance/backstops/selectedClass.st
A System-Support.package/Model.class/instance/edits/canDiscardEdits.st
A System-Support.package/Model.class/instance/edits/hasUnacceptedEdits.st
A System-Support.package/Model.class/instance/updating/step.st
R Tool-Base.package/extension/Model/instance/topView.st
M Tool-Changes.package/ChangeList.class/instance/menu actions/browseCurrentVersionsOfSelections.st
A Tool-Explorer.package/ObjectExplorer.class/instance/user interface/trash.st
A Tool-Explorer.package/ObjectExplorer.class/instance/user interface/trash_.st
M UI.package/RealEstateAgent.class/class/strategy/cascadeFor_initialExtent_world_.st
R UI.package/extension/Model/instance/arrowKey_from_.st
R UI.package/extension/Model/instance/canDiscardEdits.st
R UI.package/extension/Model/instance/hasUnacceptedEdits.st
R UI.package/extension/Model/instance/selectedClass.st
R UI.package/extension/Model/instance/step.st
R UI.package/extension/Model/instance/trash.st
R UI.package/extension/Model/instance/trash_.st
Log Message:
-----------
40127
13697 Yet another cleanup of MessageBrowser API
https://pharo.fogbugz.com/f/cases/13697
13698 Small cleanup of Model and the UI package
https://pharo.fogbugz.com/f/cases/13698
13696 Nautilus Refactoring 1: Classlist widget
https://pharo.fogbugz.com/f/cases/13696
http://files.pharo.org/image/40/40127.zip
July 27, 2014