User forums > Nightly builds

The 05 october 2006 build is out.

<< < (2/3) > >>

stahta01:
This build has a minor but annoying problem.
The save project as feature saves the output as a file without LFs.

Window XP User

Tim S

TDragon:

--- Quote from: stahta01 on October 06, 2006, 08:10:57 am ---The save project as feature saves the output as a file without LFs.
--- End quote ---
Considering C::B is the only one that's ever supposed to read project files, why should it matter whether they have line breaks?

killerbot:

--- Quote from: TDragon on October 06, 2006, 03:11:12 pm ---
--- Quote from: stahta01 on October 06, 2006, 08:10:57 am ---The save project as feature saves the output as a file without LFs.
--- End quote ---
Considering C::B is the only one that's ever supposed to read project files, why should it matter whether they have line breaks?

--- End quote ---
manual modification ( I do it often, for changes that need to be applied to a whole bunch of projects), and then it's good a normal text editor can red/show it nicely.

Pecan:

--- Quote from: TDragon on October 06, 2006, 03:11:12 pm ---
--- Quote from: stahta01 on October 06, 2006, 08:10:57 am ---The save project as feature saves the output as a file without LFs.
--- End quote ---
Considering C::B is the only one that's ever supposed to read project files, why should it matter whether they have line breaks?

--- End quote ---

I too edit the .cbp . It a lot quicker making changes with an editor than searching for all the "god-only-remembers-where" UI buttons.

tangxinfa:
I build it failed these days, the lastest build out revision is 3001 in Sep 29 2006.
The compile error come from the file trunk\src\sdk\autorevision.h, this file has a incorrect content, show below:

--- Code: ---/*encoding="utf-8"?>*/
#ifndef AUTOREVISION_H
#define AUTOREVISION_H


#include <wx/string.h>

#define SVN_REVISION "encoding="utf-8"?>"

#define SVN_DATE     "<entry"

namespace autorevision
{
const unsigned int svn_revision = encoding="utf-8"?>;
const wxString svnRevision(_T("encoding="utf-8"?>"));
}



#endif
--- End code ---

May be it related to the subversion, several days ago, I updated the TortoiseSVN to version 1.4, because i found it doesnot work well with the svn server of codeblocks, so i uninstalled it, and back to install the 1.3.

can you help me!
                  thanks!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version