Replies: 1 comment
-
I implemented an experimental shell-based runner system that lets you run custom scripts for files. Basically, it allows you to execute a Bash script in the terminal when you click the run button. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hope xed-Editor adds compilation and execution parameters. When compiling C++ files, various parameters often need to be added, such as -std=c++11 -I./include -L./lib, but I always have to switch to the terminal to compile manually. I wish to predefine these parameters within the editor and trigger compilation with one click.
Beta Was this translation helpful? Give feedback.
All reactions