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... :-)
Use "svn diff > my.patch" in the top level directory of C::B's sources, it is a bit easier for application:)
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...
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).
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!
@jens:
Hey, just got it, but I was talking about the autosave plugin... Anyway, nice catch on the abbreviationsconfigpanel... ;-)
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