is it me or we cannot use shortcut in debugger inspector?

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

is it me or we cannot use shortcut in debugger inspector?

stepharo
     Hi

I authorised myself a littel coding session today and
is it me or we cannot use shortcut in debugger inspector?
stef

Reply | Threaded
Open this post in threaded view
|

Re: is it me or we cannot use shortcut in debugger inspector?

Nicolai Hess-3-2


2015-11-29 19:19 GMT+01:00 stepharo <[hidden email]>:
    Hi

I authorised myself a littel coding session today and
is it me or we cannot use shortcut in debugger inspector?
stef


This happend by the fix for issue 16333, Franck changed the TextField, to
not show highlighted code
and to not use code editor shortcuts/menus:
https://pharo.fogbugz.com/f/cases/16333/no-syntax-highlighting-in-TextModel-beForCode#BugEvent.136901

"... I also put newText for the two bottom boxes in debugger since now newCode is fixed for highlighting, we do not want to have highlighted text for these text areas..."

Reply | Threaded
Open this post in threaded view
|

Re: is it me or we cannot use shortcut in debugger inspector?

stepharo
Hi nicolai

so to me this ia major usability glitch. We will have to fix it.

Stef

Le 29/11/15 20:05, Nicolai Hess a écrit :


2015-11-29 19:19 GMT+01:00 stepharo <[hidden email]>:
    Hi

I authorised myself a littel coding session today and
is it me or we cannot use shortcut in debugger inspector?
stef


This happend by the fix for issue 16333, Franck changed the TextField, to
not show highlighted code
and to not use code editor shortcuts/menus:
https://pharo.fogbugz.com/f/cases/16333/no-syntax-highlighting-in-TextModel-beForCode#BugEvent.136901

"... I also put newText for the two bottom boxes in debugger since now newCode is fixed for highlighting, we do not want to have highlighted text for these text areas..."