News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Missing resource in CodeBlocks project

Started by daniloz, February 28, 2011, 03:15:18 PM

Previous topic - Next topic

daniloz

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:

<Unit filename="plugins\autosave\autosave.xrc">
<Option target="Autosave" />
</Unit>


Maybe one of the devs can commit this... :-)

oBFusCATed

Use "svn diff > my.patch" in the top level directory of C::B's sources, it is a bit easier for application:)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

daniloz

Quote from: 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:)
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...

Jenna

Quote from: daniloz on February 28, 2011, 03:33:42 PM
Quote from: 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:)
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).

daniloz

Quote from: jens on February 28, 2011, 03:46:44 PM
No need to create/attach the patch.
I just committed the changes (linux and windows) (svn r7032).
Thanks a lot!

daniloz

@jens:
Hey, just got it, but I was talking about the autosave plugin... Anyway, nice catch on the abbreviationsconfigpanel... ;-)

Jenna

Quote from: 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... ;-)
svn r7033