summaryrefslogtreecommitdiffstats
path: root/basctl
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2018-07-05 18:37:35 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2018-07-06 10:47:30 +0200
commite2320955b32595df09c9c4412ccec56a0b273df7 (patch)
tree267899466b4be7f3a36473ff55ac0229685b220a /basctl
parentloplugin:useuniqueptr in XclExpObjList (diff)
downloadcore-e2320955b32595df09c9c4412ccec56a0b273df7.tar.gz
core-e2320955b32595df09c9c4412ccec56a0b273df7.zip
Some cleanup and comments
Change-Id: Ic1dda9b0e5d7896703b65d0d43be340196bcb871
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 6b97f30409e7..ae2fb1086d7f 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -963,6 +963,7 @@ void EditorWindow::CreateEditEngine()
ImplSetFont();
aSyntaxIdle.SetInvokeHandler( LINK( this, EditorWindow, SyntaxTimerHdl ) );
+ aSyntaxIdle.SetDebugName( "basctl EditorWindow aSyntaxIdle" );
bool bWasDoSyntaxHighlight = bDoSyntaxHighlight;
bDoSyntaxHighlight = false; // too slow for large texts...