Sorry, [4.implementation.patch] I attached in the previous message was little buggy. Here is a new one.
Also, I forgot to mention that these patches are for r4443.
Best regards, Eugene.
On Tue, 24 Nov 2009 23:48:43 +0300 Eugene Arshinov earshinov@gmail.com wrote:
Sorry, [4.implementation.patch] I attached in the previous message was little buggy. Here is a new one.
Also, I forgot to mention that these patches are for r4443.
Thanks, committed to branch for now: svn co https://geany.svn.sourceforge.net/svnroot/geany/branches/sm
(BTW, we leave a blank line after variables and variables must be declared before any code in the current scope, long lines broken. See HACKING for details).
Regards, Nick
On Tue, 8 Dec 2009 17:56:38 +0000 Nick Treleaven nick.treleaven@btinternet.com wrote:
Thanks, committed to branch for now: svn co https://geany.svn.sourceforge.net/svnroot/geany/branches/sm
Thank you.
(BTW, we leave a blank line after variables and variables must be declared before any code in the current scope, long lines broken. See HACKING for details).
Sorry for that. I am going to read HACKING thoroughly to prevent such mistakes in the future.
Best regards, Eugene.
On Tue, 8 Dec 2009 21:47:39 +0300 Eugene Arshinov earshinov@gmail.com wrote:
(BTW, we leave a blank line after variables and variables must be declared before any code in the current scope, long lines broken. See HACKING for details).
Sorry for that. I am going to read HACKING thoroughly to prevent such mistakes in the future.
No problem, the main things were good. I just wanted to mention the others.
Regards, Nick