new patch:
I just add a line compare here.because for codes:
#define BOOST_ALIGNED_STORAGE_HPP
int main() {}
when we do this,
wxString para = m_Tokenizer.GetToken();
at this time ,m_Tokenizer will return int ,then we do this
m_Str << m_Tokenizer.ReadToEOL();
it will eat the whole line codes
that is why the tokens number are lost.
BTW. @morten
can we print the whole project's tokens name to the file??so when we make patch,when the tokens numbers are wrong.we can use diff tool to check whick tokens are lost.