Author Topic: Missing resource in CodeBlocks project  (Read 7532 times)

daniloz

  • Guest
Missing resource in CodeBlocks project
« 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... :-)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Missing resource in CodeBlocks project
« Reply #1 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:)
(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

  • Guest
Re: Missing resource in CodeBlocks project
« Reply #2 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...

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Missing resource in CodeBlocks project
« Reply #3 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).

daniloz

  • Guest
Re: Missing resource in CodeBlocks project
« Reply #4 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!

daniloz

  • Guest
Re: Missing resource in CodeBlocks project
« Reply #5 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... ;-)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Missing resource in CodeBlocks project
« Reply #6 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