mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Turn code completion back on. The PDOM isn't quite ready yet for content assist.
This commit is contained in:
parent
a9e3b1a8ea
commit
3799e8d91e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class CCompletionProcessor2 implements IContentAssistProcessor {
|
||||||
|
|
||||||
IFile file = (IFile)workingCopy.getResource();
|
IFile file = (IFile)workingCopy.getResource();
|
||||||
if (file != null) {
|
if (file != null) {
|
||||||
IPDOM pdom = CCorePlugin.getPDOMManager().getPDOM(workingCopy.getCProject());
|
IPDOM pdom = null; //CCorePlugin.getPDOMManager().getPDOM(workingCopy.getCProject());
|
||||||
ICodeReaderFactory readerFactory;
|
ICodeReaderFactory readerFactory;
|
||||||
if (pdom != null)
|
if (pdom != null)
|
||||||
readerFactory = pdom.getCodeReaderFactory(workingCopy);
|
readerFactory = pdom.getCodeReaderFactory(workingCopy);
|
||||||
|
|
Loading…
Add table
Reference in a new issue