mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Avoid extra hover delay, related to bug 200418
This commit is contained in:
parent
f9a0d5571e
commit
fa2d625b25
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2000, 2009 QNX Software Systems and others.
|
||||
* Copyright (c) 2000, 2010 QNX Software Systems and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -225,7 +225,7 @@ public abstract class AbstractDebugTextHover implements ICEditorTextHover, IText
|
|||
}
|
||||
}
|
||||
};
|
||||
job.setPriority(Job.DECORATE);
|
||||
job.setPriority(Job.SHORT);
|
||||
job.setSystem(true);
|
||||
job.schedule();
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue