[Github-comments] [geany/geany] Help with setting up compilation in geany (#2044)

CheckB notifications at xxxxx
Fri Jan 11 19:44:41 UTC 2019


Hello.
I used to work with notepad ++ in windows, now I want to switch to Geany.

I had a script based on the NppExec plugin.

```
cd $ (CURRENT_DIRECTORY)
"C:\programming\compiler.exe" "$ (FILE_NAME)" "-oF: JOB_DIR\plugins\$(NAME_PART).spwn"
```

The principle of his work is:

1. Go to the directory in which we work.
2. To the compiler we indicate the file to be compiled. The file that is open in the current tab.
3. The compiled file is placed in the specified directory.
The file name corresponds to what is open in the tab.

For example, the tab is open: test.txt, and the output will be test.spwn.

How to do this?



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2044
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190111/fcf4eb95/attachment.html>


More information about the Github-comments mailing list