リソース名 クラス名 意味 |
デフォルト |
---|---|
editor.foreground Editor.Foreground 最上位ウィンドウの前景色(IMサーバ) |
black |
editor.mediumGray Editor.MediumGray 最上位ウィンドウの背景色(IMサーバ) |
gray70 |
editor.fontset Editor.Fontset 最上位ウィンドウのフォント(IMサーバ) |
-*-*-medium-r-normal-*-14-*-*-*-*-*-*-* |
editor.ximStyle Editor.XIMStyle XIMのスタイル |
PreeditNothing,StatusNothing |
editor.localeModifier Editor.LocaleModifier ロケール修飾子 |
|
editor.geometry Editor.Geometry 最上位ウィンドウのジオメトリ |
|
editor.headline Editor.Headline 最上位ウィンドウのウィンドウ名 |
Internationalized editor |
editor.edit.text.foreground Editor.Pane.TextArea.Foreground 編集領域のテキスト前景色 |
black |
editor.edit.text.background Editor.Pane.TextArea.Background 編集領域の背景色(ポインタなし) |
white |
editor.edit.text.mediumGray Editor.Pane.TextArea.MediumGray 編集領域のグレー |
gray70 |
editor.edit.text.dimGray Editor.Pane.TextArea.DimGray 編集領域の濃いグレー |
gray50 |
editor.edit.text.illuminated Editor.Pane.TextArea.Illuminated 編集領域の背景色(ポインタあり) |
#ffe0e0 |
editor.edit.text.highlighted Editor.Pane.TextArea.Highlighted 編集領域の編集記号前景色 |
#3f00ff |
editor.edit.text.preedited Editor.Pane.TextArea.Foreground 編集領域の前編集文字列の前景色 |
green4 |
editor.edit.text.fontset Editor.Pane.TextArea.Fontset 編集領域のフォントセット |
-*-*-medium-r-normal-*-14-*-*-*-*-*-*-* |
editor.edit.text.backwardChar Editor.Pane.TextArea.BackwardChar 編集領域のカーソルを1文字左に移動 |
Left, Control-b |
editor.edit.text.backwardCharDragged Editor.Pane.TextArea.BackwardCharDragged 編集領域のカーソルを1文字左に移動+選択 |
Shift-Left, Control-Shift-b |
editor.edit.text.backwardWord Editor.Pane.TextArea.BackwardWord 編集領域のカーソルを1語左に移動 |
Meta-Left, Meta-Control-b |
editor.edit.text.backwardWordDragged Editor.Pane.TextArea.BackwardWordDragged 編集領域のカーソルを1語左に移動+選択 |
Meta-Shift-Left, Meta-Control-Shift-b |
editor.edit.text.beginningOfLine Editor.Pane.TextArea.BeginningOfLine 編集領域のカーソルを行頭に移動 |
Control-a |
editor.edit.text.beginningOfLineDragged Editor.Pane.TextArea.BeginningOfLineDragged 編集領域のカーソルを行頭に移動+選択 |
Control-Shift-a |
editor.edit.text.deleteBackwardChar Editor.Pane.TextArea.DeleteBackwardChar 編集領域のカーソル左側の文字(選択時は選択領域)を消去 |
BackSpace, Control-h |
editor.edit.text.deleteChar Editor.Pane.TextArea.DeleteChar 編集領域のカーソル右側の文字(選択時は選択領域)を消去 |
Delete, Control-d |
editor.edit.text.endOfLine Editor.Pane.TextArea.EndOfLine 編集領域のカーソルを行末に移動 |
Control-e |
editor.edit.text.endOfLineDragged Editor.Pane.TextArea.EndOfLineDragged 編集領域のカーソルを行末に移動+選択 |
Control-Shift-e |
editor.edit.text.forwardChar Editor.Pane.TextArea.ForwardChar 編集領域のカーソルを1文字右に移動 |
Right, Control-f |
editor.edit.text.forwardCharDragged Editor.Pane.TextArea.ForwardCharDragged 編集領域のカーソルを1文字右に移動+選択 |
Shift-Right, Control-Shift-f |
editor.edit.text.forwardWord Editor.Pane.TextArea.ForwardWord 編集領域のカーソルを1語左に移動 |
Meta-Right, Meta-Control-f |
editor.edit.text.forwardWordDragged Editor.Pane.TextArea.ForwardWordDragged 編集領域のカーソルを1語左に移動+選択 |
Meta-Shift-Right, Meta-Control-Shift-f |
editor.edit.text.killLine Editor.Pane.TextArea.KillLine 編集領域のカーソル位置から行末まで(選択時は選択領域)をバッファにコピー+削除 |
Control-k |
editor.edit.text.leftEdge Editor.Pane.TextArea.LeftEdge 編集領域のカーソルを先頭桁に移動 |
Meta-Control-a |
editor.edit.text.leftEdgeDragged Editor.Pane.TextArea.LeftEdgeDragged 編集領域のカーソルを先頭桁に移動+選択 |
Meta-Shift-Control-a |
editor.edit.text.newline Editor.Pane.TextArea.Newline 編集領域の改行 |
Return, Control-m |
editor.edit.text.nextLine Editor.Pane.TextArea.NextLine 編集領域のカーソルを1行下に移動 |
Down, Control-n |
editor.edit.text.nextLineDragged Editor.Pane.TextArea.NextLineDragged 編集領域のカーソルを1行下に移動+選択 |
Shift-Down, Control-Shift-n |
editor.edit.text.previousLine Editor.Pane.TextArea.PreviousLine 編集領域のカーソルを1行上に移動 |
Up, Control-p |
editor.edit.text.previousLineDragged Editor.Pane.TextArea.PreviousLineDragged 編集領域のカーソルを1行上に移動+選択 |
Shift-Up, Control-Shift-p |
editor.edit.text.rightEdge Editor.Pane.TextArea.RightEdge 編集領域のカーソルを最終桁に移動 |
Meta-Control-e |
editor.edit.text.rightEdgeDragged Editor.Pane.TextArea.RightEdgeDragged 編集領域のカーソルを最終桁に移動+選択 |
Meta-Shift-Control-e |
editor.edit.text.yank Editor.Pane.TextArea.Yank 編集領域の最後に削除する際にバッファにコピーした文字列を挿入 |
Control-y |
editor.edit.text.yankDragged Editor.Pane.TextArea.YankDragged 編集領域の最後に削除する際にバッファにコピーした文字列を選択状態で挿入 |
Control-Shift-y |
editor.edit.text.nextField Editor.Pane.TextArea.NextField 編集領域の次のフィールドにフォーカスを移動 |
Control-Tab |
editor.edit.text.previousField Editor.Pane.TextArea.PreviousField 編集領域の前のフィールドにフォーカスを移動 |
Control-Shift-Tab |
editor.edit.text.pageUp Editor.Pane.TextArea.PageUp 編集領域の1画面戻る |
Prior |
editor.edit.text.pageDown Editor.Pane.TextArea.PageDown 編集領域の1画面進む |
Next |
editor.edit.text.verticalScrollbar.brightest Editor.Pane.TextArea.Scrollbar.Brightest 編集領域のスクロールバーの最も明るいグレー |
gray100 |
editor.edit.text.verticalScrollbar.lightGray Editor.Pane.TextArea.Scrollbar.LightGray 編集領域のスクロールバーの明るいグレー |
gray85 |
editor.edit.text.verticalScrollbar.mediumGray Editor.Pane.TextArea.Scrollbar.MediumGray 編集領域のスクロールバーのグレー |
gray70 |
editor.edit.text.verticalScrollbar.dimGray Editor.Pane.TextArea.Scrollbar.DimGray 編集領域のスクロールバーの濃いグレー |
gray50 |
editor.edit.text.verticalScrollbar.darkGray Editor.Pane.TextArea.Scrollbar.DarkGray 編集領域のスクロールバーの暗いグレー |
gray30 |
editor.edit.text.verticalScrollbar.darkest Editor.Pane.TextArea.Scrollbar.Darkest 編集領域のスクロールバーの最も暗いグレー |
gray10 |
editor.save.button.foreground Editor.Pane.Button.Foreground 書き込みボタンのテキスト前景色 |
black |
editor.save.button.background Editor.Pane.Button.Background 書き込みボタンの背景色(ポインタなし) |
white |
editor.save.button.illuminated Editor.Pane.Button.Illuminated 書き込みボタンの背景色(ポインタあり) |
#ffe0e0 |
editor.save.button.brightest Editor.Pane.Button.Brightest 書き込みボタンの最も明るいグレー |
gray100 |
editor.save.button.lightGray Editor.Pane.Button.LightGray 書き込みボタンの明るいグレー |
gray85 |
editor.save.button.mediumGray Editor.Pane.Button.MediumGray 書き込みボタンのグレー |
gray70 |
editor.save.button.dimGray Editor.Pane.Button.DimGray 書き込みボタンの濃いグレー |
gray50 |
editor.save.button.darkGray Editor.Pane.Button.DarkGray 書き込みボタンの暗いグレー |
gray30 |
editor.save.button.darkest Editor.Pane.Button.Darkest 書き込みボタンの最も暗いグレー |
gray10 |
editor.save.button.fontset Editor.Pane.Button.Fontset 書き込みボタンのフォントセット |
-*-*-medium-r-normal-*-14-*-*-*-*-*-*-* |
editor.save.button.pressButton Editor.Pane.Button.PressButton 書き込みボタンのボタン押下 |
Return, Control-m |
editor.save.button.nextField Editor.Pane.Button.NextField 書き込みボタンの次のフィールドにフォーカスを移動 |
Control-Tab |
editor.save.button.previousField Editor.Pane.Button.PreviousField 書き込みボタンの前のフィールドにフォーカスを移動 |
Control-Shift-Tab |
editor.save.button.label Editor.Pane.Button.Label 書き込みボタンのラベル文字列 |
|
editor.load.button.foreground Editor.Pane.Button.Foreground 読み込みボタンのテキスト前景色 |
black |
editor.load.button.background Editor.Pane.Button.Background 読み込みボタンの背景色(ポインタなし) |
white |
editor.load.button.illuminated Editor.Pane.Button.Illuminated 読み込みボタンの背景色(ポインタあり) |
#ffe0e0 |
editor.load.button.brightest Editor.Pane.Button.Brightest 読み込みボタンの最も明るいグレー |
gray100 |
editor.load.button.lightGray Editor.Pane.Button.LightGray 読み込みボタンの明るいグレー |
gray85 |
editor.load.button.mediumGray Editor.Pane.Button.MediumGray 読み込みボタンのグレー |
gray70 |
editor.load.button.dimGray Editor.Pane.Button.DimGray 読み込みボタンの濃いグレー |
gray50 |
editor.load.button.darkGray Editor.Pane.Button.DarkGray 読み込みタンの暗いグレー |
gray30 |
editor.load.button.darkest Editor.Pane.Button.Darkest 読み込みタンの最も暗いグレー |
gray10 |
editor.load.button.fontset Editor.Pane.Button.Fontset 読み込みボタンのフォントセット |
-*-*-medium-r-normal-*-14-*-*-*-*-*-*-* |
editor.load.button.pressButton Editor.Pane.Button.PressButton 読み込みボタンのボタン押下 |
Return, Control-m |
editor.load.button.nextField Editor.Pane.Button.NextField 読み込みボタンの次のフィールドにフォーカスを移動 |
Control-Tab |
editor.load.button.previousField Editor.Pane.Button.PreviousField 読み込みボタンの前のフィールドにフォーカスを移動 |
Control-Shift-Tab |
editor.load.button.label Editor.Pane.Button.Label 読み込みボタンのラベル文字列 |
|
editor.filename.text.foreground Editor.Pane.TextLine.Foreground ファイル名領域のテキスト前景色 |
black |
editor.filename.text.background Editor.Pane.TextLine.Background ファイル名領域の背景色(ポインタなし) |
white |
editor.filename.text.mediumGray Editor.Pane.TextLine.MediumGray ファイル名領域のグレー |
gray70 |
editor.filename.text.dimGray Editor.Pane.TextLine.DimGray ファイル名領域の濃いグレー |
gray50 |
editor.filename.text.illuminated Editor.Pane.TextLine.Illuminated ファイル名領域の背景色(ポインタあり) |
#ffe0e0 |
editor.filename.text.preedited Editor.Pane.TextLine.Foreground ファイル名領域の前編集文字列の前景色 |
green4 |
editor.filename.text.fontset Editor.Pane.TextLine.Fontset ファイル名領域のフォントセット |
-*-*-medium-r-normal-*-14-*-*-*-*-*-*-* |
editor.filename.text.backwardChar Editor.Pane.TextLine.BackwardChar ファイル名領域のカーソルを1文字左に移動 |
Left, Control-b |
editor.filename.text.backwardCharDragged Editor.Pane.TextLine.BackwardCharDragged ファイル名領域のカーソルを1文字左に移動+選択 |
Shift-Left, Control-Shift-b |
editor.filename.text.backwardWord Editor.Pane.TextLine.BackwardWord ファイル名領域のカーソルを1語左に移動 |
Meta-Left, Meta-Control-b |
editor.filename.text.backwardWordDragged Editor.Pane.TextLine.BackwardWordDragged ファイル名領域のカーソルを1語左に移動+選択 |
Meta-Shift-Left, Meta-Control-Shift-b |
editor.filename.text.beginningOfLine Editor.Pane.TextLine.BeginningOfLine ファイル名領域のカーソルを行頭に移動 |
Control-a |
editor.filename.text.beginningOfLineDragged Editor.Pane.TextLine.BeginningOfLineDragged ファイル名領域のカーソルを行頭に移動+選択 |
Control-Shift-a |
editor.filename.text.deleteBackwardChar Editor.Pane.TextLine.DeleteBackwardChar ファイル名領域のカーソル左側の文字(選択時は選択領域)を消去 |
BackSpace, Control-h |
editor.filename.text.deleteChar Editor.Pane.TextLine.DeleteChar ファイル名領域のカーソル右側の文字(選択時は選択領域)を消去 |
Delete, Control-d |
editor.filename.text.endOfLine Editor.Pane.TextLine.EndOfLine ファイル名領域のカーソルを行末に移動 |
Control-e |
editor.filename.text.endOfLineDragged Editor.Pane.TextLine.EndOfLineDragged ファイル名領域のカーソルを行末に移動+選択 |
Control-Shift-e |
editor.filename.text.forwardChar Editor.Pane.TextLine.ForwardChar ファイル名領域のカーソルを1文字右に移動 |
Right, Control-f |
editor.filename.text.forwardCharDragged Editor.Pane.TextLine.ForwardCharDragged ファイル名領域のカーソルを1文字右に移動+選択 |
Shift-Right, Control-Shift-f |
editor.filename.text.forwardWord Editor.Pane.TextLine.ForwardWord ファイル名領域のカーソルを1語左に移動 |
Meta-Right, Meta-Control-f |
editor.filename.text.forwardWordDragged Editor.Pane.TextLine.ForwardWordDragged ファイル名領域のカーソルを1語左に移動+選択 |
Meta-Shift-Right, Meta-Control-Shift-f |
editor.filename.text.killLine Editor.Pane.TextLine.KillLine ファイル名領域のカーソル位置から行末までを削除 |
Control-k |
editor.filename.text.nextField Editor.Pane.TextLine.NextField ファイル名領域の次のフィールドにフォーカスを移動 |
Control-Tab |
editor.filename.text.previousField Editor.Pane.TextLine.PreviousField ファイル名領域の前のフィールドにフォーカスを移動 |
Control-Shift-Tab |