Giter VIP home page Giter VIP logo

newtools-finder's Introduction

NewTools-Finder

New implementation of the Pharo Finder in Spec2

To load

Metacello new
 	 baseline: 'NewToolsFinder';
 	 repository: 'github://n1toxyz/NewTools-Finder:main/src';
 	 load.

TODO

The tool is already usable, but does not implement all kinds of searches of the old Finder tool yet.

  • Implement missing searches as subclasses of StFinderSearch, e.g. StFinderExampleSearch
  • Implement tests!!! Right now there are none...
  • Improve GUI. Ideas welcome!
    • provide more information about the search environment (how many packages are selected, etc), e.g. by adding an StatusBar
    • explore ways to display results in a better way
  • Check baseline for missing dependencies

newtools-finder's People

Contributors

n1toxyz avatar ducasse avatar

Watchers

 avatar

newtools-finder's Issues

First search doesn't populate resultsTree correctly.

Description

For some reason the first search of a new StFinderPresenter does not populate the result widget correctly. Repeating the search fixes the issue and further searches work correctly.

I don't know yet if this is an issue with this project or maybe a bug in the SpTreePresenter. This needs further investigation.

Steps to reproduce:

  1. Open a new Finder with (StFinderPresenter on: StFinderModel new) open.

  2. Enter asString in the search field and hit enter. Notice that the results are not nested even though the model has the correct results. first_search

  3. Hit search again and notice that the results are now nested correctly. second_search

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.