Skip to content

[WIP] Ignore case#492

Closed
melodell wants to merge 3 commits intoCodeEditApp:mainfrom
melodell:ignore-case
Closed

[WIP] Ignore case#492
melodell wants to merge 3 commits intoCodeEditApp:mainfrom
melodell:ignore-case

Conversation

@melodell
Copy link
Copy Markdown

Description

Added potential implementation of "Ignoring Case" search for the Find Navigator.

(Currently there is a placeholder for "testing" the feature, since figuring out the correct way to go about it is a larger implementation/design decision that should be discussed)

Related Issue

Checklist

  • I read and understood the contributing guide as well as the code of conduct
  • My changes generate no new warnings
  • My code builds and runs on my machine
  • I documented my code
  • Review requested

Screenshots

Comment on lines +49 to +50
let mode = SearchModeModel.IgnoreCase // test; need to figure out how to get mode here
state.search(searchText, mode: mode)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary let declaration. Use the value directly in the function call.

@lukepistrol lukepistrol added enhancement New feature or request WIP This is work-in-progress labels Apr 21, 2022
@lukepistrol lukepistrol changed the title Ignore case [WIP] Ignore case Apr 24, 2022
@lukepistrol
Copy link
Copy Markdown
Member

What's the state of this PR? @melodell

@austincondiff
Copy link
Copy Markdown
Collaborator

What is the status of this PR, it was opened nearly a month ago and I wanted to prevent it from going stale. I will have to close it if we don't hear back within a few days as there hasn't been any activity here for a while.

@lukepistrol
Copy link
Copy Markdown
Member

Closing this PR since there was no response from @melodell since May 1st 2022.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request WIP This is work-in-progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants