questions about using the editor of pythonWin--from a new comer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • littleneo

    questions about using the editor of pythonWin--from a new comer

    Hi,
    Is there anybody know how to show the line number in the source code using
    the editor of pythonWin? Another problem is how to find the folder of a file
    in the editor, since it only shows the file name. If I need to open several
    files at the same time, if there is a convenient way to choose the needed
    file without organizing the files manually. The windows will cover each
    other.

    Thanks a lot!


  • Colin J. Williams

    #2
    Re: questions about using the editor of pythonWin--from a new comer

    littleneo wrote:[color=blue]
    > Hi,
    > Is there anybody know how to show the line number in the source code using
    > the editor of pythonWin?[/color]
    => View Click the Editor Tab and then set values for Line numbers and
    Folding.

    I use 36 and 20 respectively. It's best to experiment.
    Another problem is how to find the folder of a file[color=blue]
    > in the editor, since it only shows the file name. If I need to open several
    > files at the same time, if there is a convenient way to choose the needed
    > file without organizing the files manually. The windows will cover each
    > other.[/color]

    It might be helpful if the full path were given in the file's Title Bar.
    It is not.

    I suggest that typically one needs to work in one or two directories (1)
    that of the program being developed and, sometimes, the package being
    used by the program under development. Thus, it's probably not a big
    problem.

    Colin W.
    Colin W.[color=blue]
    >
    > Thanks a lot!
    >
    >[/color]

    Comment

    • Bob Gailer

      #3
      Re: questions about using the editor of pythonWin--from a newcomer

      At 06:35 PM 10/7/2003, littleneo wrote:
      [color=blue]
      >Is there anybody know how to show the line number in the source code using
      >the editor of pythonWin?[/color]

      View->Options->Editor->Margin Widths->Line Numbers[color=blue]
      >[snip][/color]

      Bob Gailer
      bgailer@alum.rp i.edu
      303 442 2625


      ---
      Outgoing mail is certified Virus Free.
      Checked by AVG anti-virus system (http://www.grisoft.com).
      Version: 6.0.521 / Virus Database: 319 - Release Date: 9/23/2003

      Comment

      Working...