diff --git a/com.wudsn.ide.lng.pas/src/com/wudsn/ide/lng/pas/compiler/mp/MadPascalCompilerProcessLogParser.java b/com.wudsn.ide.lng.pas/src/com/wudsn/ide/lng/pas/compiler/mp/MadPascalCompilerProcessLogParser.java index 5ebfa29e..b96c9e92 100644 --- a/com.wudsn.ide.lng.pas/src/com/wudsn/ide/lng/pas/compiler/mp/MadPascalCompilerProcessLogParser.java +++ b/com.wudsn.ide.lng.pas/src/com/wudsn/ide/lng/pas/compiler/mp/MadPascalCompilerProcessLogParser.java @@ -30,6 +30,7 @@ import com.wudsn.ide.lng.compiler.CompilerSymbol; /** * Process log parser for {@link MadsCompiler}. + * TODO: Implement MP log parsing * * @author Peter Dell */ diff --git a/com.wudsn.ide.lng.pas/src/com/wudsn/ide/lng/pas/editor/ValidatorDocumentSetupParticipant.java b/com.wudsn.ide.lng.pas/src/com/wudsn/ide/lng/pas/editor/ValidatorDocumentSetupParticipant.java index cf1f8d1f..b6d7f8de 100644 --- a/com.wudsn.ide.lng.pas/src/com/wudsn/ide/lng/pas/editor/ValidatorDocumentSetupParticipant.java +++ b/com.wudsn.ide.lng.pas/src/com/wudsn/ide/lng/pas/editor/ValidatorDocumentSetupParticipant.java @@ -38,6 +38,7 @@ import org.eclipse.jface.text.IDocumentListener; //import org.xml.sax.SAXParseException; /** + * TODO No idea why this was created/copied?? * * @author Peter Dell * @since 1.7.1 diff --git a/com.wudsn.ide.lng/schema/runners.exsd b/com.wudsn.ide.lng/schema/runners.exsd index 3d3990c4..f6016cf2 100644 --- a/com.wudsn.ide.lng/schema/runners.exsd +++ b/com.wudsn.ide.lng/schema/runners.exsd @@ -130,6 +130,14 @@ + + + + + + The runners extension point is in the same pluging as the compilers extension point, because the runner have a depedencies to the compiler files of a compiler to (optinally) start with source related break points. + +