YaguraExtender icon indicating copy to clipboard operation
YaguraExtender copied to clipboard

Burpsuite extension. Supports CJK (Chinese, Japanese, Korean) encoding.

Results 3 YaguraExtender issues
Sort by recently updated
recently updated
newest added

どうもRSyntaxTextAreaのバグらしく以下のコードで再現する。 ``` import java.awt.BorderLayout; import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea; import org.fife.ui.rtextarea.RTextScrollPane; import javax.swing.*; public class WrapText { public static void main( String[] args ) throws Exception { SwingUtilities.invokeAndWait(()->{ RSyntaxTextArea textArea = new RSyntaxTextArea("r-syntax...

bug

Replace JTextEditorPane with RSyntaxTextArea http://bobbylight.github.io/RSyntaxTextArea/

bug
enhancement

race conditions test tool

enhancement