Uncategorized
Adding Undo/Redo functionality to Java Swing/Burp Extension
While going through some extensions, I realized that most of them don’t have the undo and redo functionality. So after searching the internet, I have made a small function to do the same. Just call that function with the first parameter as your TextArea/TextView. Github Gist: https://gist.github.com/yashrs/e4e064f036157dbbb0675bee6d88caee Thanks for reading! Read more…