We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3bb38 commit e9003cdCopy full SHA for e9003cd
app/src/cc/arduino/view/findreplace/FindReplace.java
@@ -73,10 +73,24 @@ public FindReplace(Editor editor, Map<String, Object> state) {
73
74
Base.setIcon(this);
75
76
+ editor.addWindowListener(new WindowAdapter() {
77
+ public void windowActivated(WindowEvent e) {
78
+ findField.requestFocusInWindow();
79
+ findField.selectAll();
80
+ setAlwaysOnTop(true);
81
+ }
82
+ public void windowDeactivated(WindowEvent e) {
83
+ setAlwaysOnTop(false);
84
85
+ });
86
+
87
addWindowListener(new WindowAdapter() {
88
public void windowActivated(WindowEvent e) {
89
findField.requestFocusInWindow();
90
findField.selectAll();
91
92
93
94
}
95
});
96
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments