1,575
edits
Changes
→Configure EDK
#Navigate to <span style="color:#55E439">''Editor''</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">''notepad++.exe %file% -n%line% %file%-nosession''</span>
#*Note that we don't use the full path to <span style="color:#55E439">''notepad++.exe''</span>. For some reason EDK can't handle the full path and this is why we had to add the Notepad++ folder to the <span style="color:#55E439">''PATH''</span>
#*Note <span style="color:#55E439">''%file%''</span> which is the file we want to open
#*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">''%line%''</span> which is line number we want to look at
#I suggest you check the <span style="color:#55E439">''Automatically sync with external edits''</span> box at the top
[[Category:ISE]]
[[Category:EDK]]