Line Weight question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wernight
    Enthusiast
    • May 2005
    • 26

    Line Weight question

    The line weight documentation seem lacking.

    From previous posts I understand that if a line matches the expression, the whole like become more important. However, is it possible to tell BC that in order to match it, only a part of it is important?

    Example 1:
    <property name="foo" ...>
    The property name should be matched with the same property name on the other side:

    Example 2:
    function Foo()
    ...
    Similar, should look for the 'Foo' function.

    The actual results seem to only make "function *" tent to align with "function *" with higher priority than lines not having "function *".
  • Aaron
    Team Scooter
    • Oct 2007
    • 15997

    #2
    Hello,

    Line weights help break "ties" when BC3's Alignment algorithm (Alignment Settings in the Session Settings) would have to decide between multiple line alignments. If the Line weight is present, BC3 will then align with the higher weight.

    If the line isn't a "tie", the weight doesn't factor in too greatly. The other Alignment Session Settings will have a greater impact.
    Aaron P Scooter Software

    Comment

    Working...