On Mon, Feb 22, 2010 at 5:48 AM, tfer <[email protected]> wrote: > In the status line we have row, col, and fcol. row and col update to > give the cursor position, I'm not sure of the function of fcol, is it > line length?, i.e. final_column?, if so it is not updating > correctly.
fcol is the file column, that is, the column in the node plus the effective indentation of the node in the file. According to pep 8, all lines should have an fcol <= 80. In the Leo world, we treat external files as subsidiary to the primary representation in the Leo outline. That is, in the Leonine version of pep 8 we require only that col <= 80 :-) Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
