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 next 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
Re: problem with Ctrl+G ? [message #16393 is a reply to message #16390] Thu, 12 June 2008 16:37 Go to previous messageGo to next message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
Easy to fix (since I've done it before). ide/goto.cpp line 54 change to:
	for(int ci = 0; ci < (n.GetCount() ? 2 : 1); ci++)


Ps. The new goto bar is really cool.
Re: problem with Ctrl+G ? [message #16394 is a reply to message #16393] Thu, 12 June 2008 17:31 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks & sorry I have missed this patch before.

Mirek
Previous Topic: Assist++ autocomplete window mouse wheel bug
Next Topic: Insert Image in Topic++
Goto Forum:
  


Current Time: Fri Mar 29 08:35:41 CET 2024

Total time taken to generate the page: 0.01940 seconds