Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: DavDesh on April 02, 2015, 09:04:58 pm

Title: Saved file different from the original
Post by: DavDesh on April 02, 2015, 09:04:58 pm
Hello everybody, i'm using codeblocks 13.12 on windows 8.1 x64.
After saving my source file, closed the IDE and re-open it (the same file!) it was different from what i saved: there was code lines one after the others one like i never hit enter (not for all the lines)
AND there was missing parts (parts that i'm sure i wrote because i compiled and run the .exe (it worked).

it seems also that some parts of the header file merged into the c file.

it's a known bug? anyone experienced this before?


(sorry for my bad english  :-[)
Title: Re: Saved file different from the original
Post by: DavDesh on April 02, 2015, 10:18:52 pm
i was working on my source file by the "files" management view (no project open)

Code
for(i=0; i<output.colonne; i++){void sInAltoRC(matrice * x,char s, int i_orig, int i_dest);             //
void MischiaRC(matrice * x, char s, int n_volte);                       //
        output.puntatore[0][i]=data_out[i];
    }

this is my code now. As you can see parts of the header appeared in the .c source file.
Title: Re: Saved file different from the original
Post by: oBFusCATed on April 02, 2015, 10:58:35 pm
Can you reproduce the problem one more time?