You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Btw, in Geany, %f is the name of the current file you are working on and %e is the name of that file but without extension. Is there something equivalent in ecode?
Ohh, not it's not because it's designed to call directly to a build script. But it makes total sense to give you access to that. I'll add it! If you expand the advanced options you'll see the default custom variables available (${project_root}, ${build_type}, ${os}, ${nproc}). And you can add any custom variable, but this one is contextual so I'll have to add it myself.
Added predefined variables for build:
${current_doc}: The last or current focused document path.
${current_doc_name}: The last or current focused document name (without extension).
Originally posted by @SpartanJ in #155 (reply in thread)
The text was updated successfully, but these errors were encountered: