Skip to content

Commit

Permalink
updated strings.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadMD1383 committed Feb 16, 2024
1 parent b557386 commit 5bc3a2d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/strings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ caretMovementPanel.wordSeparators.tabIncluded.label=Include tab character (\\t)
caretMovementPanel.wordSeparators.comment=Word separators will be used to determine where the caret should stop.
caretMovementPanel.wordSeparatorsBehaviour.label=Behaviour:
caretMovementPanel.wordSeparatorsBehaviour.option1.label=Stop at character type change
caretMovementPanel.wordSeparatorsBehaviour.option1.comment=<body style="width:15cm">If caret movement begins at a word character, it should go until next word separator character.<br>If caret movement begins at a word separator character, it should go until next word character.
caretMovementPanel.wordSeparatorsBehaviour.option1.comment=<body>If caret movement begins at a word character, it should go until next word separator character.<br>If caret movement begins at a word separator character, it should go until next word character.
caretMovementPanel.wordSeparatorsBehaviour.option2.label=Stop at next same character type
caretMovementPanel.wordSeparatorsBehaviour.option2.comment=<body style="width:15cm">If caret movement begins at a word character, it should go until next word character, after passing word separator characters.<br>If caret movement begins at a word separator character, it should go until next word separator character, after passing word characters.
caretMovementPanel.wordSeparatorsBehaviour.comment=<body style="width:15cm"><b>Glossary:</b><br>Word separator character: any character that you've defined in the <i>word separators</i> field.<br>Word character: all characters except those defined in the <i>word separators</i> field.
caretMovementPanel.wordSeparatorsBehaviour.option2.comment=<body>If caret movement begins at a word character, it should go until next word character, after passing word separator characters.<br>If caret movement begins at a word separator character, it should go until next word separator character, after passing word characters.
caretMovementPanel.wordSeparatorsBehaviour.comment=<body><b>Glossary:</b><br>Word separator character: any character that you've defined in the <i>word separators</i> field.<br>Word character: all characters except those defined in the <i>word separators</i> field.
caretMovementPanel.hardStopSeparators.label=Hard Stop Characters:
caretMovementPanel.hardStopSeparators.comment=<body style="width:15cm">If caret reaches any of these characters, no matter where, it will stop.<br>If there are more than one <i>hard stop characters</i> in front/back of the caret, it will move one by one.
caretMovementPanel.hardStopSeparators.comment=<body>If caret reaches any of these characters, no matter where, it will stop.<br>If there are more than one <i>hard stop characters</i> in front/back of the caret, it will move one by one.
caretMovementPanel.sameElementMovementBehaviour.label=Same Element Movement Behaviour:
caretMovementPanel.sameElementMovementBehaviour.option1.label=Start
caretMovementPanel.sameElementMovementBehaviour.option1.comment=<body style="width:15cm">Place caret at the start of the target PsiElement
caretMovementPanel.sameElementMovementBehaviour.option1.comment=<body>Place caret at the start of the target PsiElement
caretMovementPanel.sameElementMovementBehaviour.option2.label=Offset based
caretMovementPanel.sameElementMovementBehaviour.option2.comment=<body style="width:15cm">Place caret at the same offset (or end if offset overflows target PsiElement) of the target PsiElement
caretMovementPanel.sameElementMovementBehaviour.option2.comment=<body>Place caret at the same offset (or end if offset overflows target PsiElement) of the target PsiElement
caretMovementPanel.sameElementMovementBehaviour.option3.label=End
caretMovementPanel.sameElementMovementBehaviour.option3.comment=<body style="width:15cm">Place caret at the end of the target PsiElement
caretMovementPanel.sameElementMovementBehaviour.option3.comment=<body>Place caret at the end of the target PsiElement
#############################################################
findPanel.caseSensitiveCheckBox.label=Is find case-sensitive?
findPanel.caseSensitiveCheckBox.comment=<body style="width:15cm">Whether find-actions should be case-sensitive or not.<br>e.g. add selection to next occurrence.
findPanel.caseSensitiveCheckBox.comment=<body>Whether find-actions should be case-sensitive or not.<br>e.g. add selection to next occurrence.
#############################################################
caretEditingPanel.showPasteActionHintsCheckBox.label=Show highlighter hints for paste actions?
caretEditingPanel.showPasteActionHintsCheckBox.comment=<body style="width:15cm">Whether to show highlighter hints for paste actions (e.g. <i>Set copy-paste word offset</i>) or not.
caretEditingPanel.showPasteActionHintsCheckBox.comment=<body>Whether to show highlighter hints for paste actions (e.g. <i>Set copy-paste word offset</i>) or not.
#############################################################
macroPanel.addButton.label=Create New Macro
macroPanel.removeButton.label=Remove Selected Macro
Expand Down

0 comments on commit 5bc3a2d

Please sign in to comment.