Hi, > On Jan 17, 2016, at 1:18 PM, David Allouche <[email protected]> wrote: > > Cool. While you are there, could provide a way to separate instance variables > from local variables (and class shared variables too, maybe)? > It could be different columns, filtering, tabs, I do not really care. > Currently, when debugging classes with lots of instance variables (like > morphic stuff) it's quite painful to find the one local variable of interest.
The tags to the left of each variable can be used to filter the list of variables. > Also, could the scroll position in the variable be preserved while stepping? I am not sure what you refer to. The currently selected variable is preserved both when you step, and it is even preserved when you switch back and forth through the stack. What am I missing? > And could the shortcuts for stepping through code NOT conflict with any > shortcut in the source code editor? > Or failing that, could there be a simple, discoverable, reliable shortcut to > put the focus on the call stack? Thanks for pointing it out. I added a test for this, and we identified two keybindings with double meaning: - Cmd+p - Cmd+t I added a test for this and an issue: https://pharo.fogbugz.com/f/cases/17408/The-generic-stack-debugger-defines-double-meaning-for-some-keybindings-when-editing-code In the process, I also noticed that Smart Suggestions have the keybinding defined as $t meta instead of 4t command. I added an issue for this and as well: https://pharo.fogbugz.com/f/cases/17407/Smart-suggestions-shortcut-should-use-Cmd-instead-of-Meta > Unfortunately, Pharo does not appear to receive ctrl-tab keydown events, so I > need to reach for the mouse to move the focus out of any text area… Indeed, this does not work. Cheers, Doru > Sent from my phone. > > > > Envoyé avec mon téléphone. > Le 17 janv. 2016 à 09:05, Tudor Girba <[email protected]> a écrit : > >> Hi, >> >> Indeed. See below how it looks like in the latest development version. >> >> We have not yet integrate this one because we still need little changes in >> FastTable to be able to resize columns and not make the column names >> clickable. >> >> >> <table-stack-details.png> >> >> Cheers, >> Doru >> >> >>> On Jan 17, 2016, at 8:07 AM, Ben Coman <[email protected]> wrote: >>> >>> On Sun, Jan 17, 2016 at 9:48 AM, Cyril Ferlicot D. >>> <[email protected]> wrote: >>>> >>>> And more, it make the debugger "ventilated" (I don't know if the term >>>> work in English too). I mean that with more space between the classes >>>> and the methods it's better for the eye of the user. >>> >>> Never heard the term used that way in graphic design, but it makes >>> perfect sense. >>> cheers -ben >>> >> >> -- >> www.tudorgirba.com >> www.feenk.com >> >> "If you can't say why something is relevant, >> it probably isn't." >> -- www.tudorgirba.com www.feenk.com "Innovation comes in the least expected form. That is, if it is expected, it already happened."
