-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write ":" in the end of a search expression, followed by any of the following, how many times you desire: - ">" select all children - "<" select parent - "2" selects the third layer in parent (counting starts at 0) - "2n" selects every other layer - "+1" selects the layer after - "-4" selects the layer four layers before That means you could write something like this: input (\w+):<+1>3n+1 and in the replacement box write "$1 label decoration %I" to rename every third (skipping the first) layer, in the group right after the group containing the selected field. Better yet, it does so even if you would have tens (or thousands...) of those "named input fields with labels having lots of strange decoration"... Ok, but seriously, pretty handy. Last field value now better saved Helpers: Added getLayerKind Additional alert options: - width: works now with text fields - icon: filePath or NSImage - buttons: added cmd-enter shortcut for second other button + made them easier accessible in .beforeShow
- Loading branch information
1 parent
fc452f2
commit 28a135c
Showing
2 changed files
with
150 additions
and
62 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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