-
-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scripts: Use main output panel for output #6044
base: main
Are you sure you want to change the base?
Conversation
f2032f0
to
677ff14
Compare
Rebased on #6041 to make it easier to pull and test. |
Fixed Issues (1)Great job! The following issues were fixed in this Pull Request
|
677ff14
to
cea9f7f
Compare
I think we should make it clear when there's new output in the tabs (might be something for I'd suggest having the following behaviour (optional?) too:
The output tab does not have the title updated when the script is renamed and when the script is removed the tab is not removed. |
cea9f7f
to
f6b3d33
Compare
I think this is now ready for review again. commonlib was updated in other PRs to show an indicator for new output. We now show the output tab when standalone scripts are run, and the rename and remove behaviours were also fixed (the tab is removed in both cases). |
addOns/scripts/src/main/java/org/zaproxy/zap/extension/scripts/OutputPanel.java
Show resolved
Hide resolved
f6b3d33
to
222e474
Compare
Thank you! |
I get a popup on startup saying "Error creating new session" with the following stack trace:
|
I think its also worth adding a note to the "Script Console" panel, e.g. something like
|
222e474
to
43ddf5a
Compare
Signed-off-by: ricekot <[email protected]>
43ddf5a
to
1e26b57
Compare
Overview
Related Issues
Checklist
./gradlew spotlessApply
for code formatting