Phriction Projects Wikis Bioimaging And Optics Platform Computers & Servers at the BIOP Software History Version 3 vs 4
Version 3 vs 4
Version 3 vs 4
Edits
Edits
- Edit by romainGuiet, Version 4
- Nov 16 2016 16:17
- Edit by romainGuiet, Version 3
- Nov 16 2016 09:24
« Previous Change | Next Change » |
Edit Older Version 3... | Edit Older Version 4... |
Content Changes
Content Changes
= 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...) {F253439} or find it on our server `\\svfas6\biop\biop\Informatique\Software\Notepad++\`
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
= 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\`
= 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...) {F253439} or find it on our server `\\svfas6\biop\biop\Informatique\Software\Notepad++\`4029}
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\`
c4science · Help