[escher] Handle copy/cut event on selectable table view

This commit is contained in:
Émilie Feral
2018-06-06 13:51:52 +02:00
parent d56013ef17
commit 24c9549866
28 changed files with 79 additions and 62 deletions

View File

@@ -88,7 +88,6 @@ private:
void emptyOutputAccumulationBuffer();
size_t firstNewLineCharIndex(const char * text, size_t length);
StackViewController * stackViewController();
bool copyCurrentLineToClipboard();
int m_rowHeight;
bool m_importScriptsWhenViewAppears;
ConsoleStore m_consoleStore;