Bug #11596 2007-07-20 23:17

dje

cbEVT_SHOW_DOCK_WINDOW is not correctly processed

Test :

- Hide Messages notebook

- "Find in files"

- Search for an existing word

- Results are displayed in log

- Normally, first found result is displayed in current editor and Message notebook is shown.

Message notebook doesn't appear.

int EditorManager::FindInFiles(cbFindReplaceData* data)

calls

Manager::Get()->GetMessageManager()->Open();

with

void MessageManager::Open()

{

if (!m_AutoHide)

return;

CodeBlocksDockEvent evt(cbEVT_SHOW_DOCK_WINDOW);

evt.pWindow = m_pNotebook;

Manager::Get()->ProcessEvent(evt);

}

The same problem happens with ThreadSearch plugin.

Category
Application::WrongBehaviour
Group
 
Status
Closed
Close date
2007-11-13 11:09
Assigned to
mortenmacfly
dje 2007-07-20 23:30

SVN4281

WinXP SP2

dje 2007-07-27 19:46

Can be closed.

I didn't set the good option in settings.

Sorry.