Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing #selectedChest when selecting an item in the tree table view #34

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    fa82609 View commit details
    Browse the repository at this point in the history
  2. Fixing #removeAllItems that was removing only one item in the tree …

    …table presenter before raising an exception `#remove` was sent to nil
    adri09070 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bd83a43 View commit details
    Browse the repository at this point in the history
  3. Fixing "Load all chests' bindings" that was loading bindings from an …

    …unupdated table, with the tree table view as active presenter
    adri09070 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e25bcd2 View commit details
    Browse the repository at this point in the history
  4. Fixing loadObjectIntoCode to prevent the loading of a `TChestBindin…

    …g` with the same `#variableName`  instead of the same key
    adri09070 committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    357cf7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90af337 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. trying to solve a bug that prevents from lazily initializing CAnnounc…

    …er, when the class has not fully been initialized
    adri09070 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3b44a85 View commit details
    Browse the repository at this point in the history
  2. reverting creating of chest examples to how it was but accessing the …

    …Chest class via the class environment (Smalltalk globals) to hide thedependency to the Chest class
    adri09070 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    e195dc1 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Merge branch 'master' into 27-In-the-Chest-tree-table-view-as-a-debug…

    …ger-extension-Remove-item-context-menu-entry-raises-an-exception-remove-was-sent-to-nil
    adri09070 authored May 3, 2024
    Configuration menu
    Copy the full SHA
    d99d156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3ee4f2 View commit details
    Browse the repository at this point in the history
  3. Merge d99d156

    adri09070 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    41b8c08 View commit details
    Browse the repository at this point in the history