Skip to content

Commit

Permalink
add 'Jump' to the 'Edit' menu
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 19, 2024
1 parent e30422a commit e89073d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@
- The "Jump" dialog has been made modeless.
- Added "Jump to letter or word" function.
- Added the function "Update the dictionary file using the clues" to the "Advanced" settings.
- Added "Jump" to the "Edit" menu.

# 開発履歴 (Japanese)

Expand Down Expand Up @@ -963,3 +964,4 @@
- 「ジャンプ」ダイアログをモードレス化した。
- 「文字または単語にジャンプ」機能を追加。
- 「上級者向け」設定に「問題のカギを使って辞書ファイルを更新する」機能を追加。
- 「編集」メニューに「ジャンプ」を追加。
2 changes: 2 additions & 0 deletions lang/en_US.rc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
MENUITEM "Search DOWN word on Web \tAlt+Down", ID_ONLINEDICTV
MENUITEM "Search ACROSS word on Web\tAlt+Right", ID_ONLINEDICTH
MENUITEM SEPARATOR
MENUITEM "&Jump...", ID_JUMP
MENUITEM SEPARATOR
MENUITEM "UI Language Select...", ID_UILANGID
}
POPUP "&Input"
Expand Down
2 changes: 2 additions & 0 deletions lang/ja_JP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
MENUITEM "単語をウェブ検索(&V) (タテ)\tAlt+↓", ID_ONLINEDICTV
MENUITEM "単語をウェブ検索(&H) (ヨコ)\tAlt+→", ID_ONLINEDICTH
MENUITEM SEPARATOR
MENUITEM "ジャンプ(&J)...", ID_JUMP
MENUITEM SEPARATOR
MENUITEM "UI Language Select...", ID_UILANGID
}
POPUP "入力(&I)"
Expand Down

0 comments on commit e89073d

Please sign in to comment.