Skip to content

Commit 37692be

Browse files
committed
Déménagement des scripts pour NotePad++.
1 parent 58931f7 commit 37692be

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ avec le bon numéro de `version` bien sûr.
188188
* cliquer sur « parcourir » (le bouton `...`),
189189
* faire apparaître tous les fichiers en choisissant :
190190
`Tous les fichiers : (*.*)`,
191-
* choisir `microalg/malgj_npp.bat`.
191+
* choisir `microalg/editeurs/npp/malgj_npp.bat`.
192192
* Ajouter à la main (si possible avec un copier/coller) :
193193
`"$(FULL_CURRENT_PATH)"`
194194
de façon à obtenir dans la petite boîte :
@@ -241,7 +241,7 @@ asynchrone :
241241
* cliquer sur « parcourir » (le bouton `...`),
242242
* faire apparaître tous les fichiers en choisissant :
243243
`Tous les fichiers : (*.*)`,
244-
* choisir `microalg/malgjs_npp.bat`.
244+
* choisir `microalg/editeurs/npp/malgjs_npp.bat`.
245245
* Ajouter à la main (si possible avec un copier/coller) :
246246
`"$(FULL_CURRENT_PATH)"`
247247
de façon à obtenir dans la petite boîte :

malgj_npp.bat renamed to editeurs/npp/malgj_npp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ REM Exécuter un script MicroAlg avec Ersatz (PicoLisp en Java) avec Notepad++.
33
REM https://www.mail-archive.com/[email protected]/msg02076.html
44
REM Passé depuis Notepad++ "$(FULL_CURRENT_PATH)"
55
SET SRC_PATH="%1"
6-
SET MICROALG_DIR=%~dp0
6+
SET MICROALG_DIR=%~dp0\..\..
77
SET ERSATZ_DIR=%MICROALG_DIR%\ersatz
88
java -DPID=42 -jar %ERSATZ_DIR%\picolisp.jar ^
99
%ERSATZ_DIR%\lib.l %MICROALG_DIR%\microalg.l %SRC_PATH%
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
@echo off
2-
REM Exécuter un script MicroAlg avec EmuLisp (PicoLisp en Javascript) avec Notepad++.
3-
set NODE_PATH=%USERPROFILE%\AppData\Roaming\npm\node_modules;"%NODE_PATH%"
4-
REM Passé depuis Notepad++ "$(FULL_CURRENT_PATH)"
5-
SET SRC_PATH="%1"
6-
SET MICROALG_DIR=%~dp0
7-
SET EMULISP_DIR=%MICROALG_DIR%\emulsip
8-
%MICROALG_DIR%\malgjs.bat %MICROALG_DIR%\microalg.l %SRC_PATH%
9-
pause>nul|set/p="Une touche pour quitter."&echo(
1+
@echo off
2+
REM Exécuter un script MicroAlg avec EmuLisp (PicoLisp en Javascript) avec Notepad++.
3+
set NODE_PATH=%USERPROFILE%\AppData\Roaming\npm\node_modules;"%NODE_PATH%"
4+
REM Passé depuis Notepad++ "$(FULL_CURRENT_PATH)"
5+
SET SRC_PATH="%1"
6+
SET MICROALG_DIR=%~dp0\..\..
7+
SET EMULISP_DIR=%MICROALG_DIR%\emulsip
8+
%MICROALG_DIR%\malgjs.bat %MICROALG_DIR%\microalg.l %SRC_PATH%
9+
pause>nul|set/p="Une touche pour quitter."&echo(

0 commit comments

Comments
 (0)