The Trunk: Morphic-mt.1025.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Morphic-mt.1025.mcz

commits-2
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1025.mcz

==================== Summary ====================

Name: Morphic-mt.1025
Author: mt
Time: 2 November 2015, 10:13:48.49 am
UUID: 73bdc916-19b9-4404-a219-778bcd470402
Ancestors: Morphic-topa.1024

Fixes description of scratch pad preference. See DockingBarMorph >> #handleListenEvent:. It is the control-key, not the command-key.

=============== Diff against Morphic-topa.1024 ===============

Item was changed:
  ----- Method: SearchBar class>>useScratchPad (in category 'preferences') -----
  useScratchPad
+ <preference: 'Ctrl+0 invokes the scratch pad'
- <preference: 'Command+0 invokes the scratch pad'
  category: 'docking bars'
+ description: 'When enabled, pressing Ctrl+0 will go straight to the Search Bar''s scratch pad instead of the Search Bar, where pressing ESCape will return keyboard focus to the originating window.'
- description: 'When enabled, pressing Command+0 will go straight to the Search Bar''s scratch pad instead of the Search Bar, where pressing ESCape will return keyboard focus to the originating window.'
  type: #Boolean>
  ^ UseScratchPad ifNil: [ false ]!