Status: New Owner: ---- CC: chisvasi...@gmail.com Labels: Type-Defect Priority-Medium Component-GlamorousToolkit Milestone-5.0
New issue 1009 by tu...@tudorgirba.com: GTInspector does not accept code on CMD+s http://code.google.com/p/moose-technology/issues/detail?id=1009
When editing code, pressing CMD+s does not trigger the accept. You have to press on the check icon to do it.
Comment #1 on issue 1009 by tu...@tudorgirba.com: GTInspector does not accept code on CMD+s http://code.google.com/p/moose-technology/issues/detail?id=1009
I tried to add shortcut: $s in:
SaveDebugAction>>asGlamourAction
^ super asGlamourAction shortcut: $s; action: [ :textPresentation | self sourceCode: textPresentation text. self execute ]
but it seems to not have the wanted effect. Strange.