[Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-10 Thread Nicolai Hess
I opened an issue 18901 Highlight message send selector on mouse over with an experimental implementation. Just load the slice, enable the setting: RubAbstractTextArea highlightMessageSend: true. Now open a

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Christophe Demarey
Hi Nicolai Good idea! I like it and it works well. I now wonder if it should not be enabled as default. For that, maybe the highlight should be styled a bit (e.g. lighter colors) to do not perturb the user when not really needed but still easy to see. Another idea would be to show it only if yo

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Nicolai Hess
2016-08-11 13:57 GMT+02:00 Christophe Demarey : > Hi Nicolai > > Good idea! > I like it and it works well. > I now wonder if it should not be enabled as default. For that, maybe the > highlight should be styled a bit (e.g. lighter colors) to do not perturb > the user when not really needed but sti

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Denis Kudriashov
That's nice 2016-08-10 16:48 GMT+02:00 Nicolai Hess : > I opened an issue > > 18901 > > Highlight message send selector on mouse over > > with an experimental implementation. > > Just load the slice, enable th

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Denis Kudriashov
2016-08-11 13:57 GMT+02:00 Christophe Demarey : > Good idea! > I like it and it works well. > I now wonder if it should not be enabled as default. For that, maybe the > highlight should be styled a bit (e.g. lighter colors) to do not perturb > the user when not really needed but still easy to see.

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Nicolai Hess
2016-08-10 16:48 GMT+02:00 Nicolai Hess : > I opened an issue > > 18901 > > Highlight message send selector on mouse over > > with an experimental implementation. > > Just load the slice, enable the setting: >

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Nicolai Hess
2016-08-11 21:23 GMT+02:00 Denis Kudriashov : > > 2016-08-11 13:57 GMT+02:00 Christophe Demarey >: > >> Good idea! >> I like it and it works well. >> I now wonder if it should not be enabled as default. For that, maybe the >> highlight should be styled a bit (e.g. lighter colors) to do not pertur

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Denis Kudriashov
2016-08-11 22:19 GMT+02:00 Nicolai Hess : > This is the changed styler to underline assignments. This makes it easer > to spot places in long methods, where variables are changed. > (on the other hand, of course, methods shouldn't be that big :) ) > Let's integrate it. It looks so good

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-11 Thread Nicolai Hess
2016-08-11 23:11 GMT+02:00 Denis Kudriashov : > > 2016-08-11 22:19 GMT+02:00 Nicolai Hess : > >> This is the changed styler to underline assignments. This makes it easer >> to spot places in long methods, where variables are changed. >> (on the other hand, of course, methods shouldn't be that big

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-12 Thread stepharo
Hi nicolai It is nice. I would not put the border in black. What is needed to integrate it. Stef Le 10/8/16 à 16:48, Nicolai Hess a écrit : I opened an issue 18901 Highlight message send selector on mou

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-12 Thread Nicolai Hess
2016-08-12 19:09 GMT+02:00 stepharo : > Hi nicolai > > It is nice. I would not put the border in black. > > What is needed to integrate it. > I put the issue to "Resolved ", so the monkey can check. The background color is the same as for "secondary selection" and the border color is the same "muc

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-12 Thread stepharo
I like the idea to use shift to activate it. Le 12/8/16 à 19:19, Nicolai Hess a écrit : 2016-08-12 19:09 GMT+02:00 stepharo >: Hi nicolai It is nice. I would not put the border in black. What is needed to integrate it. I put the issue to "Resolved ",

Re: [Pharo-dev] Feedback request: Editor with highlighting message-sends on mouse over

2016-08-12 Thread Nicolai Hess
2016-08-12 19:31 GMT+02:00 stepharo : > I like the idea to use shift to activate it. > > Ok, I 'll can change it. > Le 12/8/16 à 19:19, Nicolai Hess a écrit : > > > > 2016-08-12 19:09 GMT+02:00 stepharo : > >> Hi nicolai >> >> It is nice. I would not put the border in black. >> >> What is neede