Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

New implementation of the Pharo Finder in Spec2

License

Notifications You must be signed in to change notification settings

pharo-spec/NewTools-Finder

This branch is 33 commits ahead of n1toxyz/NewTools-Finder:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

53ebb2b · Jan 17, 2024

History

57 Commits
Jan 17, 2024
Jan 24, 2023
Jan 24, 2023
Jan 31, 2023

Repository files navigation

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

About

New implementation of the Pharo Finder in Spec2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%