[Feature] Added bru.setNextRequest into the hint words list #1441
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Added
bru.setNextRequest(nextRequest)
into the hint words list. After #534 was closed, the new method of the Bru object wasn't added to the hint words list inside the desktop application. In this PR I'm adding it and probably will update the documentation on the website. If it wasn't for me exploring the discussion I wouldn't discover this very useful functionality.Closes #1442
Usage:
![Screenshot 2024-01-24 at 17 25 59](https://private-user-images.githubusercontent.com/58402197/299449176-b27b9332-4a52-4a06-b373-2bb51e1604ea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwODA1NTQsIm5iZiI6MTczOTA4MDI1NCwicGF0aCI6Ii81ODQwMjE5Ny8yOTk0NDkxNzYtYjI3YjkzMzItNGE1Mi00YTA2LWIzNzMtMmJiNTFlMTYwNGVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA1NTA1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTMzNWQwNzljOTdkN2MyODRhMWI4Y2VlZjcxM2YwYjczNDRmZWY1NjM3NWI4ZDNlMDhmZjAwNGY3MmMyYTE5NDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rl1lyvr-vwuIIPXK3J1ujLxWc1howg3baEKdT3hwR9Q)
Contribution Checklist: