Skip to content

Command Line Switches

zufuliu edited this page May 26, 2024 · 4 revisions

Command Line Switches

See Help -> Command Line Help for a list of switches.

The command switch / and - is same, i.e. -g line[,column] is same as /g line[,column].

Configure Notepad4 as External Tool for Other Application

The most useful command line switch for configuring Notepad4 as external tool for other application is /g line[,column].

Visual Studio

The argument is /g $(CurLine),$(CurCol) $(ItemPath).

Visual Studio

Cppcheck

The parameter is /g (line) (file).

Cppcheck