CodeEdit
CodeEdit copied to clipboard
✨ Find Navigator
A basic view and functionality of finding in workspace has been implemented with #125 . But there's a lot of work to do.
- [x] #1520
- [x] #1521
- [x] #1519
- [x] #1466
- [ ] #1522 (maybe not in release v1.0)
- [x] #1464
I've got a working version of ignore case search, but doing the rest will require major changes to SearchModeModel.swift
@KaiTheRedNinja if you feel comfortable proceeding, I'd say go for it. Or if you'd like to keep things simple for now and do it later, you can always submit a PR of what you have.
ykw im ambitious i'll try and change SearchModeModel and make things work. Just changing the structure of a class for ease of use and some string comparing shouldn't be as hard as what I've had to do for the project navigator.
FYI, I've gone through and created issues for each mentioned item in the issue description.