ktekinay / XsEdit

A XojoScript editor
MIT License
12 stars 2 forks source link

Add #include param #18

Closed ktekinay closed 9 years ago

ktekinay commented 9 years ago

Something like

//#xsedit_include /native/path

That will insert the code from that file into the script at that point for the purposes of compiling. Basically, it would be a context stand-in.

Also provide a menu item to do the insertion with a file path.