Recommended editor for programming
Like CuteHSP, we recommend the cross-platform editor "Geany" which runs on Windows / macOS / Linux.
Geany
https://www.geany.org/Download/Releases
For Linux, you can install from the following command.
sudo apt-get install geany
Below is a method to execute while editing a program with Geany.
1. Launch Geany and select "Set Build Commands" from the menu "Build".
2. Set the external execution command to "Execute commands".
For example, enter 'C:\cutehsp_win\cutehspx.exe "%f"'.
3. After that, you can execute the program being edited by "Execute" on the toolbar or F5 key.
Geany
https://www.geany.org/Download/Releases
For Linux, you can install from the following command.
sudo apt-get install geany
Below is a method to execute while editing a program with Geany.
1. Launch Geany and select "Set Build Commands" from the menu "Build".
2. Set the external execution command to "Execute commands".
For example, enter 'C:\cutehsp_win\cutehspx.exe "%f"'.
3. After that, you can execute the program being edited by "Execute" on the toolbar or F5 key.
Comments
Post a Comment