-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
feat: EditorUtils use document's locale to splitting words #1175
Merged
miurahr
merged 16 commits into
master
from
topic/miurahr/gui/editor/utils-clean-todo-word-boundary-locale
Dec 12, 2024
Merged
feat: EditorUtils use document's locale to splitting words #1175
miurahr
merged 16 commits into
master
from
topic/miurahr/gui/editor/utils-clean-todo-word-boundary-locale
Dec 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
miurahr
changed the title
feat: EditorUtils
feat: EditorUtils implement TODO: change to use document's locale
Nov 7, 2024
- Update javadoc for getWordEnd and getWordStart utility functions - Remove "TODO: change to use document's locale" - grab word with source and target locale of the project Signed-off-by: Hiroshi Miura <[email protected]>
miurahr
force-pushed
the
topic/miurahr/gui/editor/utils-clean-todo-word-boundary-locale
branch
from
November 7, 2024 02:40
408b494
to
4f429dc
Compare
Signed-off-by: Hiroshi Miura <[email protected]>
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Hiroshi Miura <[email protected]>
- test EditorUtils.getWord* with loaded project from Chinese to Japanese in English environment Signed-off-by: Hiroshi Miura <[email protected]>
Signed-off-by: Hiroshi Miura <[email protected]>
…word-boundary-locale
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Hiroshi Miura <[email protected]>
miurahr
changed the title
feat: EditorUtils implement TODO: change to use document's locale
feat: EditorUtils use document's locale to splitting words
Dec 1, 2024
miurahr
commented
Dec 1, 2024
miurahr
commented
Dec 1, 2024
- Add unit test for getBoundary method with English, Japanese and Chinese Signed-off-by: Hiroshi Miura <[email protected]>
miurahr
commented
Dec 2, 2024
Signed-off-by: Hiroshi Miura <[email protected]>
- Update javadoc - @deprecated for methods with old signature - Simplify some lines Signed-off-by: Hiroshi Miura <[email protected]>
Signed-off-by: Hiroshi Miura <[email protected]>
…word-boundary-locale
❌ Acceptance Tests failed. Please look a Gradle Scan page for details: |
…word-boundary-locale # Conflicts: # gradle/libs.versions.toml
…lean-todo-word-boundary-locale' into topic/miurahr/gui/editor/utils-clean-todo-word-boundary-locale
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: Hiroshi Miura <[email protected]>
miurahr
commented
Dec 12, 2024
miurahr
commented
Dec 12, 2024
Signed-off-by: Hiroshi Miura <[email protected]>
miurahr
deleted the
topic/miurahr/gui/editor/utils-clean-todo-word-boundary-locale
branch
December 12, 2024 13:41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are many TODO comments in the source.
This try to implement one of TODO in EditorUtils class.
Pull request type
Please mark github LABEL of the type of change your PR introduces:
Which ticket is resolved?
What does this PR change?
Other information
TODO