1,575
edits
Changes
→ISE
#Navigate to <span style="color:#55E439">''ISE General''</span> --> <span style="color:#55E439">''Editors''</span>
#Select <span style="color:#55E439">''Custom''</span> from the <span style="color:#55E439">''Editor:''</span> drop box
#Type in something like <span style="color:#55E439">''C:\\Program\ Files\ (x86)\\Notepad++\\notepad++.exe $1 -n$2 $1-nosession''</span>
#*Note the escape characters: <span style="color:#55E439">''\''</span> must be places before all backslashes & spaces
#*Note the <span style="color:#55E439">''-n''</span> command-line switch that tells ''notepad++.exe'' which line to set the cursor to
#*Note <span style="color:#55E439">''$2''</span> which is line number we want to look at
#*Note <span style="color:#55E439">''$1''</span> which is the file we want to open
#*Note <span style="color:#55E439">''-nosession'' which causes Notepad++ to open a new, clean, instance instead of using the saved info from your last session</span>
#I suggest you set the <span style="color:#55E439">''Constraints entry''</span> radio button to <span style="color:#55E439">''Text Editor''</span>