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

@@ -65,6 +65,8 @@ class BufferText : public Buffer {
void Replace(Edn::String &data);
int32_t FindLine(Edn::String &data);
void JumpAtLine(int32_t newLine);
int32_t GetCurrentLine(void);
void RemoveLine(void);
void SelectAll(void);
void SelectNone(void);