Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Can any dev look at the file ccmanager.h
ollydbg:
I see it has mixed EOL in the file, can you confirm this? If so, it should be fixed. Thanks.
stahta01:
Confirmed around the prototype for void CallSmartIndentCCDone(cbEditor* ed);
Edit: Based on my other CPP files; it is correct right before and after CallSmartIndentCCDone prototype and the rest of the file is wrong.
I am on a Windows 7 system.
On SVN trunk 9916.
Edit2: Looks like file is missing svn:eol-style of native like most other headers have set.
Tim S.
stahta01:
I think the SVN commands on windows to fix this problem is:
--- Code: --- unix2dos "src/include/ccmanager.h"
svn propset svn:eol-style native src/include/ccmanager.h
--- End code ---
Followed by a SVN Commit, of course.
--- Code: ---Index: src/include/ccmanager.h
===================================================================
--- src/include/ccmanager.h (revision 9927)
+++ src/include/ccmanager.h (working copy)
Property changes on: src/include/ccmanager.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
--- End code ---
Tim S.
ollydbg:
Hi, Tim, thanks.
I have just commit the change. An idea way of setting EOL property is that we can set the EOL for all the .h and .cpp files in a folder, so that we don't need to set those EOL property for each single files. Not sure SVN can do this. :)
stahta01:
--- Quote from: ollydbg on September 29, 2014, 02:52:11 am ---Hi, Tim, thanks.
I have just commit the change. An idea way of setting EOL property is that we can set the EOL for all the .h and .cpp files in a folder, so that we don't need to set those EOL property for each single files. Not sure SVN can do this. :)
--- End quote ---
While I know SVN much better than I know Git; I would only call my status as early intermediate skill level. You would likely need a expert to confirm that there is a way or is not a way to do it for a folder or file type.
Tim S.
Navigation
[0] Message Index
[#] Next page
Go to full version