Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] script parse/syntax errors not markers anymore on the file? (and shown in problems view)

Hi

when i made a mistake in my _javascript_ editor i see the red error marker in my editor
But not in my problems view anymore
Also my code:

IMarker[] findMarkers = file.findMarkers(IMarker.PROBLEM, true, IResource.DEPTH_INFINITE);

returns always an empty array now, thats a problem for me because we dont want to do anything if we find errors..

johan


Back to the top