The Trunk: Morphic-mt.1043.mcz

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

The Trunk: Morphic-mt.1043.mcz

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

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

Name: Morphic-mt.1043
Author: mt
Time: 17 November 2015, 5:52:40.619 pm
UUID: a00c5d87-90f2-4ffc-816f-638e818f1f0a
Ancestors: Morphic-cmm.1042

Use the source code mode when opening the help browser for the terse guide directly via the main docking bar.

=============== Diff against Morphic-cmm.1042 ===============

Item was changed:
  ----- Method: TheWorldMainDockingBar>>helpMenuOn: (in category 'submenu - help') -----
  helpMenuOn: aDockingBar
 
  aDockingBar addItem: [ :it |
  it contents: 'Help' translated;
  addSubMenu: [ :menu |  'Todo'.
  menu addItem:[:item|
  item
  contents: 'Online Resources' translated;
  help: 'Online resources for Squeak' translated;
  target: self;
  icon: MenuIcons smallHelpIcon;
  selector: #showWelcomeText:label:in:;
  arguments: {
  #squeakOnlineResources.
  'Squeak Online Resources'.
  (140@140 extent: 560@360)
  }].
  menu addItem:[:item|
  item
  contents: 'Keyboard Shortcuts' translated;
  help: 'Keyboard bindings used in Squeak' translated;
  target: Utilities;
  selector: #openCommandKeyHelp ].
  menu addItem:[:item|
  item
  contents: 'Font Size Summary' translated;
  help: 'Font size summary from the old Squeak 3.10.2 help menu.' translated;
  target: TextStyle;
  selector: #fontSizeSummary ].
  menu addItem:[:item|
  item
  contents: 'Useful Expressions' translated;
  help: 'Useful expressions from the old Squeak 3.10.2 help menu.' translated;
  target: Utilities;
  selector: #openStandardWorkspace ].
  (Smalltalk classNamed: #SystemReporter) ifNotNil: [:classSystemReporter |
  menu addItem: [:item |
  item
  contents: 'About this System' translated;
  help: 'SystemReporter status of the image and runtime environment' translated;
  target: classSystemReporter;
  selector: #open]].
  menu addLine.
  menu addItem:[:item|
  item
  contents: 'Extending the system' translated;
  help: 'Includes code snippets to evaluate for extending the system' translated;
  target: self;
  icon: MenuIcons smallHelpIcon;
  selector: #showWelcomeText:label:in:;
  arguments: {
  #extendingTheSystem.
  'How to extend the system'.
  (140@140 extent: 560@360)
  }].
  menu addLine.
  menu addItem:[:item|
  item
  contents: 'Welcome Workspaces' translated;
  help: 'The Welcome Workspaces' translated;
  addSubMenu:[:submenu| self welcomeWorkspacesOn: submenu]].
  (Smalltalk classNamed: #HelpBrowser) ifNotNil: [:classHelpBrowser |
  (Smalltalk classNamed: #TerseGuideHelp) ifNotNil: [:classTerseGuideHelp |
  menu addLine.
  menu addItem: [:item |
  item
  contents: 'Terse Guide to Squeak' translated;
  help: 'Concise information about language and environment' translated;
  target: classHelpBrowser;
+ selector: #openForCodeOn:;
- selector: #openOn:;
  arguments: { classTerseGuideHelp }]].
  menu addLine.
  menu addItem: [:item |
  item
  contents: 'Help Browser' translated;
  help: 'Integrated Help System' translated;
  target: classHelpBrowser;
  selector: #open]]]]!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-mt.1043.mcz

marcel.taeumel
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-mt.1043.mcz

Karl Ramberg
I does not show syntax coloring in my image

Karl

On Tue, Nov 17, 2015 at 5:40 PM, marcel.taeumel <[hidden email]> wrote:
<http://forum.world.st/file/n4861492/help-browser-terse-guide-styling.png>



--
View this message in context: http://forum.world.st/The-Trunk-Morphic-mt-1043-mcz-tp4861491p4861492.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.




Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-mt.1043.mcz

marcel.taeumel
Rebuild the menus.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Morphic-mt.1043.mcz

Karl Ramberg
That was it.
Nice update

Best,
Karl

On Tue, Nov 17, 2015 at 7:37 PM, marcel.taeumel <[hidden email]> wrote:
Rebuild the menus.

Best,
Marcel



--
View this message in context: http://forum.world.st/The-Trunk-Morphic-mt-1043-mcz-tp4861491p4861534.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.