Project

General

Profile

10597a.patch

Stefanel Pezamosca, 09/22/2025 08:29 AM

Download (1.11 KB)

View differences:

new/rules/annotations/frame_scoping.rules 2025-09-22 12:28:04 +0000
482 482
** 207 TJD 20230328          Do not backreference default frame for CLEAR.
483 483
** 208 LS  20250108          Added support for empty DISPLAY.
484 484
** 209 SP  20250127          Removed support for custom denormalized extents.
485
** 210 SP  20250922          Fixed search_widget_in_outer_scopes for EXTENT field items.
485 486
*/
486 487
-->
487 488

  
......
4591 4592
                                 txt1.equals(txt2)
4592 4593
                              <action>res = frame</action>
4593 4594
                           </rule>
4595

  
4596
                           <!-- check item of EXTENT field -->
4597
                           <rule>node.getNumImmediateChildren() == 1 and
4598
                                 txt1.equals(txt2)
4599
                              <action>res = frame</action>
4600
                           </rule>
4594 4601
                        </rule>
4595 4602
                        
4596 4603
                        <rule>is_w and nm.equals(ref.text.toLowerCase())