Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 28 23:05:45 CEST 2024

Total time taken to generate the page: 0.04728 seconds