hpi-swa-teaching / Algernon-Launcher

Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It provides lightning quick access to the core functionalities (classes, methods, morphs, tests, repositories, ...) and even gives you a quick way to evaluate Smalltalk expressions. (SWT22-10)
MIT License
28 stars 5 forks source link

Free-text search source code #207

Open bewee opened 3 years ago

bewee commented 3 years ago

As a developer using Algernon, I would like to search the whole source code for occurences of a given string, in order to gain quicker access to this built-in feature.

Acceptance Criteria

TheGrayStone commented 3 years ago

One could look into whether it is possible to show the results directly in the result list (e.g. via tabbing into an entry named Show results for this search - similar to how evaluate works).