Skip to content

Commit 88cbbef

Browse files
author
Will Strei
committed
Fix selector issue and remake walkthrough
1 parent e09ff43 commit 88cbbef

File tree

4 files changed

+41
-54
lines changed

4 files changed

+41
-54
lines changed

.idea/workspace.xml

Lines changed: 40 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/walkthrough.gif

-778 KB
Binary file not shown.
-5 Bytes
Binary file not shown.

src/burp/ExtractorEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ private void addTextEditor(JPanel pane, IBurpExtenderCallbacks callbacks) {
128128
// Create mouse listeners for message editor
129129
this.textSelector.getComponent().addMouseListener(new MouseAdapter() {
130130
@Override
131-
public void mouseClicked(MouseEvent e) {
131+
public void mouseReleased(MouseEvent e) {
132132
// I never figured out how to get focus on the textEditor component to set keyListeners,
133133
// so just find out what is in focus when we click inside the editor and set a key listener on that.
134134
if (!keyListenerSet) {

0 commit comments

Comments
 (0)