Home
last modified time | relevance | path

Searched refs:g_bDevStudioEditor (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp22 static BOOL g_bDevStudioEditor = FALSE; // Open file in Dev Studio editor simultaneously variable
97 g_bDevStudioEditor = GetRegistryInt(hSectionKey, in SetApplicationObject()
98 "DevStudioEditor", g_bDevStudioEditor); in SetApplicationObject()
204 if (! g_bDevStudioEditor) in DocumentOpen()
255 if (! g_bDevStudioEditor) in NewDocument()
378 Dlg.m_bDevStudioEditor = g_bDevStudioEditor; in BEGIN_MESSAGE_MAP()
383 g_bDevStudioEditor = Dlg.m_bDevStudioEditor; in BEGIN_MESSAGE_MAP()
395 g_bDevStudioEditor); in BEGIN_MESSAGE_MAP()