Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ paste
Method
paste
src/bsh/util/JConsole.java:106–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
104
}
105
106
public
void
paste() {
107
forceCaretMoveToEnd();
108
super.paste();
109
}
110
};
111
112
Font font =
new
Font(
"Monospaced"
,Font.PLAIN,14);
Callers
1
actionPerformed
Method · 0.80
Calls
1
forceCaretMoveToEnd
Method · 0.95
Tested by
no test coverage detected