Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Opening file in editor from within project that has no nature

Hi All,

I've trying to fix a bug (252369) saying that opening a PHP file from
RSE is not presented in Outline, and a lot of exceptions are thrown
into log file.
This is due to many restrictions in DLTK like in
ModelManager.getPerProjectInfoCheckExistence() (disabling check in
this method fixes Outline view, BTW).
I wonder what is the policy? I don't think project must have a nature
for simple editor/outline actions to work, and JDT can be a good
example of that.
But what, on your opinion, can be a side-effect of disabling these checks?

Thanks!

-- 
Michael


Back to the top