Will this be standard behavior or configurable through a preference?
-Tim
Timothy Boronczyk, ZCE tboronczyk@gmail.com
Message: 2
Date: Mon, 20 Sep 2010 08:56:16 +1000 From: Lex Trotman elextr@gmail.com Subject: Re: [Geany] save documents automatically before compiling To: Geany general discussion list geany@uvena.de Message-ID: AANLkTimf225UB6yt2qGFHEtpHrRZuYBxp9PPjc7=vhru@mail.gmail.com Content-Type: text/plain; charset=UTF-8
Hi,
Geany always saves the current document before executing any build command, including compile. There is some work in progress to add an option to save all open files since I often forget to save the .h file as well as the .c file.
Cheers Lex
On 19 September 2010 18:49, neo-dym@web.de wrote:
Hello, I have a short question.
There were times when there was an option to save documents automatically
before compiling in geany. But i can not find this option any more. Is it still there? I use the current version 0.19.1.
Thanks and ?excuse my bad english Neo Dym ___________________________________________________________ WEB.DE DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 f?r nur 19,99 €/mtl.!* http://produkte.web.de/go/DSL_Doppel_Flatrate/2 _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On 20 September 2010 23:04, Timothy Boronczyk tboronczyk@gmail.com wrote:
Will this be standard behavior or configurable through a preference?
Configurable per build command because some users don't want it for things like a single compile but do want it for make commands.
Cheers Lex
-Tim
Timothy Boronczyk, ZCE tboronczyk@gmail.com
Message: 2 Date: Mon, 20 Sep 2010 08:56:16 +1000 From: Lex Trotman elextr@gmail.com Subject: Re: [Geany] save documents automatically before compiling To: Geany general discussion list geany@uvena.de Message-ID: AANLkTimf225UB6yt2qGFHEtpHrRZuYBxp9PPjc7=vhru@mail.gmail.com Content-Type: text/plain; charset=UTF-8
Hi,
Geany always saves the current document before executing any build command, including compile. There is some work in progress to add an option to save all open files since I often forget to save the .h file as well as the .c file.
Cheers Lex
On 19 September 2010 18:49, neo-dym@web.de wrote:
Hello, I have a short question.
There were times when there was an option to save documents automatically before compiling in geany. But i can not find this option any more. Is it still there? I use the current version 0.19.1.
Thanks and ?excuse my bad english Neo Dym ___________________________________________________________ WEB.DE DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 f?r nur 19,99 €/mtl.!* http://produkte.web.de/go/DSL_Doppel_Flatrate/2 _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Tue, 21 Sep 2010 08:01:07 +1000 Lex Trotman elextr@gmail.com wrote:
On 20 September 2010 23:04, Timothy Boronczyk tboronczyk@gmail.com wrote:
Will this be standard behavior or configurable through a preference?
Configurable per build command because some users don't want it for things like a single compile but do want it for make commands.
I thought we agreed just a global pref. I think per command is too complicated. Perhaps a per-project pref is OK too.
Regards, Nick
On 22 September 2010 00:57, Nick Treleaven nick.treleaven@btinternet.com wrote:
On Tue, 21 Sep 2010 08:01:07 +1000 Lex Trotman elextr@gmail.com wrote:
On 20 September 2010 23:04, Timothy Boronczyk tboronczyk@gmail.com wrote:
Will this be standard behavior or configurable through a preference?
Configurable per build command because some users don't want it for things like a single compile but do want it for make commands.
I thought we agreed just a global pref. I think per command is too complicated. Perhaps a per-project pref is OK too.
Ummm, no the last I remember was that some wanted make type commands to save all (since they use all) but not simple compiles, (IIRC??) so I started to do it per command, but I'm happy with just global, so long as I can get my .h saved as well as the .c :-)
Cheers Lex
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Wed, Sep 22, 2010 at 00:33, Lex Trotman elextr@gmail.com wrote:
On 22 September 2010 00:57, Nick Treleaven nick.treleaven@btinternet.com wrote:
On Tue, 21 Sep 2010 08:01:07 +1000 Lex Trotman elextr@gmail.com wrote:
On 20 September 2010 23:04, Timothy Boronczyk tboronczyk@gmail.com wrote:
Will this be standard behavior or configurable through a preference?
Configurable per build command because some users don't want it for things like a single compile but do want it for make commands.
I thought we agreed just a global pref. I think per command is too complicated. Perhaps a per-project pref is OK too.
Ummm, no the last I remember was that some wanted make type commands to save all (since they use all) but not simple compiles, (IIRC??) so I started to do it per command, but I'm happy with just global, so long as I can get my .h saved as well as the .c :-)
I believe this was the discussion:
http://lists.uvena.de/geany-devel/2010-June/002735.html
Having to change this option for every filetype if you want to save all files would be a real pain to do. I think there are basically two kinds of people - those who want to save all their files and those who don't. So per-project settings is not necessary either IMO because if you like this feature, you want to use it everywhere and vice versa.
Cheers,
Jiri
Cheers Lex
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Wed, 22 Sep 2010 13:27:43 +0200 Jiří Techet techet@gmail.com wrote:
Configurable per build command because some users don't want it for things like a single compile but do want it for make commands.
I thought we agreed just a global pref. I think per command is too complicated. Perhaps a per-project pref is OK too.
Ummm, no the last I remember was that some wanted make type commands to save all (since they use all) but not simple compiles, (IIRC??) so I started to do it per command, but I'm happy with just global, so long as I can get my .h saved as well as the .c :-)
I believe this was the discussion:
Perhaps we didn't come to an agreement, oops.
Having to change this option for every filetype if you want to save all files would be a real pain to do.
Yes, that's what I'd like to avoid.
I think there are basically two kinds of people - those who want to save all their files and those who don't. So per-project settings is not necessary either IMO because if you like this feature, you want to use it everywhere and vice versa.
OK, let's keep it simple and just have a global pref.
Regards, Nick
On 22 September 2010 21:50, Nick Treleaven nick.treleaven@btinternet.com wrote:
On Wed, 22 Sep 2010 13:27:43 +0200 Jiří Techet techet@gmail.com wrote:
Configurable per build command because some users don't want it for things like a single compile but do want it for make commands.
I thought we agreed just a global pref. I think per command is too complicated. Perhaps a per-project pref is OK too.
Ummm, no the last I remember was that some wanted make type commands to save all (since they use all) but not simple compiles, (IIRC??) so I started to do it per command, but I'm happy with just global, so long as I can get my .h saved as well as the .c :-)
I believe this was the discussion:
Perhaps we didn't come to an agreement, oops.
Having to change this option for every filetype if you want to save all files would be a real pain to do.
Yes, that's what I'd like to avoid.
I think there are basically two kinds of people - those who want to save all their files and those who don't. So per-project settings is not necessary either IMO because if you like this feature, you want to use it everywhere and vice versa.
OK, let's keep it simple and just have a global pref.
Ok, you're gonna have to explain "how to use stash for dummies" then :-) I don't see how it creates and connects to the widgets.
Cheers Lex
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Wed, 22 Sep 2010 12:50:14 +0100 Nick Treleaven nick.treleaven@btinternet.com wrote:
On Wed, 22 Sep 2010 13:27:43 +0200 Jiří Techet techet@gmail.com wrote:
Configurable per build command because some users don't want it for things like a single compile but do want it for make commands.
I thought we agreed just a global pref. I think per command is too complicated. Perhaps a per-project pref is OK too.
Ummm, no the last I remember was that some wanted make type commands to save all (since they use all) but not simple compiles, (IIRC??) so I started to do it per command, but I'm happy with just global, so long as I can get my .h saved as well as the .c :-)
I believe this was the discussion:
Perhaps we didn't come to an agreement, oops.
Having to change this option for every filetype if you want to save all files would be a real pain to do.
Yes, that's what I'd like to avoid.
I think there are basically two kinds of people - those who want to save all their files and those who don't. So per-project settings is not necessary either IMO because if you like this feature, you want to use it everywhere and vice versa.
OK, let's keep it simple and just have a global pref.
I agree. KISS is a good idea here.
Cheers, Frank