Re: [Geany-Users] Make custom action to add execute attribute

2019-03-22 Thread Lex Trotman
Probably best to make it a build command since they get the file name and save the buffer first, see https://wiki.geany.org/howtos/configurebuildmenu. Note that some saving methods will remove the execute (presumably why you want this) but some do not, see

[Geany-Users] Make custom action to add execute attribute

2019-03-22 Thread Andrew Kennedy via Users
I would like to make a custom action in Geany so I can add the execute attribute to an open bash script. Thanks,     Andy ___ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users

Re: [Geany-Users] go in geany is not working

2019-03-22 Thread Lex Trotman
On Sat, 23 Mar 2019 at 05:40, wrote: > > Hello, > > > > I want to use Geany for learning „go“ but when I start to test the simple > code below > > > > package main > > > > import "fmt" > > > > func main() { > > fmt.Println("Hallo Welt") > > } > > > > I just get the message „Der Befehl "go"

[Geany-Users] go in geany is not working

2019-03-22 Thread lichtenberger_rico
Hello, I want to use Geany for learning "go" but when I start to test the simple code below package main import "fmt" func main() { fmt.Println("Hallo Welt") } I just get the message "Der Befehl "go" ist entweder falsch geschrieben oder konnte nicht gefunden werden." What