CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

✨ Find Navigator

Open RayZhao1998 opened this issue 3 years ago • 4 comments
trafficstars

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

RayZhao1998 avatar Mar 23 '22 12:03 RayZhao1998

I've got a working version of ignore case search, but doing the rest will require major changes to SearchModeModel.swift

KaiTheRedNinja avatar Jun 28 '22 01:06 KaiTheRedNinja

@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.

austincondiff avatar Jun 28 '22 03:06 austincondiff

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.

KaiTheRedNinja avatar Jun 28 '22 08:06 KaiTheRedNinja

FYI, I've gone through and created issues for each mentioned item in the issue description.

austincondiff avatar Dec 26 '23 17:12 austincondiff