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 2013
- 83 participants
- 827 messages
[pharo-project/pharo-core] acf125: 30323
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: acf125b589ee03bef1d028ddda00afbc98f645d8
https://github.com/pharo-project/pharo-core/commit/acf125b589ee03bef1d028dd…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
R AST-Core-Nodes/RBProgramNode.cls/instance/testing/isBlock.st
R AST-Interpreter-Core/ASTBlockClosure.cls/instance/exception/onDNU_do_.st
R Announcements-Tests-Core/WeakAnnouncerTest.cls/instance/private/newAnnouncer.st
R AsmJit-Instructions/AJRoutinePrologue.cls/instance/emitting code/emitCode_.st
R AsmJit-StackManagement/AJCallCleanup.cls/instance/accessing/callInfo.st
R AsmJit-StackManagement/AJCallCleanup.cls/instance/accessing/callInfo_.st
R AsmJit-x86-Operands/AJx86GPRegister.cls/instance/accessing/stackSize.st
R Athens-Balloon/AthensBalloonEngine.cls/instance/accessing/clipRect_.st
R Athens-Balloon/AthensBalloonStrokePaint.cls/instance/converting/asStrokePaintOn_.st
R Athens-Balloon/AthensBalloonSurface.cls/instance/paths/createRectanglePath_.st
R Athens-Cairo-Text/AthensCairoText.cls/instance/as yet unclassified/nbLibraryNameOrHandle.st
R Athens-Cairo/AthensCairoPDFSurface.cls/instance/private/newCanvas.st
R Athens-Cairo/AthensCairoSurface.cls/instance/nb helper/nbLibraryNameOrHandle.st
R Athens-Examples/CurveWorkshop.cls/instance/as yet unclassified/initialize.st
R Collections-Abstract/HashedCollection.cls/instance/copying/copyEmpty.st
R Collections-Sequenceable/Heap.cls/instance/enumerating/select_.st
M Collections-Sequenceable/OrderedIdentityDictionary.cls/instance/initialize/initialize.st
M Collections-Sequenceable/OrderedIdentityDictionary.cls/instance/initialize/initialize_.st
R Collections-Sequenceable/SortedCollection.cls/class/accessing/streamSpecies.st
R Collections-Sequenceable/SortedCollection.cls/class/stream creation/new_streamContents_.st
R Collections-Streams/ReadStream.cls/instance/accessing/next_into_startingAt_.st
R Collections-Strings/ByteString.cls/instance/as yet unclassified/asShortcut.st
R Collections-Unordered/Matrix.cls/instance/testing/includesAnyOf_.st
R Collections-Unordered/SmallDictionary.cls/class/instance creation/new.st
A CollectionsTests-Abstract/CollectionRootTest.cls/instance/requirements/sizeCollection.st
R CollectionsTests-Abstract/CollectionRootTest.cls/instance/tests - iterate/testDoSeparatedBy.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/requirements/collectionWithCopy.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/requirements/collectionWithIdentical.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/requirements/element.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - converting/testAsArray.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - copy/testCopyEmptyWith.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - copy/testCopyEmptyWithout.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - copy/testCopyEmptyWithoutAll.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - copy/testCopyNonEmptyWith.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - copy/testCopyNonEmptyWithoutAll.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - copy/testCopyNonEmptyWithoutNotIncluded.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - element accessing/testAt.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - fixture/test0FixtureSequencedConcatenationTest.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - index access/testIndexOf.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - index access/testIndexOfIfAbsent.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - index access/testIndexOfStartingAt.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - index access/testIndexOfSubCollectionStartingAt.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - index access/testIndexOfSubCollectionStartingAtIfAbsent.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - index access/testLastIndexOf.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - index access/testLastIndexOfIfAbsent.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - index access/testLastIndexOfStartingAt.st
R CollectionsTests-Arrayed/ArrayTest.cls/instance/tests - puting with indexes/testSwapWith.st
M CollectionsTests-Arrayed/FloatArrayTest.cls/definition.st
R CollectionsTests-Arrayed/FloatArrayTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Arrayed/FloatArrayTest.cls/instance/tests - puting with indexes/testSwapWith.st
R CollectionsTests-Sequenceable/HeapTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Sequenceable/HeapTest.cls/instance/tests - remove/testRemoveAll.st
R CollectionsTests-Sequenceable/HeapTest.cls/instance/tests - remove/testRemoveAllError.st
R CollectionsTests-Sequenceable/HeapTest.cls/instance/tests - remove/testRemoveAllFoundIn.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/requirements/expectedElementByDetect.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - copy/testCopyEmptyWith.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - copy/testCopyEmptyWithout.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - copy/testCopyEmptyWithoutAll.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - copy/testCopyNonEmptyWith.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - copy/testCopyNonEmptyWithoutAll.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - copy/testCopyNonEmptyWithoutNotIncluded.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testIdentityIndexOf.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testIdentityIndexOfIAbsent.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testIndexOf.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testIndexOfIfAbsent.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testIndexOfStartingAt.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testIndexOfSubCollectionStartingAt.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testIndexOfSubCollectionStartingAtIfAbsent.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testLastIndexOf.st
R CollectionsTests-Sequenceable/IntervalTest.cls/instance/tests - index access/testLastIndexOfIfAbsent.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testIdentityIndexOf.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testIdentityIndexOfIAbsent.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testIndexOf.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testIndexOfIfAbsent.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testIndexOfStartingAt.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testIndexOfSubCollectionStartingAt.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testIndexOfSubCollectionStartingAtIfAbsent.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testLastIndexOf.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testLastIndexOfIfAbsent.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - index access/testLastIndexOfStartingAt.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - remove/testRemoveAllError.st
R CollectionsTests-Sequenceable/LinkedListTest.cls/instance/tests - remove/testRemoveAllFoundIn.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/requirements/collectionWithCopy.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/requirements/collectionWithIdentical.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/requirements/element.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - copy/testCopyEmptyWith.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - copy/testCopyEmptyWithout.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - copy/testCopyEmptyWithoutAll.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - copy/testCopyNonEmptyWith.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - copy/testCopyNonEmptyWithoutAll.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - copy/testCopyNonEmptyWithoutNotIncluded.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testIdentityIndexOf.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testIdentityIndexOfIAbsent.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testIndexOf.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testIndexOfIfAbsent.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testIndexOfStartingAt.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testIndexOfSubCollectionStartingAt.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testIndexOfSubCollectionStartingAtIfAbsent.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testLastIndexOf.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testLastIndexOfIfAbsent.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - index access/testLastIndexOfStartingAt.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - puting with indexes/testSwapWith.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - remove/testRemoveAllError.st
R CollectionsTests-Sequenceable/OrderedCollectionTest.cls/instance/tests - remove/testRemoveAllFoundIn.st
R CollectionsTests-Strings/StringTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Strings/StringTest.cls/instance/tests - copy/testCopyEmptyWith.st
R CollectionsTests-Strings/StringTest.cls/instance/tests - copy/testCopyEmptyWithout.st
R CollectionsTests-Strings/StringTest.cls/instance/tests - copy/testCopyEmptyWithoutAll.st
R CollectionsTests-Strings/StringTest.cls/instance/tests - copy/testCopyNonEmptyWith.st
R CollectionsTests-Strings/StringTest.cls/instance/tests - copy/testCopyNonEmptyWithoutAll.st
R CollectionsTests-Strings/StringTest.cls/instance/tests - copy/testCopyNonEmptyWithoutNotIncluded.st
M CollectionsTests-Strings/SymbolTest.cls/definition.st
R CollectionsTests-Strings/SymbolTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Strings/SymbolTest.cls/instance/tests - copy/testCopyEmptyWith.st
R CollectionsTests-Strings/SymbolTest.cls/instance/tests - copy/testCopyEmptyWithout.st
R CollectionsTests-Strings/SymbolTest.cls/instance/tests - copy/testCopyEmptyWithoutAll.st
R CollectionsTests-Strings/SymbolTest.cls/instance/tests - copy/testCopyNonEmptyWith.st
R CollectionsTests-Strings/SymbolTest.cls/instance/tests - copy/testCopyNonEmptyWithoutAll.st
R CollectionsTests-Strings/SymbolTest.cls/instance/tests - copy/testCopyNonEmptyWithoutNotIncluded.st
R CollectionsTests-Unordered/BagTest.cls/instance/test - iterate/expectedElementByDetect.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - copy/testCopyEmptyWith.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - copy/testCopyEmptyWithout.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - copy/testCopyEmptyWithoutAll.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - copy/testCopyNonEmptyWith.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - copy/testCopyNonEmptyWithoutAll.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - copy/testCopyNonEmptyWithoutNotIncluded.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - remove/testRemoveAllError.st
R CollectionsTests-Unordered/BagTest.cls/instance/tests - remove/testRemoveAllFoundIn.st
R CollectionsTests-Unordered/DictionaryTest.cls/instance/requirements/collectionClass.st
R CollectionsTests-Unordered/DictionaryTest.cls/instance/test - copying/testDictionaryConcatenationWithoutCommonKeys.st
R CollectionsTests-Unordered/DictionaryTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
M CollectionsTests-Unordered/SetTest.cls/definition.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - adding uniquely/testAddNewElementIncrementsSize.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - adding uniquely/testTAddIfNotPresentWithNewElement.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - copy/testCopyEmptyWith.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - copy/testCopyEmptyWithout.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - copy/testCopyEmptyWithoutAll.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - copy/testCopyNonEmptyWith.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - copy/testCopyNonEmptyWithoutAll.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - copy/testCopyNonEmptyWithoutNotIncluded.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - growable/testAddEmptyGrows.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - remove/testRemoveAllError.st
R CollectionsTests-Unordered/SetTest.cls/instance/tests - remove/testRemoveAllFoundIn.st
M CollectionsTests-Unordered/SortedCollectionTest.cls/definition.st
R CollectionsTests-Unordered/SortedCollectionTest.cls/instance/requirements/collectionWithCopy.st
R CollectionsTests-Unordered/SortedCollectionTest.cls/instance/requirements/collectionWithIdentical.st
R CollectionsTests-Unordered/SortedCollectionTest.cls/instance/tests - as sorted collection/testAsSortedArray.st
R CollectionsTests-Unordered/SortedCollectionTest.cls/instance/tests - remove/testRemoveAllError.st
R CollectionsTests-Unordered/SortedCollectionTest.cls/instance/tests - remove/testRemoveAllFoundIn.st
R CollectionsTests-Weak/WeakIdentityKeyDictionaryTest.cls/class/building suites/shouldInheritSelectors.st
R CollectionsTests-Weak/WeakKeyToCollectionDictionaryTest.cls/class/building suites/shouldInheritSelectors.st
R Compiler-ParseNodes/ParseNode.cls/instance/testing/isLiteral.st
R FileSystem-Core-Public/FileReference.cls/instance/resolving/resolve_.st
R Gofer-Core/Gofer.cls/class/instance creation/new.st
R Graphics-Primitives/WarpBlt.cls/class/instance creation/current.st
R GroupManager-Announcements/AGroupHasBeenRegistered.cls/instance/accessing/group.st
R GroupManager-Announcements/AGroupHasBeenRegistered.cls/instance/accessing/group_.st
R GroupManager-Announcements/AGroupHasBeenUnregistered.cls/instance/accessing/group.st
R GroupManager-Announcements/AGroupHasBeenUnregistered.cls/instance/accessing/group_.st
R GroupManager/DynamicGroup.cls/instance/accessing/sortBlock_.st
R Kernel-Classes/Class.cls/class/fileIn%2FOut/allSuperclassesFor_cache_.st
R Kernel-Classes/Class.cls/class/fileIn%2FOut/doesNotIncludeInstanceOrSuperclassesFor_in_cache_.st
R Kernel-Classes/Class.cls/class/fileIn%2FOut/fileOutPool_.st
R Kernel-Classes/Class.cls/class/fileIn%2FOut/hasNoDependenciesForMetaclass_in_cache_.st
R Kernel-Classes/Class.cls/class/fileIn%2FOut/hasNoSuperclassesOf_in_cache_.st
R Kernel-Classes/Class.cls/class/fileIn%2FOut/superclassOrder_.st
R Kernel-Classes/Class.cls/class/inquiries/rootsOfTheWorld.st
R Kernel-Classes/Class.cls/class/instance creation/templateForSubclassOf_category_.st
R Kernel-Classes/Class.cls/class/instance creation/template_.st
R Kernel-Classes/Class.cls/class/private/hasNoDependenciesFor_in_cache_.st
R Kernel-Exceptions/BlockCannotReturn.cls/instance/accessing/defaultAction.st
A Kernel-Exceptions/BlockCannotReturn.cls/instance/exceptiondescription/defaultAction.st
A Kernel-Exceptions/BlockCannotReturn.cls/instance/exceptiondescription/isResumable.st
R Kernel-Exceptions/BlockCannotReturn.cls/instance/testing/isResumable.st
R Kernel-Exceptions/InvalidArgument.cls/README.md
R Kernel-Exceptions/InvalidArgument.cls/class/signalling/signalFor_.st
R Kernel-Exceptions/InvalidArgument.cls/class/signalling/signalFor_in_.st
R Kernel-Exceptions/InvalidArgument.cls/class/signalling/signal_for_.st
R Kernel-Exceptions/InvalidArgument.cls/class/signalling/signal_for_in_.st
R Kernel-Exceptions/InvalidArgument.cls/definition.st
R Kernel-Exceptions/InvalidArgument.cls/instance/accessing/argument_.st
A Kernel-Exceptions/NonBooleanReceiver.cls/instance/signaledexception/isResumable.st
R Kernel-Exceptions/NonBooleanReceiver.cls/instance/testing/isResumable.st
R Kernel-Numbers/ExtendedNumberParser.cls/instance/parsing-public/nextInteger.st
R Kernel-Numbers/Integer.cls/instance/converting/asFloat.st
R KernelTests-Chronology/DatePrintFormatTester.cls/instance/asserting/executeShould_inScopeOf_withDescriptionContaining_.st
R KernelTests-Chronology/DatePrintFormatTester.cls/instance/asserting/executeShould_inScopeOf_withDescriptionNotContaining_.st
R KernelTests-Classes/SubclassPoolUser.cls/class/as yet unclassified/author.st
R KernelTests-Classes/SubclassPoolUser.cls/class/as yet unclassified/gloups.st
R KernelTests-Processes/ProcessTest.cls/instance/running/tearDown.st
M KeyChain-UI/KeyChainViewer.cls/instance/initialize/initialize.st
M KeyChain-UI/KeyChainViewer.cls/instance/initialize/initializeWidgets.st
M KeyChain-UI/KeychainEditor.cls/instance/initialize/initialize.st
R KeyChain-UI/KeychainEditor.cls/instance/protocol/cancelled.st
M KeyChain-UI/PasswordInitializationDialogWindow.cls/instance/initialize/initialize.st
M KeyChain-UI/PermissionsEditor.cls/instance/initialize/initialize.st
M KeyChain-UI/SwitchUsers.cls/instance/initialize/initialize.st
M KeyChain-UI/UserEditor.cls/instance/initialize/initialize.st
M KeyChain/Cookie.cls/instance/initialize/initialize.st
M KeyChain/PharoUser.cls/instance/initialize/initialize.st
M KeyChain/PharoUserPermissions.cls/instance/initialize/initialize.st
M KeyChain/UserManager.cls/instance/initialize/initialize.st
R Manifest-Core/extension/RBAbstractClassRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBAddRemoveDependentsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBAllAnyNoneSatisfyRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBAsOrderedCollectionNotNeededRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBAssignmentInBlockRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBAssignmentInIfTrueRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBAssignmentWithoutEffectRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBAtIfAbsentRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBBadMessageRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBBasicLintRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBBetweenAndRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBBlockLintRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBBooleanPrecedenceRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBCascadedNextPutAllsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBClassInstVarNotInitializedRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBClassNameInSelectorRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBClassNotReferencedRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBClassVariableCapitalizationRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBCodeCruftLeftInMethodsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBCollectSelectNotUsedRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBCollectionCopyEmptyRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBCollectionMessagesToExternalObjectRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBCollectionProtocolRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBCompositeLintRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBConsistencyCheckRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBContainsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBDefinesEqualNotHashRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBDetectContainsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBDetectIfNoneRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBEmptyExceptionHandlerRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBEndTrueFalseRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBEqualNilRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBEqualNotUsedRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBEqualsTrueRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBEquivalentSuperclassMethodsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBExcessiveArgumentsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBExcessiveInheritanceRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBExcessiveMethodsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBExcessiveVariablesRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBExtraBlockRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBFileBlocksRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBFloatEqualityComparisonRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBGuardClauseRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBGuardingClauseRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBIfTrueBlocksRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBIfTrueReturnsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBImplementedNotSentRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBInconsistentMethodClassificationRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBInstVarInSubclassesRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBInstanceVariableCapitalizationRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBJustSendsSuperRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBLiteralArrayCharactersRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBLiteralArrayContainsCommaRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBLiteralArrayContainsSuspiciousTrueFalseOrNilRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBLongMethodsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMethodHasNoTimeStampRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMethodModifierFinalRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMethodModifierOverrideRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMethodModifierSuperRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMethodSourceContainsLinefeedsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMinMaxRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMissingSubclassResponsibilityRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMissingSuperSendsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMissingTranslationsInMenusRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBMissingYourselfRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBModifiesCollectionRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBNoClassCommentRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBNotEliminationRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBOnlyReadOrWrittenTemporaryRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBOnlyReadOrWrittenVariableRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBOverridesSpecialMessageRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBParseTreeLintRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBPlatformDependentUserInteractionRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBPrecedenceRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBRefersToClassRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBReturnInEnsureRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBReturnsBooleanAndOtherRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBReturnsIfTrueRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSearchingLiteralRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSendsDeprecatedMethodToGlobalRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSendsDifferentSuperRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSendsUnknownMessageToGlobalRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSentNotImplementedRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSizeCheckRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBStringConcatenationRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSubclassResponsibilityNotDefinedRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSuperSendsNewRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBSuperSendsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBTempVarOverridesInstVarRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBTemporaryVariableCapitalizationRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBTempsReadBeforeWrittenRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBThemeAPIUpdateRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBThreeElementPointRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBToDoCollectRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBToDoRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBToDoWithIncrementRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBTransformationRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBTranslateLiteralsInMenusRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnclassifiedMethodsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUncommonMessageSendRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnconditionalRecursionRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUndeclaredReferenceRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnderscoreAssignmentRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnnecessaryAssignmentRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnoptimizedAndOrRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnoptimizedToDoRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnpackagedCodeRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnreferencedVariablesRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUnwindBlocksRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUsesAddRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUsesTrueRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBUtilityMethodsRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBVariableAssignedLiteralRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBVariableNotDefinedRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBVariableReferencedOnceRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBWhileTrueRule/class/identifierMinorVersionNumber.st
R Manifest-Core/extension/RBYourselfNotUsedRule/class/identifierMinorVersionNumber.st
M Manifest-CriticBrowser/CriticBrowser.cls/instance/initialization/initialize.st
R Manifest-CriticBrowser/SelectRuleBrowser.cls/class/specs/defaultSpec.st
R Manifest-CriticBrowser/SingleRuleCriticBrowser.cls/instance/message handling/perform_orSendTo_.st
R Metacello-Core-Exceptions/MetacelloProjectSpecLoadError.cls/instance/private/isResumable.st
R Metacello-MC-Loaders/MetacelloNullRecordingMCSpecLoader.cls/instance/private/resolvePackageSpecReferences_gofer_.st
R Metacello-MC-Specs/MetacelloMCPartiallyLoadedStatus.cls/class/instance creation/new.st
M Monticello-Loading/MCVersionLoader.cls/instance/loading/load.st
R Monticello-Repositories/MCSqueaksourceRepository.cls/instance/converting/asCreationTemplate.st
M Morphic-Base-Basic/CircleMorph.cls/definition.st
R Morphic-Base-Kernel/BorderedMorph.cls/instance/accessing/useRoundedCorners.st
R Morphic-Base-Kernel/Morph.cls/instance/testing/stepTime.st
R Morphic-Base-MorphTreeWidget-Pagination/PaginatedMorphTreeModel.cls/instance/accessing/defaultChunkSize.st
R Morphic-Base-MorphTreeWidget-Pagination/PaginatedMorphTreeModel.cls/instance/pager managing/chunkSize_.st
R Morphic-Base-MorphTreeWidget-Pagination/PaginatedMorphTreeModel.cls/instance/pager managing/defaultPageSize.st
R Morphic-Base-MorphTreeWidget-Pagination/PaginatedMorphTreeModel.cls/instance/pager managing/pageSize_.st
M Morphic-Base-Pluggable Widgets/PluggableTextMorphWithLimits.cls/instance/initialize/initialize.st
M Morphic-Base-ProgressBar/JobProgressMorph.cls/instance/initialize/initialize.st
R Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/t - accessing/defaultChunkSize.st
R Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/accessing/expandAllFromNode_.st
R NOCompletion-Model/NOCController.cls/class/class initialization/initialize.st
R NOCompletion-Model/NOCController.cls/class/cleanup/cleanUp.st
R NativeBoost-Core-Objects/NBExternalUnionFields.cls/instance/accessing/typeOf_.st
R NativeBoost-Core-Objects/NBQSortCallback.cls/class/accessing/callType.st
R NativeBoost-Mac/NativeBoostMac32.cls/instance/assembler/newAssembler.st
R NativeBoost-Win32/NBWin32Heap.cls/instance/call convention/nbCallingConvention.st
M Nautilus-MCBindings/NautilusMCBindings.cls/class/initialization/initialize.st
M Nautilus-MCBindings/NautilusMCBindings.cls/instance/initialization/initialize.st
R Nautilus-Tests/AbstractNautilusUITest.cls/instance/initialization/tearDown.st
R Nautilus/AbstractNautilusUI.cls/instance/NOCompletion/guessTypeForName_.st
M Nautilus/AbstractNautilusUI.cls/instance/menus behavior/buildInitializeCodeFor_.st
M Nautilus/MultipleMethodsEditor.cls/instance/initialize/initialize.st
M Nautilus/MultipleMethodsEditorAllButtonModel.cls/instance/protocol/initialize.st
M Nautilus/MultipleMethodsEditorButtonModel.cls/instance/protocol/initialize.st
M Nautilus/NautilusUI.cls/instance/initialization/initialize.st
R PackageInfo-Base/PackageOrganizer.cls/class/instance creation/new.st
R Polymorph-TaskbarIcons/extension/MCFileRepositoryInspector/class/taskbarIcon.st
R Polymorph-Tools-Diff/PSMCChangeWrapper.cls/instance/accessing/theme.st
M Polymorph-Widgets-Themes/MorphicUIManager.cls/definition.st
R Polymorph-Widgets-Themes/PharoOrangeTheme.cls/class/accessing/veryLightSelectionColor.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/errorIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/infoIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/lockIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/questionIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/smallDebugIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/smallErrorIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/smallInfoIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/smallLockIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/smallQuestionIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/smallWarningIcon.st
R Polymorph-Widgets-Themes/UIThemeVistary.cls/instance/icons/warningIcon.st
M Polymorph-Widgets-Utilities/DropListItem.cls/instance/initialization/initialize.st
R Polymorph-Widgets-Windows/ListDialogWindow.cls/instance/protocol/initialFilter_.st
R Polymorph-Widgets-Windows/StandardWindow.cls/instance/controls/close.st
R Polymorph-Widgets/ColorChooserMorph.cls/instance/as yet unclassified/enabledString.st
M Polymorph-Widgets/IconicListItem.cls/instance/initialize/initialize.st
M Polymorph-Widgets/PluggableTextFieldMorph.cls/instance/initialization/initialize.st
R Polymorph-Widgets/PluggableTreeMorph.cls/instance/accessing/getMenuSelector.st
R Polymorph-Widgets/SearchMorph.cls/instance/accessing/content.st
R Polymorph-Widgets/extension/StandardWindow/instance/makeBorderless.st
A RPackage-Core/extension/TClassDescription/instance/compileSilently_.st
R RPackage-SystemIntegration/RPackageMCSynchronisationTest.cls/instance/utilities/allManagers.st
A Refactoring-Critics-BlockRules/RBExplicitRequirementMethodsRule.cls/README.md
A Refactoring-Critics-BlockRules/RBExplicitRequirementMethodsRule.cls/definition.st
A Refactoring-Critics-BlockRules/RBExplicitRequirementMethodsRule.cls/instance/accessing/name.st
A Refactoring-Critics-BlockRules/RBExplicitRequirementMethodsRule.cls/instance/accessing/rationale.st
A Refactoring-Critics-BlockRules/RBExplicitRequirementMethodsRule.cls/instance/running/checkClass_.st
A Refactoring-Critics-BlockRules/RBLocalMethodsOfAClassNotInItsTraitComposition.cls/README.md
A Refactoring-Critics-BlockRules/RBLocalMethodsOfAClassNotInItsTraitComposition.cls/definition.st
A Refactoring-Critics-BlockRules/RBLocalMethodsOfAClassNotInItsTraitComposition.cls/instance/accessing/name.st
A Refactoring-Critics-BlockRules/RBLocalMethodsOfAClassNotInItsTraitComposition.cls/instance/accessing/rationale.st
A Refactoring-Critics-BlockRules/RBLocalMethodsOfAClassNotInItsTraitComposition.cls/instance/running/checkClass_.st
A Refactoring-Critics-BlockRules/RBRepeteadMethodsInTheSuperclassRule.cls/README.md
A Refactoring-Critics-BlockRules/RBRepeteadMethodsInTheSuperclassRule.cls/definition.st
A Refactoring-Critics-BlockRules/RBRepeteadMethodsInTheSuperclassRule.cls/instance/accessing/name.st
A Refactoring-Critics-BlockRules/RBRepeteadMethodsInTheSuperclassRule.cls/instance/accessing/rationale.st
A Refactoring-Critics-BlockRules/RBRepeteadMethodsInTheSuperclassRule.cls/instance/running/checkClass_.st
A Refactoring-Critics/extension/ClassTestCase/instance/assertValidLintRule_.st
A Refactoring-Critics/extension/ClassTestCase/instance/targetClassEnvironment.st
R Refactoring-Tests-Core-Data/RBRefactoryTestDataApp.cls/instance/lint/isLiteral.st
R Refactoring-Tests-Critics/RBSmalllintTestObject.cls/instance/methods/isLiteral.st
R Regex-Core/RxsCharacter.cls/instance/testing/isNullable.st
R Regex-Core/RxsPredicate.cls/instance/testing/isAtomic.st
R Ring-Core-Kernel/RGObject.cls/instance/testing types/isTrait.st
R Ring-Core-Kernel/RGVariableDefinition.cls/instance/testing/isGlobalVariable.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/assert_equals_.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/deny_.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/deny_description_.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/deny_description_resumable_.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/executeShould_inScopeOf_.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/should_raise_.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/should_raise_description_.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/shouldnt_raise_.st
R SUnit-Core-Kernel/TestAsserter.cls/instance/asserting/shouldnt_raise_description_.st
R SUnit-Core-Kernel/TestCase.cls/class/instance creation/run.st
R SUnit-Core-Kernel/TestResource.cls/instance/initialize-release/initialize.st
A SUnit-Core-Utilities/ClassTestCase.cls/instance/tests/testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits.st
A SUnit-Core-Utilities/ClassTestCase.cls/instance/tests/testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses.st
A SUnit-Core-Utilities/ClassTestCase.cls/instance/tests/testTraitExplicitRequirementMethodsMustBeImplementedInTheClassOrInASuperclass.st
R SUnit-UITesting/extension/HandMorph/instance/simulateKeyStrokes_.st
R Shout-Styling/SHRBTextStyler.cls/instance/converting/addAttributesFrom_satisfying_to_.st
R Shout-Styling/SHRBTextStyler.cls/instance/converting/unstyledTextFrom_.st
R Shout-Styling/SHRBTextStyler.cls/instance/private/attributesFor_.st
R Shout-Styling/SHRBTextStyler.cls/instance/private/pixelHeight.st
R Shout-Styling/SHRBTextStyler.cls/instance/private/privateFormat_.st
R Slot-Layout/EmptyLayout.cls/instance/accessing/fieldSize.st
R Slot-Layout/EmptyLayout.cls/instance/testing/hasFields.st
R Slot-Layout/EmptyLayout.cls/instance/testing/hasSlots.st
R SmartSuggestions/extension/OCAbstractVariable/instance/isLiteral.st
R SmartSuggestions/extension/TextModel/instance/owner.st
M Spec-Tools-ChangeSorter/ChangeSorterApplication.cls/instance/initialization/initialize.st
M Spec-Tools-ChangeSorter/DualChangeSorterApplication.cls/instance/initialization/initialize.st
M Spec-Tools-ChangeSorter/DualChangeSorterApplication.cls/instance/initialization/initializeWidgets.st
M Spec-Tools-Editor/AbstractApiSetter.cls/instance/initialize/initialize.st
M Spec-Tools-Editor/BlocEditor.cls/instance/initialize/initialize.st
R Spec-Tools-Editor/BlockApiSetter.cls/class/as yet unclassified/spec.st
R Spec-Tools-Editor/BooleanApiSetter.cls/class/as yet unclassified/spec.st
R Spec-Tools-Editor/ColorApiSetter.cls/class/as yet unclassified/spec.st
M Spec-Tools-Editor/ColorEditor.cls/instance/initialize/initialize.st
R Spec-Tools-Editor/IntegerApiSetter.cls/class/as yet unclassified/spec.st
M Spec-Tools-Editor/IntegerEditor.cls/instance/initialize/initialize.st
M Spec-Tools-Editor/STEditor.cls/instance/initialize/initialize.st
R Spec-Tools-Editor/StApiSetter.cls/class/as yet unclassified/spec.st
M Spec-Tools-Editor/SubwidgetItem.cls/instance/initialization/initialize.st
M Spec-Tools-Editor/WidgetSetter.cls/instance/initialization/initialize.st
M Spec-Tools-Monticello/MonticelloRepositoryBrowser.cls/instance/initialize/initialize.st
M Spec-Tools-Monticello/WorkingCopyToolBar.cls/instance/initialize/initialize.st
M Spec-Tools-Senders/MessageBrowser.cls/instance/initialization/initialize.st
M Spec-Widgets-PolyWidgets/InputWidget.cls/instance/initialize/initialize.st
M Spec-Widgets-PolyWidgets/MethodToolbar.cls/instance/initialization/initialize.st
M Spec-Widgets-PolyWidgets/PickListModel.cls/instance/initialization/initialize.st
M Spec-Widgets-PolyWidgets/SearchableTree.cls/instance/initialize/initialize.st
M Spec-Widgets-Support/PanelMorphWithSplitters.cls/instance/initialization/initialize.st
M Spec-Widgets-Support/RadioButtonGroup.cls/instance/initialization/initialize.st
M Spec-Widgets-TreeSupport/TokenTreeFilter.cls/instance/initialization/initialize.st
M Spec-Widgets-TreeSupport/TreeNodeModel.cls/instance/initialize/initialize.st
M Spec-Widgets/AbstractBasicWidget.cls/instance/initialization/initialize.st
M Spec-Widgets/ButtonModel.cls/instance/initialization/initialize.st
M Spec-Widgets/CheckBoxModel.cls/instance/initialization/initialize.st
M Spec-Widgets/DropListModel.cls/instance/initialization/initialize.st
M Spec-Widgets/IconListModel.cls/instance/initialization/initialize.st
M Spec-Widgets/LabelModel.cls/instance/initialization/initialize.st
R Spec-Widgets/MultiColumnListModel.cls/instance/remove me/getIndex.st
M Spec-Widgets/NewListModel.cls/instance/initialize/initialize.st
M Spec-Widgets/RadioButtonModel.cls/instance/initialization/initialize.st
M Spec-Widgets/SliderModel.cls/instance/initialize/initialize.st
M Spec-Widgets/TabManagerModel.cls/instance/initialize/initialize.st
M Spec-Widgets/TabModel.cls/instance/initialize/initialize.st
R Spec-Widgets/TextInputFieldModel.cls/class/specs/title.st
M Spec-Widgets/TextInputFieldModel.cls/instance/initialization/initialize.st
M Spec-Widgets/TextModel.cls/instance/initialization/initialize.st
M Spec-Widgets/TreeModel.cls/class/specs/defaultSpec.st
M Spec-Widgets/TreeModel.cls/instance/drag and drop - private/acceptDroppingMorph_event_inMorph_.st
M Spec-Widgets/TreeModel.cls/instance/initialize/initialize.st
M Spec-Widgets/WindowModel.cls/instance/initialize/initialize.st
R Tests-Monticello/MCChangeNotificationTest.cls/instance/running/tearDown.st
R Tests-Monticello/MCPackageTest.cls/instance/running/setUp.st
A Tests-Release/ReleaseTest.cls/instance/testing/testExplicitRequirementMethodsShouldBeImplementedInTheirUsers.st
A Tests-Release/ReleaseTest.cls/instance/testing/testLocalMethodsOfTheClassShouldNotBeRepeatedInItsTraits.st
A Tests-Release/ReleaseTest.cls/instance/testing/testMethodsOfTheClassShouldNotBeRepeatedInItsSuperclasses.st
R Text-Edition/SmalltalkEditor.cls/class/class initialization/initialize.st
R Text-Edition/SmalltalkEditor.cls/instance/accessing/selectionPosition_.st
R Text-Edition/SmalltalkEditor.cls/instance/accessing/wordAtCaret.st
R Tools-Changes/ClassCommentVersionsBrowser.cls/instance/misc/wantsPrettyDiffOption.st
R Tools-ConfigurationBrowser/MetacelloConfigurationBrowser.cls/instance/accessing/title.st
M Tools-ConfigurationBrowser/MetacelloConfigurationBrowser.cls/instance/initialize-release/initialize.st
M Tools-Finder/FinderUI.cls/instance/initialization/initialize.st
R Tools-Inspector/Inspector.cls/instance/accessing/trash.st
R Tools-Inspector/Inspector.cls/instance/theme/theme.st
R Tools-Profilers/TimeProfiler.cls/instance/actions/expandAllFromNode_.st
M ToolsTest-Base/OpenToolTest.cls/instance/test browse/testOpenBrowseOnTraitMethod.st
A Traits-Composition/TraitComposition.cls/instance/enquiries/allSelectors.st
A Traits-Kernel-Traits/TApplyingOnClassSide.cls/instance/pool variables/sharedPools.st
R Traits-Kernel-Traits/TBehavior.cls/instance/accessing instances and variables/sharedPools.st
R Traits-Kernel-Traits/TBehavior.cls/instance/accessing/classPool.st
R Traits-Kernel-Traits/TClass.cls/class/cleanup/cleanUp.st
R Traits-Kernel-Traits/TClass.cls/class/testing/canZapMethodDictionary.st
R Traits-Kernel-Traits/TClass.cls/instance/accessing method dictionary/addSelectorSilently_withMethod_.st
R Traits-Kernel-Traits/TClass.cls/instance/accessing method dictionary/addSelector_withMethod_notifying_.st
R Traits-Kernel-Traits/TClass.cls/instance/compiling/compile_notifying_.st
R Traits-Kernel-Traits/TClassDescription.cls/class/cleanup/cleanUp.st
R Traits-Kernel-Traits/TClassDescription.cls/class/testing/canZapMethodDictionary.st
R Traits-Kernel/Trait.cls/class/cleanup/cleanUp.st
R Traits-Kernel/TraitDescription.cls/class/cleanup/cleanUp.st
Log Message:
-----------
30323
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30322
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] c805ae: 30322
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: c805aee59f40e70e330b5037194efc38f6151454
https://github.com/pharo-project/pharo-core/commit/c805aee59f40e70e330b5037…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
R Collections-Streams/MultiByteBinaryOrTextStream.cls/instance/private/guessConverter.st
R Collections-Strings/ByteString.cls/instance/converting/convertFromCompoundText.st
M Collections-Strings/ByteString.cls/instance/converting/convertFromSystemString.st
A Keymapping-Core/KMDispatcher.cls/instance/building/bindKeyCombination_toAction_.st
M Keymapping-Core/KMDispatcher.cls/instance/building/on_do_.st
A Keymapping-Core/extension/Morph/instance/bindKeyCombination_toAction_.st
M Keymapping-Core/extension/Morph/instance/on_do_.st
M Multilingual-Languages/LanguageEnvironment.cls/class/public query/defaultSystemConverter.st
R Multilingual-TextConversion/CompoundTextConverter.cls/README.md
R Multilingual-TextConversion/CompoundTextConverter.cls/class/utilities/encodingNames.st
R Multilingual-TextConversion/CompoundTextConverter.cls/definition.st
R Multilingual-TextConversion/CompoundTextConverter.cls/instance/conversion/nextFromStream_.st
R Multilingual-TextConversion/CompoundTextConverter.cls/instance/conversion/nextPut_toStream_.st
R Multilingual-TextConversion/CompoundTextConverter.cls/instance/friend/emitSequenceToResetStateIfNeededOn_.st
R Multilingual-TextConversion/CompoundTextConverter.cls/instance/friend/restoreStateOf_with_.st
R Multilingual-TextConversion/CompoundTextConverter.cls/instance/friend/saveStateOf_.st
R Multilingual-TextConversion/CompoundTextConverter.cls/instance/initialization/initialize.st
R Multilingual-TextConversion/CompoundTextConverter.cls/instance/private/nextPutValue_toStream_withShiftSequenceIfNeededForLeadingChar_.st
R Multilingual-TextConversion/CompoundTextConverter.cls/instance/private/parseShiftSeqFromStream_.st
M NautilusRefactoring-Utilities/ChangesBrowser.cls/instance/initialization/initializeTextArea.st
M NautilusRefactoring-Utilities/ChangesBrowser.cls/instance/initialization/initializeWidgets.st
M Network-UUID/UUIDGenerator.cls/instance/random seed/makeSeedFromSound.st
M OpalCompiler-Core-Semantics/OCAbstractMethodScope.cls/instance/scope/outerOffsetTo_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script115.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30322.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M Settings-Polymorph/PolymorphSystemSettings.cls/class/sound/soundSettingsOn_.st
M Shout-Styling/SHTextStylerST80.cls/class/style table/tangoStyleTable.st
M Spec-Core/ComposableModel.cls/instance/private-focus/ensureKeyBindingsFor_.st
M Spec-Core/ComposableModel.cls/instance/private-focus/registerKeyStrokesForNextFor_.st
M Spec-Core/ComposableModel.cls/instance/private-focus/registerKeyStrokesForPreviousFor_.st
A Spec-Core/ComposableModel.cls/instance/protocol-shortcuts/bindKeyCombination_toAction_.st
M Spec-Core/ComposableModel.cls/instance/protocol-shortcuts/on_do_.st
M Spec-Debugger/EyeDebuggerContextInspector.cls/instance/list/addSpecialFields_.st
M Spec-Debugger/SpecDebugger.cls/instance/initialization/setStackShortcuts.st
R Spec-Inspector-Element/ContextTempEyeElement.cls/class/as yet unclassified/host_tempName_.st
A Spec-Inspector-Element/ContextTempEyeElement.cls/class/as yet unclassified/host_tempName_tempIndex_.st
M Spec-Inspector-Element/ContextTempEyeElement.cls/definition.st
M Spec-Inspector-Element/ContextTempEyeElement.cls/instance/accessing/accessorCode.st
M Spec-Inspector-Element/ContextTempEyeElement.cls/instance/accessing/save_.st
A Spec-Inspector-Element/ContextTempEyeElement.cls/instance/accessing/tempIndex.st
A Spec-Inspector-Element/ContextTempEyeElement.cls/instance/accessing/tempIndex_.st
M Spec-Inspector-Element/ContextTempEyeElement.cls/instance/accessing/value.st
M Spec-Inspector/EyeContextInspector.cls/instance/list/addVariableFields_.st
M Spec-Inspector/EyeInspector.cls/instance/initialize-release/initializeShortcuts.st
M Spec-Inspector/InspectorWrapper.cls/instance/initialize/initializeShortcuts.st
M Spec-Tools-ChangeSorter/ChangeSorterApplication.cls/instance/protocol/changesModelOn_do_.st
M Spec-Tools-ChangeSorter/ChangeSorterApplication.cls/instance/protocol/classesOn_do_.st
M Spec-Tools-ChangeSorter/ChangeSorterApplication.cls/instance/protocol/methodsOn_do_.st
M Spec-Tools-ChangeSorter/ChangeSorterApplication.cls/instance/shortcuts/registerChangeSetShortcuts_.st
M Spec-Tools-ChangeSorter/ChangeSorterApplication.cls/instance/shortcuts/registerClassShortcuts_.st
M Spec-Tools-ChangeSorter/ChangeSorterApplication.cls/instance/shortcuts/registerMethodShortcuts_.st
M Spec-Tools-Senders/MessageBrowser.cls/instance/initialization/registerListShortcutsFor_.st
M Spec-Widgets/ButtonModel.cls/instance/initialization/initialize.st
M Spec-Widgets/ListComposableModel.cls/instance/initialize/initialize.st
R System-Applications/MailSender.cls/README.md
R System-Applications/MailSender.cls/class/accessing/smtpServer.st
R System-Applications/MailSender.cls/class/accessing/userName.st
R System-Applications/MailSender.cls/class/communication/sendMessage_.st
R System-Applications/MailSender.cls/class/settings/setSmtpServer.st
R System-Applications/MailSender.cls/class/settings/setSmtpServer_.st
R System-Applications/MailSender.cls/class/settings/setUserName.st
R System-Applications/MailSender.cls/class/testing/isSmtpServerSet.st
R System-Applications/MailSender.cls/definition.st
M System-Applications/SoundService.cls/README.md
R System-Applications/SoundService.cls/class/settings/defaultSoundEnabled.st
M System-Applications/SoundService.cls/class/settings/soundEnabled.st
M System-Applications/SoundService.cls/class/settings/soundEnabled_.st
M System-Applications/SoundService.cls/class/settings/toggleSoundEnabling.st
M System-Hashing-DSA/DigitalSignatureAlgorithm.cls/instance/initialization/initRandomNonInteractively.st
R System-Sound/AbstractSoundSystem.cls/README.md
R System-Sound/AbstractSoundSystem.cls/class/preference access/soundEnabled.st
R System-Sound/AbstractSoundSystem.cls/class/preference access/soundEnabled_.st
R System-Sound/AbstractSoundSystem.cls/class/preference access/soundQuickStart.st
R System-Sound/AbstractSoundSystem.cls/class/preference access/soundQuickStart_.st
R System-Sound/AbstractSoundSystem.cls/definition.st
R System-Sound/AbstractSoundSystem.cls/instance/misc/randomBitsFromSoundInput_.st
R System-Sound/AbstractSoundSystem.cls/instance/misc/sampledSoundChoices.st
R System-Sound/AbstractSoundSystem.cls/instance/misc/shutDown.st
R System-Sound/AbstractSoundSystem.cls/instance/misc/soundNamed_.st
R System-Sound/AbstractSoundSystem.cls/instance/playing/beep.st
R System-Sound/AbstractSoundSystem.cls/instance/playing/playSampledSound_rate_.st
R System-Sound/AbstractSoundSystem.cls/instance/playing/playSoundNamedOrBeep_.st
R System-Sound/AbstractSoundSystem.cls/instance/playing/playSoundNamed_.st
R System-Sound/AbstractSoundSystem.cls/instance/playing/playSoundNamed_ifAbsentReadFrom_.st
M System-Sound/DummySoundSystem.cls/README.md
R System-Sound/DummySoundSystem.cls/class/initialization/initialize.st
R System-Sound/DummySoundSystem.cls/class/initialization/unload.st
M System-Sound/DummySoundSystem.cls/definition.st
A System-Sound/DummySoundSystem.cls/instance/beep/beep.st
M System-Sound/DummySoundSystem.cls/instance/misc/randomBitsFromSoundInput_.st
R System-Sound/DummySoundSystem.cls/instance/misc/soundNamed_.st
R System-Sound/DummySoundSystem.cls/instance/playing/beep.st
A System-Sound/DummySoundSystem.cls/instance/private/beepPrimitive.st
A System-Sound/DummySoundSystem.cls/instance/query/soundNamed_.st
A System-Sound/SoundSystem.cls/README.md
A System-Sound/SoundSystem.cls/class/current /current.st
A System-Sound/SoundSystem.cls/class/current /current_.st
A System-Sound/SoundSystem.cls/class/current /resetSoundSystem.st
A System-Sound/SoundSystem.cls/class/setting/soundEnabled.st
A System-Sound/SoundSystem.cls/class/setting/soundEnabled_.st
A System-Sound/SoundSystem.cls/class/setting/soundQuickStart.st
A System-Sound/SoundSystem.cls/class/setting/soundQuickStart_.st
A System-Sound/SoundSystem.cls/definition.st
A System-Sound/SoundSystem.cls/instance/accessing/soundEnabled.st
A System-Sound/SoundSystem.cls/instance/activation hooks/activate.st
A System-Sound/SoundSystem.cls/instance/activation hooks/deactivate.st
A System-Sound/SoundSystem.cls/instance/activation hooks/shutDown.st
A System-Sound/SoundSystem.cls/instance/beep/beep.st
A System-Sound/SoundSystem.cls/instance/query/soundNamed_.st
A System-Sound/SoundSystem.cls/instance/sounds/playSampledSound_rate_.st
A System-Sound/SoundSystem.cls/instance/sounds/playSoundNamedOrBeep_.st
A System-Sound/SoundSystem.cls/instance/sounds/playSoundNamed_.st
A System-Sound/SoundSystem.cls/instance/sounds/playSoundNamed_ifAbsentReadFrom_.st
A System-Sound/SoundSystem.cls/instance/to deprecate/randomBitsFromSoundInput_.st
A System-Sound/SoundSystem.cls/instance/to deprecate/sampledSoundChoices.st
M System-Support/SmalltalkImage.cls/instance/PharoKernel-private/privShrinkingProcessWith_.st
M Tabs/TabManager.cls/instance/initialize/registerShortcuts.st
M Tests-System/ClassQueryTest.cls/instance/dependencies/testReferencedClasses.st
M Tools-Spotlight/Spotlight.cls/instance/initialize/initialize.st
Log Message:
-----------
30322
11245 Debugger show incorrect variables values
https://pharo.fogbugz.com/f/cases/11245
11296 ByteString>>convertFromCompoundText does not work and has no sender.
https://pharo.fogbugz.com/f/cases/11296
11299 on:do: for keyMapping should be renamed into something else
https://pharo.fogbugz.com/f/cases/11299
11300 In Tango PoolVariable should not be red but the same color as classVariable
https://pharo.fogbugz.com/f/cases/11300
6933 SoundSystem cleanup
https://pharo.fogbugz.com/f/cases/6933
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30321
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] f490d1: 30321
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: f490d1f6071d4ee17d7c5bf6dffa05f754aa75fd
https://github.com/pharo-project/pharo-core/commit/f490d1f6071d4ee17d7c5bf6…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M Kernel-Objects/Object.cls/instance/finalization/actAsExecutor.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script114.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30321.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
30321
11284 Split the kernel fix in two for integration
https://pharo.fogbugz.com/f/cases/11284
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30320
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] f7cd72: 30320
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: f7cd72e94d5f278af8e4e2d56848431f86199cc4
https://github.com/pharo-project/pharo-core/commit/f7cd72e94d5f278af8e4e2d5…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
A Morphic-Base-Kernel/Morph.cls/instance/updating/actAsExecutor.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/breakDependents.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/canDiscardEdits.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/dependents.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/okToChange.st
M Morphic-Base-Kernel/Morph.cls/instance/updating/removeDependent_.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/update_with_.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/windowIsClosing.st
M Morphic-Base-Windows/SystemWindow.cls/instance/open%2Fclose/delete.st
M Polymorph-Widgets-Windows/StandardWindow.cls/instance/open%2Fclose/delete.st
M Polymorph-Widgets/extension/Morph/instance/myDependents.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script113.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30320.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
A System-Support/Model.cls/instance/dependents-private/actAsExecutor.st
A System-Support/Model.cls/instance/dependents-private/myDependents.st
A System-Support/Model.cls/instance/dependents-private/myDependents_.st
A System-Support/Model.cls/instance/dependents/addDependent_.st
A System-Support/Model.cls/instance/dependents/breakDependents.st
A System-Support/Model.cls/instance/dependents/dependents.st
R System-Support/Model.cls/instance/dependents/myDependents.st
R System-Support/Model.cls/instance/dependents/myDependents_.st
A System-Support/Model.cls/instance/dependents/removeDependent_.st
A System-Support/Model.cls/instance/updating/okToChange.st
A System-Support/Model.cls/instance/updating/update_with_.st
A System-Support/Model.cls/instance/updating/windowIsClosing.st
A Text-Core/TextStyle.cls/class/accessing/removeDependent_.st
M UI-Basic/extension/Model/instance/canDiscardEdits.st
Log Message:
-----------
30320
11281 Move references to DependentField to proper classes
https://pharo.fogbugz.com/f/cases/11281
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30319
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 16b78a: 30319
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 16b78a9fba1cb7173da528f40e37c11146a4dfb3
https://github.com/pharo-project/pharo-core/commit/16b78a9fba1cb7173da528f4…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M Nautilus/AbstractNautilusUI.cls/class/menu/buildAnalyzeSubMenu_.st
A Nautilus/extension/Class/instance/buildAnalyzeSubMenu_.st
A Nautilus/extension/TClass/instance/buildAnalyzeSubMenu_.st
A Nautilus/extension/Trait/instance/buildAnalyzeSubMenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/classRefactoringSubmenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/classVarRefactoringSubmenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/instVarRefactoringSubmenu_.st
M NautilusRefactoring/NautilusRefactoring.cls/class/menu/refactoringClassMenu_.st
A NautilusRefactoring/extension/Class/instance/instVarRefactoringSubmenu_.st
A NautilusRefactoring/extension/Class/instance/refactoringMenu_.st
A NautilusRefactoring/extension/Class/instance/refactoringSubmenu_.st
A NautilusRefactoring/extension/Class/instance/varRefactoringSubMenu_.st
A NautilusRefactoring/extension/TClass/instance/instVarRefactoringSubmenu_.st
A NautilusRefactoring/extension/TClass/instance/refactoringMenu_.st
A NautilusRefactoring/extension/TClass/instance/refactoringSubmenu_.st
A NautilusRefactoring/extension/TClass/instance/varRefactoringSubMenu_.st
A NautilusRefactoring/extension/Trait/instance/instVarRefactoringSubmenu_.st
A NautilusRefactoring/extension/Trait/instance/refactoringMenu_.st
A NautilusRefactoring/extension/Trait/instance/refactoringSubmenu_.st
A NautilusRefactoring/extension/Trait/instance/varRefactoringSubMenu_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script112.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30319.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M System-Support/SystemVersion.cls/README.md
Log Message:
-----------
30319
11278 Refactoring menu should not show some items for traits
https://pharo.fogbugz.com/f/cases/11278
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30318
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 01787d: 30318
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 01787d63f23da873c35b1b8e5222d690d02fed29
https://github.com/pharo-project/pharo-core/commit/01787d63f23da873c35b1b8e…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M FreeType-Base/FT2Face.cls/instance/printing/printOn_.st
M FreeType-Base/FT2Handle.cls/instance/printing/printOn_.st
M FreeType-Cache/FreeTypeCache.cls/class/accessing/current.st
M FreeType-Cache/FreeTypeCache.cls/instance/add-remove/atFont_charCode_type_put_.st
M FreeType-Cache/FreeTypeCache.cls/instance/public/report.st
M FreeType-FontManager/FreeTypeFontProvider.cls/instance/accessing/addFromFileContents_baseName_.st
M FreeType-FontManager/FreeTypeFontProvider.cls/instance/loading and updating/updateFromFile_.st
M FreeType-Fonts/FreeTypeFace.cls/instance/validation/create.st
M FreeType/extension/AbstractFont/instance/widthAndKernedWidthOfLeft_right_into_.st
M Graphics-Files/GIFReadWriter.cls/instance/private-decoding/readBody.st
M Graphics-Files/GIFReadWriter.cls/instance/private-encoding/writeHeader.st
M Kernel-BasicObjects/Character.cls/instance/converting/asUnicode.st
M Kernel-Chronology/Date.cls/class/importing/readFrom_.st
M Kernel-Classes/Categorizer.cls/instance/accessing/categories.st
M Kernel-Classes/Categorizer.cls/instance/accessing/elementCategoryDict.st
M Kernel-Classes/Class.cls/instance/accessing/localSelectors.st
M Kernel-Classes/ClassBuilder.cls/instance/class definition/name_inEnvironment_subclassOf_type_instanceVariableNames_classVariableNames_poolDictionaries_category_unsafe_.st
M Kernel-Classes/ClassOrganizer.cls/instance/private/notifyOfChangedSelectorsOldDict_newDict_.st
M Kernel-Classes/Metaclass.cls/instance/accessing/localSelectors.st
M Kernel-Methods/BlockLocalTempCounter.cls/instance/initialize-release/tempCountForBlockAt_in_.st
M Kernel-Methods/BlockLocalTempCounter.cls/instance/initialize-release/testTempCountForBlockAt_in_.st
M Kernel-Numbers/Number.cls/class/deprecated/readScaledDecimal_fractionPart_digits_base_sign_from_.st
M Kernel-Objects/Object.cls/instance/error handling/dpsTrace_.st
M Kernel-Processes/Delay.cls/class/testing/nextWakeUpTime.st
M Kernel-Processes/Monitor.cls/instance/private/exitAndWaitInQueue_maxMilliseconds_.st
M Manifest-Core/BuilderManifest.cls/class/instance creation/ofPackageNamed_.st
M Manifest-Core/BuilderManifest.cls/class/instance creation/of_.st
M Monticello-Loading/MethodAddition.cls/instance/notifying/notifyObservers.st
M Monticello-Modeling/MCMethodDefinition.cls/instance/installing/scanForPreviousVersion.st
M MonticelloGUI/MCFileRepositoryInspector.cls/class/as yet unclassified/order.st
M MonticelloGUI/MCFileRepositoryInspector.cls/instance/morphic ui/versionList.st
M MonticelloGUI/MCRepositoryInspector.cls/instance/accessing/setRepository_workingCopy_.st
M MonticelloGUI/MCWorkingCopyBrowser.cls/instance/metacello/addMetacelloBaseline.st
M Nautilus/AbstractNautilusUI.cls/class/menu/groupsMenu_.st
M Nautilus/AbstractNautilusUI.cls/instance/source code area/contentSelectionFor_.st
M Nautilus/AbstractNautilusUI.cls/instance/source code area/lockTextArea.st
M Nautilus/AbstractNautilusUI.cls/instance/source code area/sourceCode.st
M Nautilus/NautilusUI.cls/instance/source code area/methodModified_.st
M Nautilus/SortHierarchically.cls/class/actions/sortNodes_.st
M RPackage-Core/RPackageOrganizer.cls/class/singleton/default.st
M RPackage-Core/extension/CompiledMethod/instance/handleUnpackaged_.st
M RecentSubmissions-UI/MessageListBrowser.cls/instance/text/textToDisplay.st
M RecentSubmissions-UI/MessageListBrowser.cls/instance/text/updateTextArea.st
M RecentSubmissions-UI/MessageListNonInspectableNode.cls/instance/accessing/dictionary.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script111.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30318.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M Unicode-Initialization/extension/ByteTextConverter/class/generateByteToUnicodeSpec_.st
Log Message:
-----------
30318
11271 isNil ifTrue: to ifNil: part 11
https://pharo.fogbugz.com/f/cases/11271
11270 isNil ifTrue: to ifNil: part 10
https://pharo.fogbugz.com/f/cases/11270
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30317
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 9a3079: 30317
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 9a3079bb7f48f3ffc183f25ef0cab03eb78b194a
https://github.com/pharo-project/pharo-core/commit/9a3079bb7f48f3ffc183f25e…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M Graphics-Display Objects/Form.cls/instance/converting/colorReduced.st
M HudsonBuildTools20/HDCoverageReport.cls/instance/private/methodsIn_.st
M Morphic-Base-Kernel/HandMorph.cls/instance/cursor/showTemporaryCursor_hotSpotOffset_.st
M Morphic-Base-Kernel/HandMorph.cls/instance/drawing/drawOn_.st
M Morphic-Base-Kernel/HandMorph.cls/instance/focus handling/newMouseFocus_event_.st
M Morphic-Base-Kernel/HandMorph.cls/instance/selected object/selectedObject.st
M Morphic-Base-Kernel/Morph.cls/instance/geometry/goHome.st
M Morphic-Base-Kernel/Morph.cls/instance/halos and balloon help/removeHalo.st
M Morphic-Base-Kernel/Morph.cls/instance/layout/minHeight_.st
M Morphic-Base-Kernel/Morph.cls/instance/layout/minWidth_.st
M Morphic-Base-Kernel/Morph.cls/instance/rotate scale and flex/rotationCenter_.st
M Morphic-Base-Kernel/Morph.cls/instance/structure/world.st
M Morphic-Base-Kernel/MorphExtension.cls/instance/accessing - other properties/hasProperty_.st
M Morphic-Base-Kernel/MorphExtension.cls/instance/accessing - other properties/sortedPropertyNames.st
M Morphic-Base-Kernel/MorphExtension.cls/instance/other/isDefault.st
M NautilusCommon-Plugin/AnnotationRequest.cls/instance/requests/priorTimeStamp.st
M NautilusCommon-Plugin/AnnotationRequest.cls/instance/requests/timeStamp.st
M NautilusCommon/extension/SystemNavigation/instance/browseSharedPoolUsersOf_.st
M Network-Url/Authorizer.cls/instance/authentication/mapFrom_to_.st
M Network-Url/HierarchicalUrl.cls/instance/printing/fullPath.st
M Network-Url/HierarchicalUrl.cls/instance/printing/printOn_.st
M NewClassOrganizer/ClassOrganization.cls/instance/notifications/notifyOfChangedSelectorsOldDict_newDict_.st
M Polymorph-Widgets/extension/Morph/instance/minExtent.st
M Polymorph-Widgets/extension/Morph/instance/myDependents_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script110.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30317.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M Shout-Styling/extension/FinderUI/instance/shoutAboutToStyle_.st
M Slot/extension/ClassDescription/instance/initializeLayout.st
M System-Hashing-DSA/DigitalSignatureAlgorithm.cls/instance/initialization/initRandomFromUser.st
M Traits-Kernel-Traits/TBehavior.cls/instance/printing/literalScannedAs_notifying_.st
M Traits-Kernel-Traits/TBehavior.cls/instance/queries/whichSuperclassSatisfies_.st
M Traits-Kernel-Traits/TBehavior.cls/instance/testing method dictionary/includesLocalSelector_.st
M Traits-Kernel-Traits/TBehavior.cls/instance/traits/ensureLocalSelectors.st
M Traits-Kernel-Traits/TClass.cls/instance/accessing method dictionary/addSelector_withMethod_notifying_.st
M Traits-Kernel-Traits/TClassDescription.cls/instance/accessing method dictionary/addSelector_withMethod_notifying_.st
M Traits-Kernel-Traits/TClassDescription.cls/instance/instance variables/instVarNameForIndex_.st
M Traits-Kernel-Traits/TClassDescription.cls/instance/organization updating/updateOrganizationDescription_oldCategory_newCategory_changed_.st
Log Message:
-----------
30317
11269 isNil ifTrue: to ifNil: part 9
https://pharo.fogbugz.com/f/cases/11269
11277 isNil ifTrue: to: ifNil: Morphic Kernel
https://pharo.fogbugz.com/f/cases/11277
11272 isNil ifTrue: to ifNil: part 12 (last before morphic)
https://pharo.fogbugz.com/f/cases/resolve/11272
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30316
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] d58280: 30316
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: d5828098eff621ef4169ee9f30678e86c79cda48
https://github.com/pharo-project/pharo-core/commit/d5828098eff621ef4169ee9f…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M DebuggerModel/DebugContext.cls/instance/evaluating actions/recompileCurrentMethodTo_notifying_.st
M DebuggerModel/DebugSession.cls/instance/debugging actions/terminate.st
M DebuggerModel/DebugSession.cls/instance/initialization/process_context_.st
M HelpSystem-Core-Model/HelpTopic.cls/instance/accessing/subtopics.st
M HelpSystem-Core-UI/HelpBrowser.cls/class/accessing/defaultHelpBrowser.st
M HelpSystem-Core-UI/HelpBrowser.cls/instance/events/onItemClicked_.st
M HelpSystem-Core-UI/HelpIcons.cls/class/accessing/icons.st
M Manifest-CriticBrowser/CriticBrowser.cls/instance/private/reapplyThisRule.st
M Manifest-CriticBrowser/CriticsCache.cls/instance/protocol/criticsOf_.st
M Morphic-Base-Worlds/WorldState.cls/instance/alarms/removeAlarm_for_.st
M Morphic-Base-Worlds/WorldState.cls/instance/canvas/canvas_.st
M NECompletion/extension/Workspace/instance/guessTypeForName_.st
M SUnit-Core-Kernel/TestResource.cls/class/private/resetOrAddResourcesTo_.st
M SUnit-Core-Kernel/TestResource.cls/class/testing/isAvailable.st
M SUnit-Core-Kernel/TestResource.cls/instance/accessing/name.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script109.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30316.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M System-Support/Beeper.cls/class/customize/default.st
M System-Support/SmalltalkImage.cls/instance/class and trait names/renameClassNamed_as_.st
M System-Support/SmalltalkImage.cls/instance/memory space/installLowSpaceWatcher.st
M System-Support/SmalltalkImage.cls/instance/snapshot and quit/send_toClassesNamedIn_with_.st
M System-Support/SmalltalkImage.cls/instance/snapshot and quit/startupImage_snapshotWorked_.st
M System-Support/SmalltalkImage.cls/instance/sources%2C change log/checkAndOpenSourcesAndChanges.st
M System-Support/SystemDictionary.cls/instance/classes and traits/removeClassNamed_.st
M System-Support/SystemDictionary.cls/instance/renaming/renameClassNamed_as_.st
M Tools-Base/Workspace.cls/instance/binding/bindingOf_.st
M Tools-Changes/ChangeList.cls/class/public access/browseRecentLogOn_startingFrom_.st
M Tools-Debugger/BreakpointManager.cls/class/install-uninstall/installInClass_selector_.st
M Tools-Debugger/BreakpointManager.cls/class/private/installed.st
M Tools-FileList/FileList.cls/instance/accessing/reference_.st
M Tools-Finder/DialogItemsChooser.cls/instance/accessing/choicesList.st
M Tools-Finder/FinderUI.cls/instance/text areas behavior/sourceCode.st
M Tools-Inspector/DictionaryInspector.cls/instance/menu/renameEntry.st
M Tools-Profilers/AndreasSystemProfiler.cls/instance/reporting/report_cutoff_.st
M Tools-Profilers/MessageTally.cls/class/spying/tallySendsTo_inBlock_showTree_closeAfter_openResultWindow_.st
M Tools-Profilers/MessageTally.cls/instance/printing/printOn_total_totalTime_tallyExact_.st
Log Message:
-----------
30316
11267 isNil ifTrue: to ifNil: part 7
https://pharo.fogbugz.com/f/cases/11267
11268 isNil ifTrue: to ifNil: part 8
https://pharo.fogbugz.com/f/cases/11268
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30315
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] beae98: 30315
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: beae9804f6d55907ef18ce6ca5263003fac94f89
https://github.com/pharo-project/pharo-core/commit/beae9804f6d55907ef18ce6c…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M Collections-Sequenceable/LinkedList.cls/instance/copying/postCopy.st
M Collections-Sequenceable/SortedCollection.cls/instance/private/indexForInserting_.st
M Compiler-Kernel/BytecodeEncoder.cls/instance/temps/bindBlockArg_within_.st
M Compiler-Kernel/BytecodeEncoder.cls/instance/temps/bindBlockTemp_within_.st
M Compiler-ParseNodes/LeafNode.cls/instance/private/code_type_.st
M Compiler-ParseNodes/LiteralNode.cls/instance/printing/printOn_indent_.st
M Compiler-ParseNodes/MessageNode.cls/instance/initialize-release/receiver_selector_arguments_precedence_from_.st
M Compiler-ParseNodes/MethodNode.cls/instance/code generation (closures)/addLocalsToPool_.st
M Compiler-ParseNodes/MethodNode.cls/instance/code generation (closures)/noteBlockEntry_.st
M Compiler-ParseNodes/RemoteTempVectorNode.cls/instance/code generation (closures)/addRemoteTemp_encoder_.st
M Compression-Streams/GZipReadStream.cls/class/unzipping/unzip_to_.st
M Compression-Streams/InflateStream.cls/instance/huffman trees/mapValues_by_.st
M Compression-Streams/ZipWriteStream.cls/class/regression test/regressionDecompress_from_notifying_stats_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/README.md
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/definition.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/as yet unclassified/openModal_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAlphaImage_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAlphaSelector_getAlpha_setAlpha_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEditorFor_getText_setText_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_font_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_font_help_entryCompletion_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_getText_setText_getEnabled_help_entryCompletion_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_font_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_font_help_entryCompletion_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newAutoAcceptTextEntryFor_get_set_class_getEnabled_help_entryCompletion_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBalloonHelp_for_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBalloonHelp_for_corner_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBasicTextEditorFor_getText_setText_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBasicTextEditorFor_getText_setText_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBasicTextEditorFor_getText_setText_getEnabled_menu_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBracketSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newBracketSliderFor_getValue_setValue_min_max_quantum_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_action_getEnabled_label_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_action_label_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_getState_action_arguments_getEnabled_getLabel_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_getState_action_arguments_getEnabled_labelForm_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonFor_getState_action_arguments_getEnabled_label_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonLabelFor_label_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newButtonLabel_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCancelButton.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCancelButtonFor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCheckboxFor_getSelected_setSelected_getEnabled_getLabel_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCheckboxFor_getSelected_setSelected_getEnabled_label_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCheckboxFor_getSelected_setSelected_label_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCloseButton.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCloseButtonFor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newCloseControlFor_action_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newColorChooserFor_getColor_setColor_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newColorChooserFor_getColor_setColor_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newColorPresenterFor_getColor_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newColumn_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newDialogPanel.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newDropListFor_list_getSelected_setSelected_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newDropListFor_list_getSelected_setSelected_getEnabled_useIndex_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newDropListFor_list_getSelected_setSelected_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newEditableDropListFor_list_getSelected_setSelected_addToList_class_default_ghostText_getEnabled_useIndex_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newEditableDropListFor_list_getSelected_setSelected_addToList_ghostText_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newEmbeddedMenu.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newExpander_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newExpander_forAll_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newExpander_for_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newFuzzyLabelFor_label_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newFuzzyLabelFor_label_offset_alpha_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newFuzzyLabel_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupbox.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupboxForAll_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupboxFor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupbox_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupbox_forAll_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newGroupbox_for_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newHSVASelector_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newHSVSelector_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newHueSelector_getHue_setHue_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newImageFor_get_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newImage_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newImage_size_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newIncrementalSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabelFor_getLabel_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabelFor_label_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabelGroup_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabelGroup_font_labelColor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newLabel_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newListFor_list_selected_changeSelected_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newListFor_list_selected_changeSelected_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newListFor_list_selected_changeSelected_icon_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMenu.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMenuFor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphDropListFor_list_getSelected_setSelected_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphDropListFor_list_getSelected_setSelected_getEnabled_useIndex_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphDropListFor_list_getSelected_setSelected_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphListFor_list_getSelected_setSelected_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMorphListFor_list_getSelected_setSelected_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newMultistateButton.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newNoButton.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newNoButtonFor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newOKButton.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newOKButtonFor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newOKButtonFor_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newOverflowRowForAll_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newPanel.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newPluggableDialogWindow.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newPluggableDialogWindow_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newPluggableDialogWindow_for_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newRadioButtonFor_getSelected_setSelected_getEnabled_label_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newRadioButtonFor_getSelected_setSelected_label_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newRow.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newRow_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSVSelector_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newScrollPaneFor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSeparator.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSliderFor_getValue_setValue_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSliderFor_getValue_setValue_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newSliderFor_getValue_setValue_min_max_quantum_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newStack.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newStack_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newString_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newString_font_style_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newString_style_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTabGroup_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEditorFor_getText_setText_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEditorFor_getText_setText_getEnabled_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEditorFor_getText_setText_getEnabled_menu_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEntryFor_getText_setText_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEntryFor_getText_setText_getEnabled_help_entryCompletion_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEntryFor_getText_setText_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTextEntryFor_get_set_class_getEnabled_help_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newText_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTitle_for_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolDockingBar.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolSpacer.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolbar.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolbarHandle.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newToolbar_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newTreeFor_list_selected_changeSelected_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newVerticalSeparator.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newWindowFor_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newWorkArea.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newYesButton.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/controls/newYesButtonFor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/abort_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/abort_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/alert_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/alert_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/alert_title_configure_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/centeredAlert_title_configure_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseColor.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseColor_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseColor_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseDirectory_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseDirectory_path_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseDropList_list_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseDropList_title_list_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseFileName_extensions_path_preview_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseFont.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/chooseFont_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/deny_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/deny_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileOpen_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileOpen_extensions_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileOpen_extensions_path_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileOpen_extensions_path_preview_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileSave_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileSave_extensions_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileSave_extensions_path_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/fileSave_path_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/longMessage_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/message_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/message_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/proceed_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/proceed_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/questionWithoutCancel_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/questionWithoutCancel_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/question_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/question_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/textEntry_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/textEntry_title_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/services/textEntry_title_entryText_.st
A Morphic-Examples-Widgets/ExampleBuilderMorph.cls/instance/theme/theme.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/README.md
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/definition.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/accessing/option.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/accessing/option_.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/beCenter.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/beLeft.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/beRight.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/initialize.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/isCenter.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/isLeft.st
A Morphic-Examples-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/isRight.st
A Morphic-Examples-Widgets/WidgetExamples.cls/README.md
A Morphic-Examples-Widgets/WidgetExamples.cls/definition.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/cleanup/closeExampleDialogs.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/examples/exampleBasicControls.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/examples/exampleBuilder.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/examples/exampleColorControls.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/examples/exampleDialogs.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/examples/exampleGroups.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/examples/exampleOtherControls.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/examples/exampleTextEntryWithCompletionDialog.st
A Morphic-Examples-Widgets/WidgetExamples.cls/instance/examples/exampleWindowWithToolbars.st
R Morphic-Examples/WidgetExamples.cls/README.md
R Morphic-Examples/WidgetExamples.cls/definition.st
R Morphic-Examples/WidgetExamples.cls/instance/cleanup/closeExampleDialogs.st
R Morphic-Examples/WidgetExamples.cls/instance/examples/exampleBasicControls.st
R Morphic-Examples/WidgetExamples.cls/instance/examples/exampleBuilder.st
R Morphic-Examples/WidgetExamples.cls/instance/examples/exampleColorControls.st
R Morphic-Examples/WidgetExamples.cls/instance/examples/exampleDialogs.st
R Morphic-Examples/WidgetExamples.cls/instance/examples/exampleGroups.st
R Morphic-Examples/WidgetExamples.cls/instance/examples/exampleOtherControls.st
R Morphic-Examples/WidgetExamples.cls/instance/examples/exampleTextEntryWithCompletionDialog.st
R Morphic-Examples/WidgetExamples.cls/instance/examples/exampleWindowWithToolbars.st
M Multilingual-TextConversion/TextConverter.cls/class/instance creation/newForEncoding_.st
M Network-Kernel/NetNameResolver.cls/class/address string utils/addressFromString_.st
M Network-Kernel/NetNameResolver.cls/class/lookups/addressForName_timeout_.st
M Network-Kernel/Socket.cls/class/examples/timeTest.st
M Network-Kernel/Socket.cls/class/examples/timeTestUDP.st
M Network-Kernel/Socket.cls/class/tests/sendTest.st
M Network-Kernel/Socket.cls/class/utilities/pingPorts_on_timeOutSecs_.st
M Network-Kernel/Socket.cls/class/utilities/ping_.st
M Network-Kernel/Socket.cls/instance/initialize-destroy/acceptFrom_.st
M Network-Kernel/Socket.cls/instance/initialize-destroy/destroy.st
M Network-Kernel/Socket.cls/instance/initialize-destroy/initialize_.st
M Network-Kernel/SocksSocket.cls/instance/socks5/sendSocks5ConnectionRequest.st
M Network-Mail/MailMessage.cls/instance/parsing/readDateFrom_.st
M Polymorph-Tools-Diff/extension/MCWorkingCopyBrowser/instance/viewChanges.st
R Polymorph-Widgets/ExampleBuilderMorph.cls/README.md
R Polymorph-Widgets/ExampleBuilderMorph.cls/definition.st
R Polymorph-Widgets/ExampleBuilderMorph.cls/instance/as yet unclassified/openModal_.st
R Polymorph-Widgets/ExampleBuilderMorph.cls/instance/services/chooseColor_title_.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/README.md
R Polymorph-Widgets/ExampleRadioButtonModel.cls/definition.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/accessing/option.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/accessing/option_.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/beCenter.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/beLeft.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/beRight.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/initialize.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/isCenter.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/isLeft.st
R Polymorph-Widgets/ExampleRadioButtonModel.cls/instance/as yet unclassified/isRight.st
M RecentSubmissions-UI/MessageListBrowser.cls/instance/buttons behavior/revertButtonAction.st
M Refactoring-Spelling/RBInternalSpellChecker.cls/class/private/createWordList_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script108.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30315.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
Log Message:
-----------
30315
11273 ExampleBuilder should only be used by the examples
https://pharo.fogbugz.com/f/cases/11273
11265 isNil ifTrue: to ifNil: part 5
https://pharo.fogbugz.com/f/cases/11265
11266 isNil ifTrue: to ifNil: part 6
https://pharo.fogbugz.com/f/cases/11266
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30314
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] a3dcf2: 30314
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: a3dcf2bf761cc4b44c1150cb5703443141d7822c
https://github.com/pharo-project/pharo-core/commit/a3dcf2bf761cc4b44c1150cb…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M AST-Core-Nodes/RBAssignmentNode.cls/instance/querying/bestNodeFor_.st
M AST-Core-Nodes/RBAssignmentNode.cls/instance/testing/needsParenthesis.st
M AST-Core-Nodes/RBCascadeNode.cls/instance/testing/needsParenthesis.st
M AST-Core-Nodes/RBMessageNode.cls/instance/accessing/arguments.st
M AST-Core-Nodes/RBMessageNode.cls/instance/accessing/selector.st
M AST-Core-Nodes/RBMessageNode.cls/instance/testing/needsParenthesis.st
M AST-Core-Nodes/RBMethodNode.cls/instance/accessing/newSource.st
M AST-Core-Nodes/RBMethodNode.cls/instance/accessing/selector.st
M AST-Core-Nodes/RBMethodNode.cls/instance/replacing/addReplacement_.st
M AST-Core-Nodes/RBProgramNode.cls/class/accessing/formatterClass.st
M AST-Core-Nodes/RBProgramNode.cls/instance/accessing/asReturn.st
M AST-Core-Nodes/RBProgramNode.cls/instance/accessing/blockVariables.st
M AST-Core-Nodes/RBProgramNode.cls/instance/accessing/comments.st
M AST-Core-Nodes/RBProgramNode.cls/instance/accessing/mappingFor_.st
M AST-Core-Nodes/RBProgramNode.cls/instance/accessing/methodNode.st
M AST-Core-Nodes/RBProgramNode.cls/instance/accessing/parents.st
M AST-Core-Nodes/RBProgramNode.cls/instance/accessing/temporaryVariables.st
M AST-Core-Nodes/RBProgramNode.cls/instance/properties/propertyAt_ifAbsent_.st
M AST-Core-Nodes/RBProgramNode.cls/instance/properties/removeProperty_ifAbsent_.st
M AST-Core-Nodes/RBProgramNode.cls/instance/replacing/addReplacement_.st
M AST-Core-Nodes/RBProgramNode.cls/instance/replacing/clearReplacements.st
M AST-Core-Nodes/RBProgramNode.cls/instance/replacing/replaceWith_.st
M AST-Core-Nodes/RBProgramNode.cls/instance/testing/isDirectlyUsed.st
M AST-Core-Nodes/RBProgramNode.cls/instance/testing/isUsed.st
M AST-Core-Nodes/RBSequenceNode.cls/instance/accessing/start.st
M AST-Core-Nodes/RBValueNode.cls/instance/accessing/addParenthesis_.st
M AST-Core-Nodes/RBValueNode.cls/instance/accessing/parentheses.st
M AST-Core-Nodes/RBValueNode.cls/instance/accessing/start.st
M AST-Core-Nodes/RBValueNode.cls/instance/accessing/stop.st
M AST-Core-Parser/RBExplicitVariableParser.cls/instance/private-parsing/parseMethod.st
M AST-Core-Parser/RBParser.cls/instance/error handling/errorBlock.st
M AST-Core-Parser/RBParser.cls/instance/private-parsing/parseMethod.st
M AST-Core-Parser/RBParser.cls/instance/private/addPragma_.st
M AST-Core-Parser/RBParser.cls/instance/private/nextToken.st
M AST-Core-Parser/RBScanner.cls/class/accessing/classificationTable.st
M AST-Core-Pattern/RBPatternBlockNode.cls/instance/matching/matchingBlock.st
M AST-Core-Pattern/RBPatternBlockNode.cls/instance/matching/replacingBlock.st
M AST-Core-Tokens/RBToken.cls/instance/accessing/stop.st
M Collections-Strings/String.cls/instance/accessing/findTokens_escapedBy_.st
M Collections-Strings/String.cls/instance/converting/correctAgainstDictionary_continuedFrom_.st
M Collections-Strings/String.cls/instance/converting/correctAgainst_continuedFrom_.st
M Collections-Strings/String.cls/instance/private/correctAgainstEnumerator_continuedFrom_.st
M Collections-Strings/String.cls/instance/testing/isAsciiString.st
M Gofer-Core/Gofer.cls/instance/accessing/repositories.st
M Gofer-Core/Gofer.cls/instance/private/execute_do_.st
M Gofer-Core/GoferCommit.cls/instance/running/execute_.st
M Polymorph-Widgets/EntryCompletion.cls/instance/accessing/chooserWith_.st
M Ring-Core-Kernel/extension/Class/instance/asRingDefinitionWithMethods_withSuperclasses_withSubclasses_withPackageKeys_in_.st
M ScriptLoader30/ScriptLoader.cls/class/menu/currentlyIntegratingChanges.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script107.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30314.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M Spec-Tools-ChangeSorter/ChangeSorterModel.cls/instance/text/setContentsOfChangeSet_forClass_andSelector_prettyPrint_showDiff_.st
Log Message:
-----------
30314
11263 isNil ifTrue: to ifNil: part 3
https://pharo.fogbugz.com/f/cases/11263
11264 isNil ifTrue: to ifNil: part 4
https://pharo.fogbugz.com/f/cases/11264/
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30313
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 7af5d8: 30313
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 7af5d855aec8f330e528312bb6bd7be7f622f0bd
https://github.com/pharo-project/pharo-core/commit/7af5d855aec8f330e528312b…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M AST-Interpreter-Core/AIBlockContext.cls/class/instance creation/fromVMContext_.st
M Balloon-Engine/BalloonEngine.cls/instance/accessing/bitBlt_.st
M Collections-Streams/LimitingLineStreamWrapper.cls/instance/accessing/next.st
M Collections-Streams/MultiByteBinaryOrTextStream.cls/class/instance creation/on_encoding_.st
M Collections-Streams/MultiByteBinaryOrTextStream.cls/class/instance creation/with_encoding_.st
M Collections-Streams/NullStream.cls/instance/testing/isBinary.st
M Files-Kernel/StandardFileStream.cls/class/error handling/fileExistsUserHandling_.st
M Fuel-Core/FLSerializer.cls/instance/accessing/analyzer.st
M Fuel-Mappers/FLMapper.cls/instance/accessing/analysis_.st
M Graphics-Primitives/BitBlt.cls/instance/private/colorConvertingMap_from_to_keepSubPixelAA_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/defaultChunkSize.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/keyStroke_from_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/menu_shifted_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/open.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/openOn_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/rootClass.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/rootClass_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/rootItems.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/rootNodeClassFromItem_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListExample.cls/instance/as yet unclassified/treeMorph.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/instance/accessing/browseItem.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/instance/accessing/exploreItem.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/instance/accessing/inspectItem.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/instance/accessing/keyStroke_from_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/instance/accessing/menu_shifted_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/instance/menu/classButton.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/instance/menu/commentText.st
R Morphic-Base-MorphTreeWidget-Examples/ClassListNodeExample.cls/instance/menu/icon.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/expandAllFromNode_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/keyStroke_from_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/menu_shifted_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/open.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/openOn_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/rootClass.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/rootClass_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/rootItems.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/rootNodeClassFromItem_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeExample.cls/instance/as yet unclassified/treeMorph.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/accessing/browseItem.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/accessing/exploreItem.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/accessing/inspectItem.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/accessing/keyStroke_from_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/accessing/menu_shifted_.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/menu/childrenItems.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/menu/classButton.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/menu/commentText.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/menu/contents.st
R Morphic-Base-MorphTreeWidget-Examples/ClassTreeNodeExample.cls/instance/menu/icon.st
R Morphic-Base-MorphTreeWidget-Examples/LazyClassListExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/LazyClassListExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/LazyClassListExample.cls/instance/as yet unclassified/treeMorphClass.st
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/instance/accessing/browseItem.st
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/instance/accessing/doubleClick.st
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/instance/accessing/exploreItem.st
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/instance/accessing/inspectItem.st
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/instance/accessing/keyStroke_from_.st
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/instance/accessing/menu_shifted_.st
R Morphic-Base-MorphTreeWidget-Examples/PackageAbstractNodeExample.cls/instance/menu/contents.st
R Morphic-Base-MorphTreeWidget-Examples/PackageClassNodeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/PackageClassNodeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/PackageClassNodeExample.cls/instance/accessing/browseItem.st
R Morphic-Base-MorphTreeWidget-Examples/PackageClassNodeExample.cls/instance/menu/childNodeClassFromItem_.st
R Morphic-Base-MorphTreeWidget-Examples/PackageClassNodeExample.cls/instance/menu/childrenItems.st
R Morphic-Base-MorphTreeWidget-Examples/PackageClassNodeExample.cls/instance/menu/methodsInCategory_.st
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodCategoryNodeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodCategoryNodeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodCategoryNodeExample.cls/instance/accessing/childNodeClassFromItem_.st
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodCategoryNodeExample.cls/instance/accessing/childrenItems.st
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodNodeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodNodeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodNodeExample.cls/instance/as yet unclassified/browseItem.st
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodNodeExample.cls/instance/as yet unclassified/compiledMethod.st
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodNodeExample.cls/instance/as yet unclassified/itemClass.st
R Morphic-Base-MorphTreeWidget-Examples/PackageMethodNodeExample.cls/instance/as yet unclassified/selector.st
R Morphic-Base-MorphTreeWidget-Examples/PackageNodeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/PackageNodeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/PackageNodeExample.cls/instance/accessing/asString.st
R Morphic-Base-MorphTreeWidget-Examples/PackageNodeExample.cls/instance/nil/childNodeClassFromItem_.st
R Morphic-Base-MorphTreeWidget-Examples/PackageNodeExample.cls/instance/nil/childrenItems.st
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/instance/as yet unclassified/defaultTreeMorph.st
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/instance/as yet unclassified/doubleClick.st
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/instance/as yet unclassified/keyStroke_from_.st
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/instance/as yet unclassified/menu_shifted_.st
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/instance/as yet unclassified/open.st
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/instance/as yet unclassified/rootItems.st
R Morphic-Base-MorphTreeWidget-Examples/PackageTreeExample.cls/instance/as yet unclassified/rootNodeClassFromItem_.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/class/instance creation/firstName_secondName_age_married_.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/instance/accessing/age.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/instance/accessing/age_.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/instance/accessing/firstName.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/instance/accessing/firstName_.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/instance/accessing/married.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/instance/accessing/married_.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/instance/accessing/secondName.st
R Morphic-Base-MorphTreeWidget-Examples/PersonDataExample.cls/instance/accessing/secondName_.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridExample.cls/instance/as yet unclassified/open.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridExample.cls/instance/as yet unclassified/rootItems.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridExample.cls/instance/as yet unclassified/rootNodeClassFromItem_.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridExample.cls/instance/as yet unclassified/treeMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/age.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/ageMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/age_.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/firstName.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/firstNameMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/firstName_.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/married.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/marriedMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/married_.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/secondName.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/secondNameMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimpleGridNodeExample.cls/instance/as yet unclassified/secondName_.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/defaultTreeMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/openDialogOn_.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/openOn_.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/plugOne.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/rootItems.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/rootItemsOrig.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/rootItemsTest.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/selected.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListExample.cls/instance/as yet unclassified/selected_.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListWithChunkExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListWithChunkExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListWithChunkExample.cls/instance/as yet unclassified/defaultTreeMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListWithPagerExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListWithPagerExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestClassListWithPagerExample.cls/instance/as yet unclassified/defaultTreeMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestPaginatedClassListExample.cls/README.md
R Morphic-Base-MorphTreeWidget-Examples/SimplestPaginatedClassListExample.cls/definition.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestPaginatedClassListExample.cls/instance/as yet unclassified/defaultTreeMorph.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestPaginatedClassListExample.cls/instance/as yet unclassified/itemsForTest.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestPaginatedClassListExample.cls/instance/as yet unclassified/openDialogOn_.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestPaginatedClassListExample.cls/instance/as yet unclassified/openOn_.st
R Morphic-Base-MorphTreeWidget-Examples/SimplestPaginatedClassListExample.cls/instance/as yet unclassified/rootItems.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/accessing/keyStroke_from_.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/accessing/menu_shifted_.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/accessing/rootClass.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/accessing/rootClass_.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/accessing/rootItems.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/accessing/rootNodeClassFromItem_.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/instance creation/open.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/instance creation/openOn_.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/t - accessing/defaultChunkSize.st
A Morphic-Examples-MorphTreeWidget/ClassListExample.cls/instance/user interface/treeMorph.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/instance/accessing/browseItem.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/instance/accessing/exploreItem.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/instance/accessing/inspectItem.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/instance/accessing/keyStroke_from_.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/instance/accessing/menu_shifted_.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/instance/menu/classButton.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/instance/menu/commentText.st
A Morphic-Examples-MorphTreeWidget/ClassListNodeExample.cls/instance/menu/icon.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/accessing/expandAllFromNode_.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/accessing/keyStroke_from_.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/accessing/menu_shifted_.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/accessing/rootClass.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/accessing/rootClass_.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/accessing/rootItems.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/accessing/rootNodeClassFromItem_.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/instance creation/open.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/instance creation/openOn_.st
A Morphic-Examples-MorphTreeWidget/ClassTreeExample.cls/instance/user interface/treeMorph.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/accessing/browseItem.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/accessing/exploreItem.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/accessing/inspectItem.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/accessing/keyStroke_from_.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/accessing/menu_shifted_.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/menu/childrenItems.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/menu/classButton.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/menu/commentText.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/menu/contents.st
A Morphic-Examples-MorphTreeWidget/ClassTreeNodeExample.cls/instance/menu/icon.st
A Morphic-Examples-MorphTreeWidget/LazyClassListExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/LazyClassListExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/LazyClassListExample.cls/instance/accessing/treeMorphClass.st
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/instance/accessing/browseItem.st
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/instance/accessing/doubleClick.st
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/instance/accessing/exploreItem.st
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/instance/accessing/inspectItem.st
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/instance/accessing/keyStroke_from_.st
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/instance/accessing/menu_shifted_.st
A Morphic-Examples-MorphTreeWidget/PackageAbstractNodeExample.cls/instance/menu/contents.st
A Morphic-Examples-MorphTreeWidget/PackageClassNodeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/PackageClassNodeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/PackageClassNodeExample.cls/instance/accessing/browseItem.st
A Morphic-Examples-MorphTreeWidget/PackageClassNodeExample.cls/instance/menu/childNodeClassFromItem_.st
A Morphic-Examples-MorphTreeWidget/PackageClassNodeExample.cls/instance/menu/childrenItems.st
A Morphic-Examples-MorphTreeWidget/PackageClassNodeExample.cls/instance/menu/methodsInCategory_.st
A Morphic-Examples-MorphTreeWidget/PackageMethodCategoryNodeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/PackageMethodCategoryNodeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/PackageMethodCategoryNodeExample.cls/instance/accessing/childNodeClassFromItem_.st
A Morphic-Examples-MorphTreeWidget/PackageMethodCategoryNodeExample.cls/instance/accessing/childrenItems.st
A Morphic-Examples-MorphTreeWidget/PackageMethodNodeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/PackageMethodNodeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/PackageMethodNodeExample.cls/instance/accessing/browseItem.st
A Morphic-Examples-MorphTreeWidget/PackageMethodNodeExample.cls/instance/accessing/selector.st
A Morphic-Examples-MorphTreeWidget/PackageMethodNodeExample.cls/instance/private/itemClass.st
A Morphic-Examples-MorphTreeWidget/PackageMethodNodeExample.cls/instance/results/compiledMethod.st
A Morphic-Examples-MorphTreeWidget/PackageNodeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/PackageNodeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/PackageNodeExample.cls/instance/accessing/asString.st
A Morphic-Examples-MorphTreeWidget/PackageNodeExample.cls/instance/accessing/childNodeClassFromItem_.st
A Morphic-Examples-MorphTreeWidget/PackageNodeExample.cls/instance/accessing/childrenItems.st
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/instance/as yet unclassified/defaultTreeMorph.st
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/instance/as yet unclassified/doubleClick.st
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/instance/as yet unclassified/keyStroke_from_.st
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/instance/as yet unclassified/menu_shifted_.st
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/instance/as yet unclassified/open.st
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/instance/as yet unclassified/rootItems.st
A Morphic-Examples-MorphTreeWidget/PackageTreeExample.cls/instance/as yet unclassified/rootNodeClassFromItem_.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/class/instance creation/firstName_secondName_age_married_.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/instance/accessing/age.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/instance/accessing/age_.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/instance/accessing/firstName.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/instance/accessing/firstName_.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/instance/accessing/married.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/instance/accessing/married_.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/instance/accessing/secondName.st
A Morphic-Examples-MorphTreeWidget/PersonDataExample.cls/instance/accessing/secondName_.st
A Morphic-Examples-MorphTreeWidget/SimpleGridExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/SimpleGridExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/SimpleGridExample.cls/instance/accessing/rootItems.st
A Morphic-Examples-MorphTreeWidget/SimpleGridExample.cls/instance/accessing/rootNodeClassFromItem_.st
A Morphic-Examples-MorphTreeWidget/SimpleGridExample.cls/instance/instance creation/open.st
A Morphic-Examples-MorphTreeWidget/SimpleGridExample.cls/instance/user interface/treeMorph.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/accessing/age.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/accessing/age_.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/accessing/firstName.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/accessing/firstName_.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/accessing/married.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/accessing/married_.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/accessing/secondName.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/accessing/secondName_.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/as yet unclassified/ageMorph.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/as yet unclassified/firstNameMorph.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/as yet unclassified/marriedMorph.st
A Morphic-Examples-MorphTreeWidget/SimpleGridNodeExample.cls/instance/as yet unclassified/secondNameMorph.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/accessing/rootItems.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/accessing/selected.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/accessing/selected_.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/as yet unclassified/openDialogOn_.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/as yet unclassified/plugOne.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/as yet unclassified/rootItemsOrig.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/as yet unclassified/rootItemsTest.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/instance creation/openOn_.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListExample.cls/instance/view/defaultTreeMorph.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListWithChunkExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/SimplestClassListWithChunkExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListWithChunkExample.cls/instance/as yet unclassified/defaultTreeMorph.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListWithPagerExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/SimplestClassListWithPagerExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/SimplestClassListWithPagerExample.cls/instance/as yet unclassified/defaultTreeMorph.st
A Morphic-Examples-MorphTreeWidget/SimplestPaginatedClassListExample.cls/README.md
A Morphic-Examples-MorphTreeWidget/SimplestPaginatedClassListExample.cls/definition.st
A Morphic-Examples-MorphTreeWidget/SimplestPaginatedClassListExample.cls/instance/accessing/rootItems.st
A Morphic-Examples-MorphTreeWidget/SimplestPaginatedClassListExample.cls/instance/as yet unclassified/itemsForTest.st
A Morphic-Examples-MorphTreeWidget/SimplestPaginatedClassListExample.cls/instance/as yet unclassified/openDialogOn_.st
A Morphic-Examples-MorphTreeWidget/SimplestPaginatedClassListExample.cls/instance/instance creation/openOn_.st
A Morphic-Examples-MorphTreeWidget/SimplestPaginatedClassListExample.cls/instance/view/defaultTreeMorph.st
A Morphic-Examples/WidgetExamples.cls/README.md
A Morphic-Examples/WidgetExamples.cls/definition.st
A Morphic-Examples/WidgetExamples.cls/instance/cleanup/closeExampleDialogs.st
A Morphic-Examples/WidgetExamples.cls/instance/examples/exampleBasicControls.st
A Morphic-Examples/WidgetExamples.cls/instance/examples/exampleBuilder.st
A Morphic-Examples/WidgetExamples.cls/instance/examples/exampleColorControls.st
A Morphic-Examples/WidgetExamples.cls/instance/examples/exampleDialogs.st
A Morphic-Examples/WidgetExamples.cls/instance/examples/exampleGroups.st
A Morphic-Examples/WidgetExamples.cls/instance/examples/exampleOtherControls.st
A Morphic-Examples/WidgetExamples.cls/instance/examples/exampleTextEntryWithCompletionDialog.st
A Morphic-Examples/WidgetExamples.cls/instance/examples/exampleWindowWithToolbars.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/closeExampleDialogs.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/exampleBasicControls.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/exampleBuilder.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/exampleColorControls.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/exampleDialogs.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/exampleGroups.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/exampleOtherControls.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/exampleTextEntryWithCompletionDialog.st
R Polymorph-Widgets-Themes/UITheme.cls/class/examples/exampleWindowWithToolbars.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script106.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30313.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M System-Applications/MailSender.cls/class/accessing/userName.st
M System-Applications/MailSender.cls/class/settings/setUserName.st
M System-Changes/ChangeSet.cls/class/initialization/initialize.st
M System-Changes/ChangeSet.cls/instance/accessing/name.st
M System-Changes/ChangeSet.cls/instance/filein%2Fout/assurePostscriptExists.st
M System-Changes/ClassChangeRecord.cls/instance/method changes/noteNewMethod_selector_priorMethod_.st
M System-Changes/ClassChangeRecord.cls/instance/removal/forgetChangesIn_.st
Log Message:
-----------
30313
4142 Suggestions: move examples from UIThemes class to ExampleBuilderMorph class
https://pharo.fogbugz.com/f/cases/4142
11261 isNil ifTrue: to ifNil: part 1
https://pharo.fogbugz.com/f/cases/11261
11262 isNil ifTrue: to ifNil: part 2
https://pharo.fogbugz.com/f/cases/11262
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30312
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 6b480f: 30312
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 6b480fad4564c4cc396ecf83d039621b5915acb6
https://github.com/pharo-project/pharo-core/commit/6b480fad4564c4cc396ecf83…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
A Morphic-Base-Kernel/Morph.cls/instance/updating/update_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script105.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30312.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
A System-Support/Model.cls/instance/updating/update_.st
Log Message:
-----------
30312
11226 Kill update: from Object
https://pharo.fogbugz.com/f/cases/11226
Aug. 16, 2013
Re: [Pharo-dev] Drag-and-drop behavior with multiple selection
by Benjamin
It's a known issue of PluggableListMorph.
It's a pain to fix it in the current implementation.
On the other hand NewList (a new morphic implementation of List) handle this scenario as expected.
I think that to make it works, the selection should be n mouse up and not on mouse down.
Ben
On Aug 15, 2013, at 11:49 PM, Stephan Eggermont <stephan(a)stack.nl> wrote:
> When trying to categorize multiple methods in Nautilus, I noticed behavior
> different from that what I expected.
>
> I click-selected one method, then shift-clicked several more.
> When I then did a mouse-down on the last selected and started
> dragging, only the last selected was dragged. The other methods
> were deselected.
>
> I could make the dragging of multiple elements work by directly
> starting dragging without having a mouse-up in between.
>
> Is this the usual behavior on another platform (than mac or windows),
> or should I create an issue?
>
> Noticed in a Moose 4.8, verified in 30336
>
> Stephan
>
Aug. 16, 2013
Re: [Pharo-dev] about new class organization
by Benjamin
We should have a look when I come back from holidays :)
I designed that almost one year ago, so do not expect my tiny brain to remember that :P
Ben
On Aug 10, 2013, at 10:03 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
> Hi esteban/ben
>
> I'm trying to understand the new class organisation.
> Now would it be possible to (beside the backward compatibility part) only use protocol instead of category?
> Because this is quite confusing to have categories that manipulate Protocol objects.
>
> I would like to add some queries
> hasProtocolFor: aSymbol
>
> And may be we should do a pass and add some comments to the methods because I could get what
> some do but by putting a break point.
>
> For example,
>
> realCategories
> ^ self protocolOrganizer protocolsNames
>
> So tell me what you think because may be I too tired now.
>
> Stef
Aug. 16, 2013
Re: [Pharo-dev] What about removing Quadrangle?
by Marcus Denker
On Aug 15, 2013, at 5:40 PM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
> Is there anybody using this class?
>
I think it is a left-over from MVC. It is only used in the tests of RPackage for testing something related to extension
methods.
https://pharo.fogbugz.com/f/cases/7097/Class-Quadrangle-only-is-used-in-Tes…
Marcus
Aug. 16, 2013
Re: [Pharo-dev] Uniformizing Pharo
by Camille Teruel
Also, to prevent explosion of the number of protocol names in the image, we could agree on some naming convention.
For example, there are protocols ending with -ing and others ending with -ion: which form one should prefer?
ex: conversion vs converting, composing vs composition.
Then, when a protocol name is made of several word, should we use space or - to separate them?
ex: instance creation vs instance-creation
On 15 août 2013, at 09:35, Stéphane Ducasse wrote:
>
> On Aug 14, 2013, at 9:26 PM, Camillo Bruni <camillobruni(a)gmail.com> wrote:
>
>> ah looks very nice, indeed much more powerful than my hack.
>> If you have time, switch to real regular expressions, because things like
>>> add: (MethodCategorizationRule whenSelectorMatches: 'as*' categorizeIn: #converting);
>> will easily produce false positives. For instance #assert: will end up in converting, which is not what you want ;)
>> => /as[A-Z][a-zA-Z]*/ for instance does a much better job
>
> Ok thanks for the idea.
> I will.
>
>
Aug. 16, 2013
Why the github messages?
by Stephan Eggermont
Why is github writing messages to this list (instead of the issue tracker list)?
Stephan
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30311
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] b0cdbd: 30311
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: b0cdbd702be7455fa172b9592d3d3d05da08201b
https://github.com/pharo-project/pharo-core/commit/b0cdbd702be7455fa172b959…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M Announcements-View/AnnouncementSpy.cls/definition.st
M Monticello-Versioning/MCPackageManager.cls/class/accessing/forPackage_.st
M Monticello-Versioning/MCPackageManager.cls/instance/accessing/modified_.st
M Monticello-Versioning/MCRepositoryGroup.cls/instance/accessing/removeHTTPRepositoryLocationNamed_.st
M Monticello-Versioning/MCRepositoryGroup.cls/instance/accessing/removeRepository_.st
M Monticello-Versioning/MCRepositoryGroup.cls/instance/adding/addRepository_.st
M MonticelloGUI/MCTool.cls/definition.st
A Morphic-Base-Announcements/MorphChanged.cls/README.md
A Morphic-Base-Announcements/MorphChanged.cls/definition.st
A Morphic-Base-Announcements/MorphChanged.cls/instance/accessing/selector.st
A Morphic-Base-Announcements/MorphChanged.cls/instance/accessing/selector_.st
A Morphic-Base-Announcements/MorphChangedWithArguments.cls/README.md
A Morphic-Base-Announcements/MorphChangedWithArguments.cls/definition.st
A Morphic-Base-Announcements/MorphChangedWithArguments.cls/instance/accessing/arguments.st
A Morphic-Base-Announcements/MorphChangedWithArguments.cls/instance/accessing/arguments_.st
M Morphic-Base-Explorer/ListItemWrapper.cls/definition.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/addDependent_.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/changed_.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/changed_with_.st
A Morphic-Base-Kernel/Morph.cls/instance/updating/removeDependent_.st
M Morphic-Base-Text Support/TextMorphForEditView.cls/instance/private/selectionChanged.st
M NautilusCommon-Plugin/AbstractNautilusPlugin.cls/definition.st
M PackageInfo-Base/PackageOrganizer.cls/instance/cleaning/flushObsoletePackages_.st
M PackageInfo-Base/PackageOrganizer.cls/instance/registering/registerPackage_.st
M PackageInfo-Base/PackageOrganizer.cls/instance/registering/unregisterPackage_.st
M Polymorph-Tools-Diff/JoinSection.cls/definition.st
M Polymorph-Widgets-Themes/SoundTheme.cls/class/as yet unclassified/current_.st
M Polymorph-Widgets-Themes/UITheme.cls/class/accessing/current_.st
M Polymorph-Widgets/ExampleRadioButtonModel.cls/definition.st
M Polymorph-Widgets/LabelMorph.cls/instance/accessing/disabledStyle_.st
R Polymorph-Widgets/extension/ThreadSafeTranscript/class/examplesHighlyConcurrent.st
R Polymorph-Widgets/extension/ThreadSafeTranscript/instance/codePaneMenu_shifted_.st
M RecentSubmissions-Core/MessageList.cls/definition.st
M Refactoring-Core-Support/RBMethodName.cls/definition.st
M SUnit-Core-Kernel/TestSuite.cls/definition.st
M SUnit-UI/TestRunner.cls/definition.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script104.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30311.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M Spec-Core-Support/SelectionValueHolder.cls/instance/accessing/index_.st
M Spec-Core-Support/SelectionValueHolder.cls/instance/accessing/selection_.st
M System-Settings-Core/PragmaSetting.cls/definition.st
A System-Support/Model.cls/instance/updating/changed.st
A System-Support/Model.cls/instance/updating/changed_.st
A System-Support/Model.cls/instance/updating/changed_with_.st
A Text-Core/TextStyle.cls/class/accessing/addDependent_.st
A Text-Core/TextStyle.cls/class/accessing/changed_.st
A Text-Core/TextStyle.cls/class/accessing/notifier.st
M Tools-Base/Workspace.cls/definition.st
M Tools-Finder/MethodFinder.cls/definition.st
M Tools-SystemReporter/SystemReporter.cls/definition.st
M Transcript/ThreadSafeTranscript.cls/definition.st
Log Message:
-----------
30311
11213 Kill changed from Object
https://pharo.fogbugz.com/f/cases/11213
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30310
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 1136be: 30310
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 1136bef0d2d4b9f2a79ab4bb3f8e308676a3892d
https://github.com/pharo-project/pharo-core/commit/1136bef0d2d4b9f2a79ab4bb…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M KeyChain/SHA1Ecryptor.cls/instance/protocol/encrypt_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script103.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30310.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M System-Hashing-DSA/DigitalSignatureAlgorithm.cls/class/public/sign_privateKey_.st
M System-Hashing-DSA/DigitalSignatureAlgorithm.cls/class/public/sign_privateKey_dsa_.st
M System-Hashing-DSA/DigitalSignatureAlgorithm.cls/class/public/verify_isSignatureOf_publicKey_.st
M System-Hashing-DSA/DigitalSignatureAlgorithm.cls/instance/private/generateRandomLength_s_n_.st
M System-Hashing-DSA/DigitalSignatureAlgorithm.cls/instance/private/generateSandQ.st
M System-Hashing-DSA/DigitalSignatureAlgorithm.cls/instance/private/nextRandom160.st
R System-Hashing-SHA1/SHA1.cls/instance/accessing/hashStream_.st
A System-Hashing-SHA1/SHA1.cls/instance/public/hashStream_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/README.md
R System-Hashing-SHA1/SecureHashAlgorithm.cls/class/initialization/initialize.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/definition.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/primitives/primExpandBlock_into_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/primitives/primHasSecureHashPrimitive.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/primitives/primHashBlock_using_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/constantForStep_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/expandedBlock_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/finalHash.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/hashFunction_of_with_with_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/initializeTotals.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/initializeTotalsArray.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/processBufferUsingPrimitives_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/processBuffer_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/processFinalBuffer_bitLength_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/private/storeLength_in_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/public/hashInteger_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/public/hashInteger_seed_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/public/hashMessage_.st
R System-Hashing-SHA1/SecureHashAlgorithm.cls/instance/public/hashStream_.st
R Tests-Digital Signatures/SecureHashAlgorithmTest.cls/README.md
R Tests-Digital Signatures/SecureHashAlgorithmTest.cls/definition.st
R Tests-Digital Signatures/SecureHashAlgorithmTest.cls/instance/testing - examples/testEmptyInput.st
R Tests-Digital Signatures/SecureHashAlgorithmTest.cls/instance/testing - examples/testExample1.st
R Tests-Digital Signatures/SecureHashAlgorithmTest.cls/instance/testing - examples/testExample2.st
R Tests-Digital Signatures/SecureHashAlgorithmTest.cls/instance/testing - examples/testExample3.st
A Tests-System-Hashing/SHA1Test.cls/README.md
A Tests-System-Hashing/SHA1Test.cls/definition.st
A Tests-System-Hashing/SHA1Test.cls/instance/testing - examples/testEmptyInput.st
A Tests-System-Hashing/SHA1Test.cls/instance/testing - examples/testExample1.st
A Tests-System-Hashing/SHA1Test.cls/instance/testing - examples/testExample2.st
A Tests-System-Hashing/SHA1Test.cls/instance/testing - examples/testExample3.st
Log Message:
-----------
30310
5469 SHA1 duplicated implementations
https://pharo.fogbugz.com/f/cases/5469
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30309
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] cd1f1f: 30309
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: cd1f1f92e84ce4b9bf834296d5ec746785f40cff
https://github.com/pharo-project/pharo-core/commit/cd1f1f92e84ce4b9bf834296…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-16 (Fri, 16 Aug 2013)
Changed paths:
M Morphic-Base-Kernel/HandMorph.cls/class/utilities/showEvents_.st
M Morphic-Base-Kernel/HandMorph.cls/instance/events-processing/showDebugEvent_.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script102.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30309.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M System-Changes/ChangeSet.cls/README.md
M System-Changes/ChangeSet.cls/class/services/newChangesFromStream_named_.st
M System-Changes/ChangeSet.cls/definition.st
R System-Changes/ChangeSet.cls/instance/accessing/superclasses.st
Log Message:
-----------
30309
11258 update 30308 lost class instance variable in ChangeSet
https://pharo.fogbugz.com/f/cases/11258
10097 HandMorph>>showDebugEvents:true --> too small a rectangle with bigger fonts
https://pharo.fogbugz.com/f/cases/10097
Aug. 16, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30308
Home: https://github.com/pharo-project/pharo-core
Aug. 16, 2013
[pharo-project/pharo-core] 9f350d: 30308
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 9f350d325d049a215274c715e0cf77f460f64211
https://github.com/pharo-project/pharo-core/commit/9f350d325d049a215274c715…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script101.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30308.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
R System-Changes/ChangeRecord.cls/instance/access/prior.st
M System-Changes/ChangeSet.cls/definition.st
R System-Changes/ChangeSet.cls/instance/accessing/structures.st
M System-Changes/ChangeSet.cls/instance/change logging/changeClass_from_.st
M System-Changes/ChangeSet.cls/instance/change logging/renameClass_from_to_.st
R System-Changes/ChangeSet.cls/instance/class changes/noteClassForgotten_.st
R System-Changes/ChangeSet.cls/instance/class changes/noteClassStructure_.st
R System-Changes/ChangeSet.cls/instance/method changes/messageListForChangesWhich_ifNone_.st
M System-Changes/ChangeSet.cls/instance/moving changes/absorbClass_from_.st
R System-Changes/ChangeSet.cls/instance/moving changes/absorbStructureOfClass_from_.st
M System-Changes/ChangeSet.cls/instance/moving changes/forgetChangesForClass_in_.st
R System-Changes/ChangeSet.cls/instance/moving changes/methodsWithAnyInitialsOtherThan_.st
M System-Changes/ChangeSet.cls/instance/moving changes/removeClassChanges_.st
Log Message:
-----------
30308
11162 clean up #noteClassStructure: in Changeset
https://pharo.fogbugz.com/f/cases/11162/
Aug. 16, 2013
Drag-and-drop behavior with multiple selection
by Stephan Eggermont
When trying to categorize multiple methods in Nautilus, I noticed behavior
different from that what I expected.
I click-selected one method, then shift-clicked several more.
When I then did a mouse-down on the last selected and started
dragging, only the last selected was dragged. The other methods
were deselected.
I could make the dragging of multiple elements work by directly
starting dragging without having a mouse-up in between.
Is this the usual behavior on another platform (than mac or windows),
or should I create an issue?
Noticed in a Moose 4.8, verified in 30336
Stephan
Aug. 15, 2013
[pharo-project/pharo-core]
by GitHub
Branch: refs/tags/30307
Home: https://github.com/pharo-project/pharo-core
Aug. 15, 2013
[pharo-project/pharo-core] 5bc79f: 30307
by GitHub
Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 5bc79fba2421ae71610262455a75a911d2c98d67
https://github.com/pharo-project/pharo-core/commit/5bc79fba2421ae7161026245…
Author: Jenkins Build Server <board(a)pharo-project.org>
Date: 2013-08-15 (Thu, 15 Aug 2013)
Changed paths:
A ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script100.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script127.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script128.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script129.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script130.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script131.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script132.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script133.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script134.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script135.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script136.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script137.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script138.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script139.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - scripts/script140.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30291.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30292.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30293.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30294.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30295.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30296.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30297.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30298.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30299.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30300.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30301.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30302.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30303.st
R ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30304.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30306.st
A ScriptLoader30/ScriptLoader.cls/instance/pharo - updates/update30307.st
M ScriptLoader30/ScriptLoader.cls/instance/public/commentForCurrentUpdate.st
M SmartSuggestions-Test/SugsContextTest.cls/instance/valid-context/testDebuggerIsAValidContext.st
A SmartSuggestions/extension/SpecDebugger/instance/sugsContext.st
M StartupPreferences/StartupLoader.cls/class/example/example2.st
A System-Support/ExternalDropHandler.cls/class/cleanup/cleanUp.st
M Tools-ImageCleaner/ImageCleaner.cls/instance/api/cleanUpForRelease.st
M Tools-ImageCleaner/ImageCleaner.cls/instance/cleaning/cleanUpMethods.st
Log Message:
-----------
30307
2173 ExternalDropHandler initialize
https://pharo.fogbugz.com/f/cases/2173
11241 There are still some references to the old debugger
https://pharo.fogbugz.com/f/cases/11241
Aug. 15, 2013
Rubrik, scroll to end?
by Esteban Lorenzano
Hi guys,
anyone knows how to do a "scroll-to-end" with rubrik?
thanks,
Esteban
Aug. 15, 2013
Aug. 15, 2013
Re: [Pharo-dev] doLayoutIn: killing the image
by Clément Bera
try to switch to the old debugger and retry. Smalltalk tools register:
Debugger as: #debugger. might be related to the image crash.
Le 15 août 2013 10:45, "Stéphane Ducasse" <stephane.ducasse(a)inria.fr> a
écrit :
> probably that show: invokes somehow doLayoutIn:
>
> Stef
>
> On Aug 15, 2013, at 10:23 AM, Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> wrote:
>
> > Hi
> >
> > In this method I just added Transcript show: '.'.
> > and tried to open a transcript and it freezes the image systematically :(
> > Any ideas why?
> >
> > Stef
> >
> >
> > doLayoutIn: layoutBounds
> > "Compute a new layout based on the given layout bounds."
> >
> > "Note: Testing for #bounds or #layoutBounds would be sufficient to
> > figure out if we need an invalidation afterwards but #outerBounds
> > is what we need for all leaf nodes so we use that."
> >
> > | layout box priorBounds |
> > priorBounds := self outerBounds.
> > submorphs isEmpty ifTrue: [^fullBounds := priorBounds].
> > "Send #ownerChanged to our children"
> > submorphs do: [:m | m ownerChanged].
> > layout := self layoutPolicy.
> > layout ifNotNil: [layout layout: self in: layoutBounds].
> > self adjustLayoutBounds.
> > fullBounds := self privateFullBounds.
> > box := self outerBounds.
> > box = priorBounds
> > ifFalse: [self invalidRect: (priorBounds quickMerge: box)]
> >
>
>
>
Aug. 15, 2013
Re: [Pharo-dev] Installing Rubrik into 3alpha
by Esteban Lorenzano
yes, it still works :)
On Aug 15, 2013, at 1:49 PM, Tudor Girba <tudor(a)tudorgirba.com> wrote:
> Just make sure it still works on Pharo 2.0 for a little while.
>
> Doru
>
>
> On Thu, Aug 15, 2013 at 12:08 PM, Esteban Lorenzano <estebanlm(a)gmail.com> wrote:
> Hi,
>
> I tried to install Rubrik in 3alpha (yes, yes, I know... is development, etc., etc., but I wanted to test precisely how it is behaving a text package with the changes we are introducing :) )
> Well... configuration fails because there is a "repeated slot", enabledHolder.
>
> This is because RubTextModel is shadowing a property that already exists on AbstractBasicWidget (and that's not allowed with new opal compiler).
>
> Now... I just removed it on RubTextModel and everything is working so... I wonder if this change could be introduced so I can continue playing without need to hack it each time? ;)
>
> cheers,
> Esteban
>
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
Aug. 15, 2013
Re: [Pharo-dev] Installing Rubrik into 3alpha
by Tudor Girba
Just make sure it still works on Pharo 2.0 for a little while.
Doru
On Thu, Aug 15, 2013 at 12:08 PM, Esteban Lorenzano <estebanlm(a)gmail.com>wrote:
> Hi,
>
> I tried to install Rubrik in 3alpha (yes, yes, I know... is development,
> etc., etc., but I wanted to test precisely how it is behaving a text
> package with the changes we are introducing :) )
> Well... configuration fails because there is a "repeated slot",
> enabledHolder.
>
> This is because RubTextModel is shadowing a property that already exists
> on AbstractBasicWidget (and that's not allowed with new opal compiler).
>
> Now... I just removed it on RubTextModel and everything is working so... I
> wonder if this change could be introduced so I can continue playing without
> need to hack it each time? ;)
>
> cheers,
> Esteban
>
--
www.tudorgirba.com
"Every thing has its own flow"
Aug. 15, 2013
Installing Rubrik into 3alpha
by Esteban Lorenzano
Hi,
I tried to install Rubrik in 3alpha (yes, yes, I know... is development, etc., etc., but I wanted to test precisely how it is behaving a text package with the changes we are introducing :) )
Well... configuration fails because there is a "repeated slot", enabledHolder.
This is because RubTextModel is shadowing a property that already exists on AbstractBasicWidget (and that's not allowed with new opal compiler).
Now... I just removed it on RubTextModel and everything is working so... I wonder if this change could be introduced so I can continue playing without need to hack it each time? ;)
cheers,
Esteban
Aug. 15, 2013
Re: [Pharo-dev] doLayoutIn: killing the image
by Stéphane Ducasse
On Aug 15, 2013, at 11:42 AM, Henrik Johansen <henrik.s.johansen(a)veloxit.no> wrote:
>
> On Aug 15, 2013, at 10:45 , Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
>
>> probably that show: invokes somehow doLayoutIn:
>>
>> Stef
>
> Yes, when you show something on screen, its layout usually has to be computed first.
> To be on the safe side, never use anything but #haltOnce to debug graphics code, or you WILL end up in infinite loops hanging your image really, really often.
> Which should also answer your question of why can interrupt the UI process, it's the only foolproof way to debug UI code in a familiar way ;)
;)
I did that. I imagine that I will also try haltIf: and friends.
>
> Cheers,
> Henry
Aug. 15, 2013
Re: [Pharo-dev] doLayoutIn: killing the image
by Henrik Johansen
On Aug 15, 2013, at 10:45 , Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
> probably that show: invokes somehow doLayoutIn:
>
> Stef
Yes, when you show something on screen, its layout usually has to be computed first.
To be on the safe side, never use anything but #haltOnce to debug graphics code, or you WILL end up in infinite loops hanging your image really, really often.
Which should also answer your question of why can interrupt the UI process, it's the only foolproof way to debug UI code in a familiar way ;)
Cheers,
Henry
Aug. 15, 2013
Re: [Pharo-dev] doLayoutIn: killing the image
by Stéphane Ducasse
probably that show: invokes somehow doLayoutIn:
Stef
On Aug 15, 2013, at 10:23 AM, Stéphane Ducasse <stephane.ducasse(a)inria.fr> wrote:
> Hi
>
> In this method I just added Transcript show: '.'.
> and tried to open a transcript and it freezes the image systematically :(
> Any ideas why?
>
> Stef
>
>
> doLayoutIn: layoutBounds
> "Compute a new layout based on the given layout bounds."
>
> "Note: Testing for #bounds or #layoutBounds would be sufficient to
> figure out if we need an invalidation afterwards but #outerBounds
> is what we need for all leaf nodes so we use that."
>
> | layout box priorBounds |
> priorBounds := self outerBounds.
> submorphs isEmpty ifTrue: [^fullBounds := priorBounds].
> "Send #ownerChanged to our children"
> submorphs do: [:m | m ownerChanged].
> layout := self layoutPolicy.
> layout ifNotNil: [layout layout: self in: layoutBounds].
> self adjustLayoutBounds.
> fullBounds := self privateFullBounds.
> box := self outerBounds.
> box = priorBounds
> ifFalse: [self invalidRect: (priorBounds quickMerge: box)]
>
Aug. 15, 2013
Re: [Pharo-dev] XML writer in the default image
by Tudor Girba
+1
On Thu, Aug 15, 2013 at 10:10 AM, Esteban Lorenzano <estebanlm(a)gmail.com>wrote:
> +1
>
> On Aug 15, 2013, at 9:41 AM, Stéphane Ducasse <stephane.ducasse(a)inria.fr>
> wrote:
>
> >
> > On Aug 15, 2013, at 2:15 AM, Camillo Bruni <camillobruni(a)gmail.com>
> wrote:
> >
> >> As reported a while ago (
> https://pharo.fogbugz.com/default.asp?7412#80347) the TestRunner
> >> is crashing when test failures accidentally spit out XML sensitive
> characters:
> >>
> >>
> https://ci.inria.fr/pharo/view/all/job/Pharo-3.0-Regression-Tests/304/VM=vm…
> >>
> >> I don't really see a reason to generate XML by concatenating strings,
> so I wonder
> >> whether we could include the XMLWriter in the default image?
> >
> > Why don't we load HDTestRunner when needed? And HDTestRunner could then
> use XMLWriter
> >
> >> This way I could finally fix the HDTestRunner with very little effort.
> >
> > I will finish to pop up my list and start to work on managing the image
> with Metacello
> > because we should build it based on subproject
> > RB
> > Nautilus
> > Athens
> > NativeBoost
> > AsmJit
> > Zinc
> > OPAL
> > were/are managed with metacello so we could be there :)
> >
> > Stef
> >
> >
>
>
>
--
www.tudorgirba.com
"Every thing has its own flow"
Aug. 15, 2013
doLayoutIn: killing the image
by Stéphane Ducasse
Hi
In this method I just added Transcript show: '.'.
and tried to open a transcript and it freezes the image systematically :(
Any ideas why?
Stef
doLayoutIn: layoutBounds
"Compute a new layout based on the given layout bounds."
"Note: Testing for #bounds or #layoutBounds would be sufficient to
figure out if we need an invalidation afterwards but #outerBounds
is what we need for all leaf nodes so we use that."
| layout box priorBounds |
priorBounds := self outerBounds.
submorphs isEmpty ifTrue: [^fullBounds := priorBounds].
"Send #ownerChanged to our children"
submorphs do: [:m | m ownerChanged].
layout := self layoutPolicy.
layout ifNotNil: [layout layout: self in: layoutBounds].
self adjustLayoutBounds.
fullBounds := self privateFullBounds.
box := self outerBounds.
box = priorBounds
ifFalse: [self invalidRect: (priorBounds quickMerge: box)]
Aug. 15, 2013