[DEV] update ctags

This commit is contained in:
2014-05-12 21:10:45 +02:00
parent 0c6151283b
commit 7acd5127eb
6 changed files with 53 additions and 25 deletions

View File

@@ -198,6 +198,11 @@ namespace appl {
*/
bool isSelectedLast(void);
public:
/**
* @brief get the path of the current buffer
* @return Path of the buffer (remove the ended name)
*/
virtual std::string getBufferPath(void);
/**
* @brief Check if the buffer is availlable
* @return true if a display buffer is present, false otherwise.