Thank you very much
Instructor! it's just what I was looking for

I wonder if can you explain me some things about this command
Call("Log::Output",
1,
`"D:\FreeBASIC\fbc.exe" "%f"
`, "%d")
What is the 1 on this command?
why the simple quotes?
I can assume the simple quotes are for specify is an command using several things at same time, on this case,
' "freebasic compiler" + "current file" '
I'm right?
I want make the following things from akelpad:
1* Compile a file directly from this, now possible with your command
2* Run a compiled file directly too, so by ex. instead run test.
bas we will run/open test.
exe
Based on your command I ve tried with:
Call("Log::Output", 1, `"" "%n.exe"`, "%d")
assuming %n is the current file without extension, but i can see this don't works.
So how i can make this?
3* Compile and then run current file, I don't know if possible make this directly with some command via log. It is?
* 4. How i can customize the main menu? (File, Edit, View, Options, Window, Help)
I know thanks to ContextMenu Plugin i can customize several menus, but i can only hide the main menu, i can't modify this.
I would like to add my own menu "
Build" and on this "
Compile, Run, Compile and Run, etc"
I must say that the way on how flexible/customizable is akelpad and also well done, is really incredible, wonderful.
But well, everyone here know this
