Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: daniloz on February 28, 2011, 03:15:18 pm

Title: Missing resource in CodeBlocks project
Post by: daniloz on February 28, 2011, 03:15:18 pm
Hi,

I just figure out that the resource file for the autosave contrib plugin (autosave.xrc) is missing in the project file of CodeBlock, win version. I'm using the latest version from svn trunk rev. 7031.

So, I added the following to my project:
Code
<Unit filename="plugins\autosave\autosave.xrc">
<Option target="Autosave" />
</Unit>

Maybe one of the devs can commit this... :-)
Title: Re: Missing resource in CodeBlocks project
Post by: oBFusCATed on February 28, 2011, 03:19:55 pm
Use "svn diff > my.patch" in the top level directory of C::B's sources, it is a bit easier for application:)
Title: Re: Missing resource in CodeBlocks project
Post by: daniloz on February 28, 2011, 03:33:42 pm
Use "svn diff > my.patch" in the top level directory of C::B's sources, it is a bit easier for application:)
I know... :-)
However, I have quite some more changes in my C::B project, it's not that easy... But I'll do it and attach the patch here until the end of day...
Title: Re: Missing resource in CodeBlocks project
Post by: Jenna on February 28, 2011, 03:46:44 pm
Use "svn diff > my.patch" in the top level directory of C::B's sources, it is a bit easier for application:)
I know... :-)
However, I have quite some more changes in my C::B project, it's not that easy... But I'll do it and attach the patch here until the end of day...
No need to create/attach the patch.
I just committed the changes (linux and windows) (svn r7032).
Title: Re: Missing resource in CodeBlocks project
Post by: daniloz on February 28, 2011, 03:48:24 pm
No need to create/attach the patch.
I just committed the changes (linux and windows) (svn r7032).
Thanks a lot!
Title: Re: Missing resource in CodeBlocks project
Post by: daniloz on February 28, 2011, 03:52:38 pm
@jens:
Hey, just got it, but I was talking about the autosave plugin... Anyway, nice catch on the abbreviationsconfigpanel... ;-)
Title: Re: Missing resource in CodeBlocks project
Post by: Jenna on February 28, 2011, 03:59:24 pm
@jens:
Hey, just got it, but I was talking about the autosave plugin... Anyway, nice catch on the abbreviationsconfigpanel... ;-)
svn r7033