In NCPlayer, the Find Tool window allows you to quickly locate G-code fragments in the editor. Three methods are available: General Search, In selection, and By line range. The window can be opened via Tools → Find menu or the F2 + F hotkey.
General Search scans the entire text of the editor.
G43, F300, IF [).
G1 ≠ g1.
G0, but not G00 / G01).
Searches only within the selected fragment of code. Convenient when you need to search in one section/subprogram or in several lines of a cycle.
Searches within a range of visible editor line numbers (not by block numbers like Nxxx or Lxxx in the program).
Useful when you need to scan, for example, only lines 120–300 of the current file.
N/L G-codes inside the program.
G0 (without catching G01), enable
Exact match or add a space/end-of-line in the query (e.g., G0 ).
#100 regardless of case, disable Match case —
this will also find matches in comments and with different letter cases.