-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Improve Design Implementation for Find in File #3
Comments
Are there any standard input styles we can use for this or will we need to create this custom? |
The one in CE right now is the default |
@thecoolwinter Is it in CE, CETV or STTextView? It seems like STTextView (prove me wrong) has this file for find/replace, meaning that we need to override this in base CE (again, i might be wrong). |
The file you sent is extending STTextView to support NSTextFinder, not implementing a custom finder. |
Ok i get it, so you're suggesting that we create a custom Find/Replace in CETV. But, considering that the find/replace is in this file in CE shouldn't the custom view be created in CE (or am i just making a incorrect point), @thecoolwinter? |
That command sends a This issue is saying the UI part for entering text to find should be custom. Because that finder view needs to be installed on the STTextView, it has to be implemented in CETV where that view can be accessed. |
[feat]: Added java language support
We need the Find and Replace bar to look closer to Xcode's.
Top: Xcode | Bottom: CodeEdit
The text was updated successfully, but these errors were encountered: