Hi, for now we have 2 different shortcuts in hard code on Pharo to format methods: alt + shift + u and ctrl + shift + f. I opened an issue to correct that : https://pharo.fogbugz.com/f/cases/15584/TClassDescription-sourceCodeRefactor... I propose to keep ctrl + shift + f (like in Eclipse). -- Cheers Cyril Ferlicot
Cyril Ferlicot <cyril.ferlicot@gmail.com> writes:
I propose to keep ctrl + shift + f (like in Eclipse).
makes sense -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill
jecisc wrote
I propose to keep ctrl + shift + f (like in Eclipse).
That is already in use to paste #ifFalse: which I used all the time before someone broke it ;) So if we already have an alternate shortcut for formatting, I'd prefer that we keep it and fix #ifFalse: pasting to work again ----- Cheers, Sean -- View this message in context: http://forum.world.st/Format-shortcut-tp4828002p4828462.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
2015-05-25 13:59 GMT+02:00 Sean P. DeNigris <sean@clipperadams.com>:
jecisc wrote
I propose to keep ctrl + shift + f (like in Eclipse).
That is already in use to paste #ifFalse: which I used all the time before someone broke it ;)
I think this has something to do with SmalltalkEditors shortcut handling vs. keymapping framework. What is working for mre (on windows) alt+f,ctrl+f -> paste ifFalse ctrl+f -> open search diaolog (sometimes you need do it two times) ctrl+shift+f -> format source
So if we already have an alternate shortcut for formatting, I'd prefer that we keep it and fix #ifFalse: pasting to work again
----- Cheers, Sean -- View this message in context: http://forum.world.st/Format-shortcut-tp4828002p4828462.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hum... For me Alt + shift + f = ifFalse: and Ctrl + shift + f = format On 25 May 2015 at 14:41, Nicolai Hess <nicolaihess@web.de> wrote:
2015-05-25 13:59 GMT+02:00 Sean P. DeNigris <sean@clipperadams.com>:
jecisc wrote
I propose to keep ctrl + shift + f (like in Eclipse).
That is already in use to paste #ifFalse: which I used all the time before someone broke it ;)
I think this has something to do with SmalltalkEditors shortcut handling vs. keymapping framework.
What is working for mre (on windows) alt+f,ctrl+f -> paste ifFalse ctrl+f -> open search diaolog (sometimes you need do it two times) ctrl+shift+f -> format source
So if we already have an alternate shortcut for formatting, I'd prefer that we keep it and fix #ifFalse: pasting to work again
----- Cheers, Sean -- View this message in context: http://forum.world.st/Format-shortcut-tp4828002p4828462.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- Cheers Cyril Ferlicot
participants (4)
-
Cyril Ferlicot -
Damien Cassou -
Nicolai Hess -
Sean P. DeNigris