<p>Hello.<br>
I used to work with notepad ++ in windows, now I want to switch to Geany.</p>
<p>I had a script based on the NppExec plugin.</p>
<pre><code>cd $ (CURRENT_DIRECTORY)
"C:\programming\compiler.exe" "$ (FILE_NAME)" "-oF: JOB_DIR\plugins\$(NAME_PART).spwn"
</code></pre>
<p>The principle of his work is:</p>
<ol>
<li>Go to the directory in which we work.</li>
<li>To the compiler we indicate the file to be compiled. The file that is open in the current tab.</li>
<li>The compiled file is placed in the specified directory.<br>
The file name corresponds to what is open in the tab.</li>
</ol>
<p>For example, the tab is open: test.txt, and the output will be test.spwn.</p>
<p>How to do this?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2044">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ0wrUA6ZlFe6LUNP0x-Wh8SQ49Xnks5vCOmpgaJpZM4Z8EnP">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ62zmNtobsaKR5JGe3gV0OKVCNJhks5vCOmpgaJpZM4Z8EnP.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Help with setting up compilation in geany (#2044)"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/2044"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2044",
"url": "https://github.com/geany/geany/issues/2044",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>