diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-17 01:42:54 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-17 01:42:54 +0100 |
commit | 79495eb1e3cf282cce515d15c5be925587b8c483 (patch) | |
tree | 2ef69e61c269cbbd4c9d41e7d6365a9a9cc4fea5 /qbuffers.h | |
parent | 3c12d015023a48bf6c48dea4ae1a60045b2c9c04 (diff) | |
download | sciteco-79495eb1e3cf282cce515d15c5be925587b8c483.tar.gz |
use special flag to temporarily disable buffer dirty checks when a Q-Register is (temporarily) edited without changing the current document
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -379,4 +379,6 @@ namespace States { extern StateCopyToQReg copytoqreg; } +extern bool dirty_check_enabled; + #endif |