You are not logged in.
Pages: 1
When I write a regular expression, it is usually difficult to remember what I wrote it for and what it does. It would be nice to be able to put a comment column so I can see the regular expression and the comment at the same time.
Offline
Right-click on any rule and select the "Comment" option, or use the Shift+Enter shortcut.
This feature will allow you annotate any rule with a custom comment, which will be displayed in place of the automatically generated rule description.
Offline
I known this. As you say "in place" but as i say "and". I would like to see both columns, not only for regex but for all lines. For example, i have a profile for renames films, due to each file name has a diferent composition of the name in internet, it is very dificult to clean the name. So i have a profile with 48 rules and some time i ask myself, Why did i wrote this rule. For this i would like to make comments at tje write of the rule.
Offline
I would like to see both columns
Yes, that is a planned feature.
For this i would like to make comments at the write of the rule
Yes, also planned for the future.
Offline
If you are using regular expressions you could add a comment to the pattern: '(?#comment)pattern'
Offline
Pages: 1