From 85f2dfb6cee6ebea35ea4a82dc75e2ffd93f9a3d Mon Sep 17 00:00:00 2001 From: joten Date: Mon, 9 Mar 2015 20:42:31 +0100 Subject: [PATCH] Revised "Configuring_rules.md" --- doc/Configuring_rules.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/Configuring_rules.md b/doc/Configuring_rules.md index eb1f1db..cee5bcf 100644 --- a/doc/Configuring_rules.md +++ b/doc/Configuring_rules.md @@ -15,7 +15,7 @@ Config_rule=; ; ; ; - ; + ; ; ; ; @@ -29,9 +29,6 @@ following information: 2. title (as a regular expression) 3. arbitrary criterion (as a function name, e. g. "Window_isPopup", or blank) -If you encounter a window you want to configure about, you can retrieve its -identifying information with the hotkey `#I` a.k.a. WinI. - With the second part you can give bug.n the following information on how to handle the identified windows: @@ -53,6 +50,12 @@ by using the variable name `Config_rule_#1`. If you want to _add_ a rule, simply use `Config_rule` as the variable name; the numbering will be done automatically by bug.n when reading `Config.ini` using the order given there. +To get a draft for a new rule, you can use the hotkey +`#i::Manager_getWindowInfo()` (WinI), which will give the +full class and title, additional information about and the current values for +the active window included in a string, which can be copied to the +`Config.ini`. + #### Views / Tags You can set a window to more than one view. Add up the associated numbers as @@ -91,8 +94,7 @@ line-oriented resizing of its own windows (frames). #### Atlassian SourceTree -The following rule let bug.n refrain from managing the popup confirmation of -removing file from working copy. - -`Config_rule=.*SourceTree.*;Confirm Remove Modified or Untracked Files?;;0;0;0;0;0;0;` +The following rule excludes the confirmation dialog for removing files from the +working copy from being managed by bug.n. +`Config_rule=.*SourceTree.*;Confirm Remove Modified or Untracked Files?;;0;0;0;1;1;0;`