Releases: pharo-spec/NewTools
Releases · pharo-spec/NewTools
v0.5.2
- VersionBrowser: fix DNU when browsing source code.
- ExternalBrowser: Migrated (not activated yet)
- Inspector: now it can inspect ProtoObjects
- Inspector: add several object inspections (text, blocks)
- Debugger: add segment selections to highlight position
- Debugger: several bug fixes
- a lot of small bugfixes
v0.5.1.1
New advanced steps operators in the debugger:
- Step to next method entry: steps until the execution reaches the beggining of a method
- Step to return: steps until the execution returns from the current context
- Step to next call in receiver: steps until the execution reaches the next method invokation in the current receiver
- Step to next call in class: steps until the execution reaches the next method invokation in the current receiver's class
- Step to next instance creation: steps until an object is created in the current context (stops if nothing is found before the current context returns)
Improvements in the debugger command model: advanced command are now dynamic extension of the debugger's code and toolbar actions.
v0.5.1
v0.5
New Inspector is now default in Pharo!
- Inspector Introduces concept of "inspection concept" which allows to configure how the presentation will be show (and if it will be shown). For now it does not do much, but potential is huge.
- Inspector uses
SpMillerPaginatorPresenter
. - Inspector uses popover to allow command expansion in the toolbar (otherwise is too big).
- Inspector panes are closeable now.
- Inspector, Playground now understand <meta+g> command
- Playground pages now can "open in new page".
- Activation in single click (which triggers column expansion) is now default for inspections (it was double click, but it felt weird).
- Added several inspections (extensions to objects) to match what we had before.
- Most commands now delegate its behavior to their contexts to allow better handling of them.
- Introduce "icon providers" to handle how icons are provided in applications.
- Refactor the way icons are used in
StPharoApplication
to allow switching of icon sets and the gradual transition from current naming to a better, semantic way of name icons. - Fixes #128
- Fixes pharo-project/pharo#7700
- Fixes #123
- Several bugfixes.
v0.4.5
v0.4.4
- new tool SystemReporter (thanks Stef)
- some changes on debugger inspector ui, looking to make things more pleasant.
- fixes #120
- fixes #113
- fixes pharo-project/pharo#6940
- fixes pharo-project/pharo#7456
- fixes pharo-project/pharo#7453
- fixes pharo-project/pharo#7451
v0.4.3
- remove all misleading settings.
- remove remaining access to
Smalltalk tools debugger
- improvements on inspector nodes
- improvements on inspecting variables in a debugger
- add ranks to debugger to match what new Oups expects.
- add more inspector extensions
- bugfixes
v0.4.2.5
Contains debugger fixes and improvements:
- Fixes #57
- Will fix pharo-project/pharo#7152 after merge
- Will fix pharo-project/pharo#7155 after merge
- Improving tests
- Cleaning dead code