Branch: refs/heads/3.0
Home: https://github.com/pharo-project/pharo-core
Commit: 7be8196509a0865dfcbfd7e6ef464fcccbcee2a0
https://github.com/pharo-project/pharo-core/commit/7be8196509a0865dfcbfd7e6ef464fcccbcee2a0
Author: Jenkins Build Server <[email protected]>
Date: 2013-10-07 (Mon, 07 Oct 2013)
Changed paths:
M
DebuggerActions.package/DoesNotUnderstandDebugAction.class/instance/actions/executeAction.st
A
DebuggerActions.package/DoesNotUnderstandDebugAction.class/instance/private/askForCategoryIn_default_.st
A
DebuggerActions.package/DoesNotUnderstandDebugAction.class/instance/private/askForSuperclassOf_toImplement_ifCancel_.st
R DebuggerModel.package/DebugSession.class/instance/debugging
actions/createMethodInContext_.st
R
DebuggerModel.package/DebugSession.class/instance/evaluating/askForCategoryIn_default_.st
R
DebuggerModel.package/DebugSession.class/instance/evaluating/askForSuperclassOf_toImplement_ifCancel_.st
R
NautilusCommon.package/extension/SystemNavigation/instance/buildSelfContainedCallsFrom_in_.st
A ScriptLoader30.package/ScriptLoader.class/instance/pharo -
scripts/script113.st
A ScriptLoader30.package/ScriptLoader.class/instance/pharo -
updates/update30458.st
M
ScriptLoader30.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st
M
Settings-Tools.package/CodeHolderSystemSettings.class/class/settings/codeEditingSettingsOn_.st
R
System-Support.package/SystemNavigation.class/instance/accessing/allMethodsInCategory_.st
R
System-Support.package/SystemNavigation.class/instance/author/allContributors.st
R
System-Support.package/SystemNavigation.class/instance/author/contributionsOf_.st
R
System-Support.package/SystemNavigation.class/instance/author/contributorsNotSignatories.st
R
System-Support.package/SystemNavigation.class/instance/author/signatories.st
R
System-Support.package/SystemNavigation.class/instance/author/signatoriesString.st
R
System-Support.package/SystemNavigation.class/instance/query/allCallsOn_localTo_.st
R
System-Support.package/SystemNavigation.class/instance/query/allObjectsSelect_.st
R
System-Support.package/SystemNavigation.class/instance/utilities/methodsWithInitials_.st
R
Tests-System.package/SystemNavigationTest.class/instance/testing/testAllMethodsInCategory.st
R
Tests-System.package/SystemNavigationTest.class/instance/testing/testRetrievingAllMethodsInCategory.st
A Text-Edition.package/Editor.class/class/settings/skipOverMultipleSpaces.st
A
Text-Edition.package/Editor.class/class/settings/skipOverMultipleSpaces_.st
M Text-Edition.package/Editor.class/definition.st
M Text-Edition.package/Editor.class/instance/nonediting%2Fnontyping
keys/cursorLeft_.st
M Text-Edition.package/Editor.class/instance/nonediting%2Fnontyping
keys/cursorRight_.st
A Text-Edition.package/Editor.class/instance/private/nextNonBlank_.st
A Text-Edition.package/Editor.class/instance/private/previousNonBlank_.st
R
Tools-Browser.package/extension/SystemNavigation/instance/browseAllImplementorsOfList_.st
R
Tools-Browser.package/extension/SystemNavigation/instance/browseAllMethodsInCategory_.st
R
Tools-Browser.package/extension/SystemNavigation/instance/browseUncommentedMethodsWithInitials_.st
R
Tools.package/extension/SystemNavigation/instance/browseUnsentMessagesInPackageNamed_.st
R
Tools.package/extension/SystemNavigation/instance/removeUnsentMessagesWithProgressBarInPackageNamed_.st
Log Message:
-----------
30458
11804 Small cleanup in SystemNavigation
https://pharo.fogbugz.com/f/cases/11804
(from me)
11806 Refactor the Create action for #doesNotUnderstand
https://pharo.fogbugz.com/f/cases/11806
(from Andrei)
11805 [ENH] Editor skip over multiple white space (+ setting option)
https://pharo.fogbugz.com/f/cases/11805
(From Igor)