[Pydev-code] Line terminators in Pydev files + line numbers
Brought to you by:
fabioz
From: Don T. <nos...@gm...> - 2006-05-09 00:51:37
|
Fabio: Do you do something about making sure that only one type of line terminator (cr|lf|cr-lf) is used in a Python file in Eclipse? I notice that Eclipse seems to let you have differing line terminators in the same file, but that PySelection seems enforce one and only one type of line terminator as per Guido's directions. (I hope this is what you do). While I have your attention, is there any significance in PySelection's line numbering starting at 0 while the line number displayed by Eclipse starts at 1 ? I can live with this behaviour, but I am curious if there is a reason. DOn. |