mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-18 10:40:01 +02:00
Fix Notepad++ integration docs to better handle box removal
This commit is contained in:
@@ -204,7 +204,7 @@ cmd.exe /c exit %RANDOM%
|
|||||||
set tempfile = $(SYS.TEMP)\NppBoxes_$(EXITCODE).out.txt
|
set tempfile = $(SYS.TEMP)\NppBoxes_$(EXITCODE).out.txt
|
||||||
set ascfile = $(SYS.TEMP)\NppBoxes_$(EXITCODE).in.txt
|
set ascfile = $(SYS.TEMP)\NppBoxes_$(EXITCODE).in.txt
|
||||||
sel_saveto $(ascfile) :a
|
sel_saveto $(ascfile) :a
|
||||||
<span class="mark-hilite">boxes -d nuke -s 80 -pt1 -ac</span> "$(ascfile)" "$(tempfile)"
|
cmd.exe /c <span class="mark-hilite">boxes -d nuke -s 80 -pt1 -ac</span> "$(ascfile)" > "$(tempfile)"
|
||||||
sel_loadfrom $(tempfile)
|
sel_loadfrom $(tempfile)
|
||||||
cmd.exe /c del /f /q "$(tempfile)" "$(ascfile)"</code></pre></div></div>
|
cmd.exe /c del /f /q "$(tempfile)" "$(ascfile)"</code></pre></div></div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user