diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e8fa442..0e90dea 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -8,8 +8,7 @@
Highlight the text in the " +
+ JLabel highlightInstructions = new JLabel(" Highlight the text in the " +
"request you would like to replace with data from the response. In the response, highlight the text " +
"you would like to extract and have inserted into the request. Extractor will " +
- "define regex for you when you select text in the request and response editors. If you want to " +
+ "define regex for you when you select text in the request and response editors. If you want to " +
"make customizations to those regex strings, you can! Just make sure that you escape characters that " +
- "are have special regex meaning. That seems to be anything in this list, though there may be something missing: !$^&*()-+{[}]|\\:,.?
There are two options for defining " + - "scope in Extractor. Either a user can select \"Use suite scope\" which will cause Extractor to " + + helpScrollPanel.add(new JLabel("
Users can define scope using both " + + "the host and the tools to target. Either a user can select \"Use suite scope\" which will cause Extractor to " + "examine a request if it is in Burp Suite's scope. Otherwise, the \"Target host\" field will be " + - "examined, and a message from a matching (non-regex) host will cause Extractor to examine it." + - "
You can also select the tools that will be included when looking for text in requests " + - "and responses using the \"Select in-scope tools\" button.
")); + "examined, and a message from a matching host will cause Extractor to examine it." + + "Use the \"Select in-scope tools\" button to select the tools that Extractor will " + + "examine for matching tokens.
")); // Running Extractor JLabel runningTitle = new JLabel("Running Extractor"); runningTitle.setBorder(new EmptyBorder(5,5,5,5)); runningTitle.setFont(this.boldFont); helpScrollPanel.add(runningTitle); - helpScrollPanel.add(new JLabel("To start altering requests with " + + helpScrollPanel.add(new JLabel("
To start altering requests with " + "Extractor, just click \"Turn Extractor on\". Extractor will begin examining in-scope requests and " + - "responses which match the defined scope for text which matches the regex fields. Once Extractor " + + "responses for text which matches the before and after regex fields. Once Extractor " + "has found a match in a response, it will save the text, and write it to the selected location in the " + "request. Multiple Extractor tabs can be used at once, and will execute in the order they were created." + "
"));