- Aug
- 2,152
- 92
Requirements:
NotePad++ (Notepad++)
NppExec Plugin (Notepad++ Plugins - Browse /NppExec at SourceForge.net)
TCC-RT (TCC-RT - TCC runtime for Windows batch files)
From NotePad++, create the command to run your TCC-RT code.
Plugins -> NPPExec -> Execute
The code in the following dialog allows me to run TCC code from NotePad++
Adjust the code to reflect the location of tcc.exe on your system.
I have saved this code as tccrt on my system.
From NotePad++, I have the following example code;
Note that I have saved this as testnpp.btm
This is the name of my scratch file, for testing out TCC-RT code.
To run this code from NotePad++, and have the .BTM output display in NotePad++, I press the F6 key to bring up the previous dialog, make sure that the tccrt code is loaded, and click ok.
The TCC code is run, and the output is displayed in the NotePad++ Console.
If you make a change to your code, just press Ctrl-F6 to run it again.
I'm posting this here mainly for my future reference, but it may be of use to others also.
Joe
NotePad++ (Notepad++)
NppExec Plugin (Notepad++ Plugins - Browse /NppExec at SourceForge.net)
TCC-RT (TCC-RT - TCC runtime for Windows batch files)
From NotePad++, create the command to run your TCC-RT code.
Plugins -> NPPExec -> Execute
The code in the following dialog allows me to run TCC code from NotePad++
Adjust the code to reflect the location of tcc.exe on your system.
I have saved this code as tccrt on my system.
From NotePad++, I have the following example code;
Note that I have saved this as testnpp.btm
This is the name of my scratch file, for testing out TCC-RT code.
To run this code from NotePad++, and have the .BTM output display in NotePad++, I press the F6 key to bring up the previous dialog, make sure that the tccrt code is loaded, and click ok.
The TCC code is run, and the output is displayed in the NotePad++ Console.
If you make a change to your code, just press Ctrl-F6 to run it again.
I'm posting this here mainly for my future reference, but it may be of use to others also.
Joe