need some testers: 15619 cleanup TextEditors shortcut definition

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

need some testers: 15619 cleanup TextEditors shortcut definition

Nicolai Hess
Now I moved all (known?) shortcut definitions from
TextEditor/SmalltalkEditor action-/cmdmap to Keymappings
<keymap>pragma definitions

slice in inbox for issue 15619
Postscript: KMRepository reset.

need some testers.
please report back, what editor (TextEditor/SmalltalkEditor) and your
platform (windows/linux/mac) and the shortcut/keycombination that
did not work (or does work but not as expected).

This is only for PluggableTextMorph based TextMorphs,
(Not Rubric -> No change for Playground or Nautilus).


For testing:
PluggableTextMorph with TextEditor as a editor:

(Smalltalk ui theme builder newBasicTextEditorFor: Morph getText: #comment setText: nil) openInWindow.


PluggableTextMorph with SmalltalkEditor as a editor:
(Smalltalk ui theme builder newTextEditorFor: (Morph>>#drawOn:) getText: #sourceCode setText: nil) openInWindow.

Many shortcuts should work like before. some changes:
some short cuts actions had multiple shortcuts on windows/linux:
alt+key from TextEditors keymap
ctrl+key from the <keymap>-pragma
-> only one should be working now.

Ctrl+space does not work in current pharo windows vm
escape may not work for all actions

You can browse all defined shortcuts in the Keymap Browser
(Worldmenu -> System -> Keymap Browser)

thanks
Reply | Threaded
Open this post in threaded view
|

Re: need some testers: 15619 cleanup TextEditors shortcut definition

stepharo
Since we did not port yet spec to use Rubric all the text pane of tools
made with spec should use the textEditor.

Le 15/8/15 19:58, Nicolai Hess a écrit :

> Now I moved all (known?) shortcut definitions from
> TextEditor/SmalltalkEditor action-/cmdmap to Keymappings
> <keymap>pragma definitions
>
> slice in inbox for issue 15619
> Postscript: KMRepository reset.
>
> need some testers.
> please report back, what editor (TextEditor/SmalltalkEditor) and your
> platform (windows/linux/mac) and the shortcut/keycombination that
> did not work (or does work but not as expected).
>
> This is only for PluggableTextMorph based TextMorphs,
> (Not Rubric -> No change for Playground or Nautilus).
>
>
> For testing:
> PluggableTextMorph with TextEditor as a editor:
>
> (Smalltalk ui theme builder newBasicTextEditorFor: Morph getText:
> #comment setText: nil) openInWindow.
>
>
> PluggableTextMorph with SmalltalkEditor as a editor:
> (Smalltalk ui theme builder newTextEditorFor: (Morph>>#drawOn:)
> getText: #sourceCode setText: nil) openInWindow.
>
> Many shortcuts should work like before. some changes:
> some short cuts actions had multiple shortcuts on windows/linux:
> alt+key from TextEditors keymap
> ctrl+key from the <keymap>-pragma
> -> only one should be working now.
>
> Ctrl+space does not work in current pharo windows vm
> escape may not work for all actions
>
> You can browse all defined shortcuts in the Keymap Browser
> (Worldmenu -> System -> Keymap Browser)
>
> thanks


Reply | Threaded
Open this post in threaded view
|

Re: need some testers: 15619 cleanup TextEditors shortcut definition

Nicolai Hess


Am 15.08.2015 10:19 nachm. schrieb "stepharo" <[hidden email]>:
>
> Since we did not port yet spec to use Rubric all the text pane of tools made with spec should use the textEditor.

Yes,but they only use SmalltalkEditor and not TextEditor.
(Regardless whether you use beForCode or beForText)

>
> Le 15/8/15 19:58, Nicolai Hess a écrit :
>
>> Now I moved all (known?) shortcut definitions from
>> TextEditor/SmalltalkEditor action-/cmdmap to Keymappings
>> <keymap>pragma definitions
>>
>> slice in inbox for issue 15619
>> Postscript: KMRepository reset.
>>
>> need some testers.
>> please report back, what editor (TextEditor/SmalltalkEditor) and your
>> platform (windows/linux/mac) and the shortcut/keycombination that
>> did not work (or does work but not as expected).
>>
>> This is only for PluggableTextMorph based TextMorphs,
>> (Not Rubric -> No change for Playground or Nautilus).
>>
>>
>> For testing:
>> PluggableTextMorph with TextEditor as a editor:
>>
>> (Smalltalk ui theme builder newBasicTextEditorFor: Morph getText: #comment setText: nil) openInWindow.
>>
>>
>> PluggableTextMorph with SmalltalkEditor as a editor:
>> (Smalltalk ui theme builder newTextEditorFor: (Morph>>#drawOn:) getText: #sourceCode setText: nil) openInWindow.
>>
>> Many shortcuts should work like before. some changes:
>> some short cuts actions had multiple shortcuts on windows/linux:
>> alt+key from TextEditors keymap
>> ctrl+key from the <keymap>-pragma
>> -> only one should be working now.
>>
>> Ctrl+space does not work in current pharo windows vm
>> escape may not work for all actions
>>
>> You can browse all defined shortcuts in the Keymap Browser
>> (Worldmenu -> System -> Keymap Browser)
>>
>> thanks
>
>