= Notepad++ =
== Installation ==
Get the latest version at https://notepad-plus-plus.org/ and make sure you download the **32-bit version**, as this one has a few plugins pre-installed.
== ImageJ Macro code highlight ==
You can dowload (right-clic, save link as...) {F254029}
To import into Notepad++
From Notepad++
{nav Language > Define your language... > Import... }
You should then see a `ijm` appearing under `Define your language`
== Export highlighted code to Powerpoint, Word, etc... ==
Select the code you want to export and go to
{nav Plugins > NppExport > Copy RTF to clipboard}
You can then paste directly into Word or Powerpoint
== Run code directly from Notepad++==
Run > Run... >
C:\Fiji.app\ImageJ-win64.exe -macro "$(FULL_CURRENT_PATH)"
NB: you may need to replace "C:\Fiji.app\ImageJ-win64.exe " by your actual path to FIJI
== Have autocomplete into Notepad++==
You can dowload (right-clic, save link as...) {F254028}
and add it to `..\Notepad++\plugins\APIs\`