U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » problem with Ctrl+G ?
problem with Ctrl+G ? [message #16390] Thu, 12 June 2008 12:33 Go to previous message
cocob is currently offline  cocob
Messages: 156
Registered: January 2008
Experienced Member

Hello,

In the last SVN version i have installed i have always the same bug. When i press Ctrl+G, all symbols lines are duplicated.

For example if my source is

#include "testgui.h"

testgui::testgui()
{
	CtrlLayout(*this, "Window title");
}

GUI_APP_MAIN
{
	testgui().Run();
}


I've got the result

testgui()
GUI_APP_MAIN
testgui()
GUI_APP_MAIN
 
Read Message
Read Message
Read Message
Previous Topic: Assist++ autocomplete window mouse wheel bug
Next Topic: Insert Image in Topic++
Goto Forum:
  


Current Time: Sun Apr 26 03:39:00 GMT+2 2026

Total time taken to generate the page: 0.00430 seconds