Difference between revisions of "Talk:SynEdit"

From Lazarus wiki
Jump to navigationJump to search
 
Line 4: Line 4:
  
 
It's not OK? Y coords are NOT same, coz of folding, of previous lines? [[User:Alex22|Alex22]]
 
It's not OK? Y coords are NOT same, coz of folding, of previous lines? [[User:Alex22|Alex22]]
 +
 +
:: Physical and Logical caret return the same y. There is no mapping of lines according to folding.
 +
:: Physical does not change the Y for folded. There are functions to map this.

Latest revision as of 23:22, 12 June 2014

Y caret

   Both are 1-based. Currently Y coordinates are always the same. This may change in future. 

It's not OK? Y coords are NOT same, coz of folding, of previous lines? Alex22

Physical and Logical caret return the same y. There is no mapping of lines according to folding.
Physical does not change the Y for folded. There are functions to map this.