|
|
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Pb with code completion in latests versions
|
|
|
Re: Pb with code completion in latests versions [message #32611 is a reply to message #32609] |
Fri, 27 May 2011 19:14   |
|
Hard to tell what is the cause, when nobody can reproduce it... Could you try to compile theide in debug mode and run theide in debugger and post the backtrace when the crash happens?
Is there something unusual about your ubuntu setup? My guess is that there is something wrong with the PopUp code. Mirek was tweaking that recently, but IIRC it was after you first reported this, so there should be no direct connection...
Honza
|
|
|
Re: Pb with code completion in latests versions [message #32612 is a reply to message #32611] |
Fri, 27 May 2011 20:28   |
Oblivion
Messages: 1204 Registered: August 2007
|
Senior Contributor |
|
|
Quote: |
Hard to tell what is the cause, when nobody can reproduce it... Could you try to compile theide in debug mode and run theide in debugger and post the backtrace when the crash happens?
Is there something unusual about your ubuntu setup? My guess is that there is something wrong with the PopUp code. Mirek was tweaking that recently, but IIRC it was after you first reported this, so there should be no direct connection...
Honza
|
Hi Honza,
Actually, I can reproduce this bug all the time on my kubuntu 11.04 setup with latest daily builds, and yes my suspicion is also that it is a bug deep in the popup code or x11 base (which, you might remember, I've already reported an issue about color popups). But unlike the color popup widget crash, I can avoid the code completion window crash by using keyboard instead of mouse click.
Regards.
Github page: https://github.com/ismail-yilmaz
upp-components: https://github.com/ismail-yilmaz/upp-components
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
[Updated on: Fri, 27 May 2011 20:29] Report message to a moderator
|
|
|
|
Re: Pb with code completion in latests versions [message #32625 is a reply to message #32617] |
Sun, 29 May 2011 10:04   |
Didier
Messages: 725 Registered: November 2008 Location: France
|
Contributor |
|
|
Hi all,
I have the exact same problem with the latest svn versions. I'm on fedora12 ( not been updated since some time now ) and everything worked fine before.
I also have the same problem with the color popup:
Ide crashes when in QTF assist or with Uword.
These two crashes are really anoying.
A third crash is with QTF assist : if you try to modify style or something like this: ide crashes .
I will try to use the keyboard instead of mouse to see if it doesn't crash.
[Updated on: Sun, 29 May 2011 10:05] Report message to a moderator
|
|
|
|
|
|
Re: Pb with code completion in latests versions [message #32913 is a reply to message #32911] |
Sun, 19 June 2011 14:43   |
|
SOLVED (maybe )
By the way!
I move same way and accidentally correct the bug!!!
I kill one row and all become correct!!!
Let's try!!!:
svn: 3546
file: X11Wnd.cpp
comment line: 1025 (function void Ctrl::SetWndForeground0():
void Ctrl::SetWndForeground0()
{
GuiLock __;
LLOG("SetWndForeground " << Name());
if(!top || !IsVisible()) return;
if(!IsEnabled()) {
LLOG("Not enabled");
XWindow *w = GetXWindow();
if(w && w->last_active && w->last_active != this &&
w->last_active->IsOpen() && w->last_active->IsEnabled())
w->last_active->SetWndForeground();
}
else {
// SetWndFocus(); // <<<----- Comment this line
XRaiseWindow(Xdisplay, top->window);
}
}
SergeyNikitin<U++>( linux, wine )
{
under( Ubuntu || Debian || Raspbian );
}
[Updated on: Sun, 19 June 2011 15:08] Report message to a moderator
|
|
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 17:12:39 CEST 2025
Total time taken to generate the page: 0.01085 seconds
|
|
|