Clipboard: Copy/paste Rules/Alternatives/Selectors between WebModules#58
Open
JulienCochuyt wants to merge 7 commits intodevelopfrom
Open
Clipboard: Copy/paste Rules/Alternatives/Selectors between WebModules#58JulienCochuyt wants to merge 7 commits intodevelopfrom
JulienCochuyt wants to merge 7 commits intodevelopfrom
Conversation
Copy using control+C or control+insert, paste using control+V or shift+insert when focus is on: - Rules Manager: Rules/results tree - Rule Editor: - The criteria category on the categories tree - In full mode: The alternatives list on the criteria panel - Criteria Editor for a Free Zone, the start and end criteria categories on the categories list. Copying stores the JSON representation of the rule or criteria set in the clipboard in raw text mode. A rule with a single alternative can be pasted in lieu of an alternative or selector. An alternative with a single selector can be pasted in lieu of a selector. An alternative or selector can be pasted as base for a new rule. Pasting opens the corresponding wizard or editor to allow for alteration before committing. - Editors: Support shift+F6 (was F6 only) - Rule Editor: Alternatives List: Support deleting alternatives using the delete key
Fix-up of 89490ef
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Copy using control+C or control+insert, paste using control+V or shift+insert when focus is on:
Copying stores the JSON representation of the rule or criteria set in the clipboard in raw text mode.
A rule with a single alternative can be pasted in lieu of an alternative or selector. An alternative with a single selector can be pasted in lieu of a selector. An alternative or selector can be pasted as base for a new rule. Pasting opens the corresponding wizard or editor to allow for alteration before committing.