Hi list, I received a patch, haven't got around to reviewing it yet.
Begin forwarded message:
Date: Sun, 13 Mar 2011 00:33:11 +0100 From: Nicolas Sierro nicolas@sierro.net To: nick.treleaven@btinternet.com Subject: Geany feature: follow project path
Dear Nick,
I started using Geany recently and found annoying that changing project did not change the working directory in the VTE. I therefore attached a likely trivial patch that implements this feature. It would probably benefit from having a check box to toggle it in the project property dialog, but I did not implement it.
I hope you can make use of my patch.
Best regards,
Nicolas
Regards, Nick
On 03/31/11 11:04, Nick Treleaven wrote:
Hi list, I received a patch, haven't got around to reviewing it yet.
I tested and it worked fine. My only comment is that it shows the text of the 'cd' command, where it would be nicer to call 'clear' or something after, but it's not important.
Cheers, Matthew Brush
On Sat, 02 Apr 2011 11:58:17 -0700 Matthew Brush mbrush@codebrainz.ca wrote:
On 03/31/11 11:04, Nick Treleaven wrote:
Hi list, I received a patch, haven't got around to reviewing it yet.
I tested and it worked fine. My only comment is that it shows the text of the 'cd' command, where it would be nicer to call 'clear' or something after, but it's not important.
This already current behavior if you turn on the "Follow path on current file"-option for VTE. Personally I don't care much about the cd and would expect a clear is causing more question marks inside user's brains.
Cheers, Frank
Hi Nicolas, I've now committed the patch, thanks.
On Sat, 02 Apr 2011 11:58:17 -0700 Matthew Brush mbrush@codebrainz.ca wrote:
I tested and it worked fine.
Thanks for testing.
Regards, Nick