Genio icon indicating copy to clipboard operation
Genio copied to clipboard

Implement Find in files

Open nexus6-haiku opened this issue 2 years ago • 2 comments

This might be implemented with a simple grep executed within the Project Folder. All the results should be shown in the Message Area and must be clickable to open the relative file in the desired position. Code can be borrowed from TextSearch or TrackerGrep add-ons

nexus6-haiku avatar Jan 24 '23 16:01 nexus6-haiku

Great ideas, thanks very much for raising the things that aren't clear, that is a really good list of next things to tackle and I'll prioritize them

mojodojodev avatar Jul 19 '23 23:07 mojodojodev

@mojodojodev i'm thinking about starting to write about SIMD, what format do you think it'll be appropriate? Guide section, article...? I think an article would fit this purpose.

Lorenzobattistela avatar Jul 20 '23 14:07 Lorenzobattistela

I agree. I think articles should be preferred in general for now as Mojo is still in a very early stage. I think the focus should be on making readers understand the underlying concept rather than its specific implementation in Mojo, as not only can that change, but the team might add a high level abstraction that makes it unnecessary to explain the exact details of how the feature works to beginners.

Brian-M-J avatar Jul 20 '23 15:07 Brian-M-J

Will start writing up some content on SIMD

Lorenzobattistela avatar Jul 20 '23 21:07 Lorenzobattistela

Will start writing up some content on SIMD

Sounds great thanks, yeah I think tutorial style introduction will be really good, there's a heap of dunder methods which we can build out over time

mojodojodev avatar Jul 20 '23 22:07 mojodojodev