CTAGS : Back is done but the display result is not the best I can do...

This commit is contained in:
2011-08-24 09:44:10 +02:00
parent c30f57b3f7
commit 643f2e38b3
7 changed files with 67 additions and 8 deletions

View File

@@ -212,6 +212,10 @@ int32_t Edn::File::GetLineNumber(void)
return m_lineNumberOpen;
}
void Edn::File::SetLineNumber(int32_t newline)
{
m_lineNumberOpen = newline;
}
bool Edn::File::HasExtention(void)
{