Skip to content

v0.8.13

Compare
Choose a tag to compare
@estebanlm estebanlm released this 21 May 20:03
· 217 commits to Pharo9.0 since this release
  • general: menu items now print correctly shortcuts (using KMShortcutPrinter)
  • general: buttons disabled now "gray" icons.
  • fixed SpGridLayout homogeneous and span properties.
  • fixed trees selected paths and items when using multiple selection.
  • fixed wrong accumulation of selected elements in multiple selection.
  • fixed #1070 (thanks @jordanmontt)
  • SpTextPresenter now implements lineAtCursorPosition method, which will enhance the selected based commands.
  • fixes pharo-project/pharo#9121
  • replace usages of newVertical/newHorizontal when possible (we prefer newTopToBottom/newLeftToRight)
  • SpNotebookPresenter fix a problem when setting pages directly with anything that is not an OrderedCollection (remove of pages was failing).
  • SpCodePresenter now allow selecting a particular syntax highlight theme (default is still the one selected on settings).
  • SpApplication implements showWaitCursorWhile: to allow different backend functionality (and start removing usages of UIManager). This is still "experimental", but works.
  • fixed hidden dependencies in baseline and demos
  • lots of cleanups
  • lots of renames to make things more understandable (thanks @NourDjihan)
  • lots of new tests