Set Start line (;-)

Results 1 to 3 of 3

Thread: Set Start line (;-)

  1. #1
    Member vmax549's Avatar
    Join Date
    Oct 2005
    Location
    Lady Lake
    Posts
    1145
    Downloads
    3
    Uploads
    0

    Default Set Start line (;-)

    Does anyone know where teh Set Start Line function code may be hiding ?? or perhaps teh Feedhold function code ??

    Linux does not have a great word phrase search function.

    (;-) TP

    Similar Threads:


  2. #2
    Member
    Join Date
    Nov 2012
    Location
    United States
    Posts
    591
    Downloads
    0
    Uploads
    0

    Default Re: Set Start line (;-)

    Linux does not have a great word phrase search function
    Sure it does!

    Code:
    grep -rin "my.*phrase.*here" . --include=\*.py
    Run on my PathPilot:

    Code:
    $ grep -rin "set.*start.*line" . --include=\*.py
    ...
    ./v2.1.6/python/ui_common.py:2493:        set_start_line_item = gtk.MenuItem("Set start line")
    ./v2.1.6/python/ui_common.py:2494:        set_start_line_item.connect("activate", self.set_start_line_callback)
    ./v2.1.6/python/ui_common.py:2495:        menu.append(set_start_line_item)
    ...
    "-rin" means "recursive, case insensitive, print line numbers" and "--include=\*.py" means "only look in Python files."



  3. #3
    Member vmax549's Avatar
    Join Date
    Oct 2005
    Location
    Lady Lake
    Posts
    1145
    Downloads
    3
    Uploads
    0

    Default Re: Set Start line (;-)

    And here I was expecting to enter a phase and push a button (;-)

    Thanks That helped a lot, (;-) TP

    (;-) TP



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Set Start line (;-)

Set Start line (;-)