584,865 active members*
4,867 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2005
    Posts
    1145

    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

  2. #2
    Join Date
    Nov 2012
    Posts
    591

    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
    Join Date
    Oct 2005
    Posts
    1145

    Re: Set Start line (;-)

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

    Thanks That helped a lot, (;-) TP

    (;-) TP

Similar Threads

  1. Replies: 1
    Last Post: 06-19-2018, 08:38 PM
  2. Replies: 3
    Last Post: 12-19-2015, 02:29 AM
  3. colchester 2000l will not run past start up line
    By g23engineering in forum Colchester Tornado lathes
    Replies: 0
    Last Post: 07-26-2014, 01:24 PM
  4. line out start point
    By kendo in forum Mazak, Mitsubishi, Mazatrol
    Replies: 2
    Last Post: 06-26-2010, 01:00 AM
  5. Start and end point output during line editing
    By Banditman in forum SolidCAM for SolidWorks and SolidCAM for Inventor
    Replies: 6
    Last Post: 08-21-2008, 11:57 AM

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
  •