This extension point allows for adding new assemblers and compilers to the WUDSN IDE.
Relative path of the help document or help folder, relative to the folder of the executables.
Or absolute URL starting with "http://" or "https://".
The 2 letter "de" or 5 letter "de_DE" representation of the language of the document.
Use "*" is the entry is valid for all languages
OSGI OS value as described in org.eclipse.core.runtime.Platform
OSGI OS archiecture value as described in org.eclipse.core.runtime.Platform
Relative path of the executable inside the base folder
The technical ID of the language.
The technical ID of the compiler. Must consist of lower case letters or digits. Must be unique without one language.
Translatable name of the compiler. Typically contains only upper case letters.
The name of the compiler class.
Supported (minimum) version of the compiler. All compiler directives and major compiler features up to this version have been incorporated into this version of WUDSN IDE.
The absolute URL pointing to the homepage of the compiler where the latest version can be downloaded.
The default compiler parameters which are use if not other parameters are specified in the preferences.
The default hardware which is assumed, if no source annotation is found.
WUDSN IDE 1.1.0
To implement this extension point, you have to create a sub-class of com.wudsn.ide.lng.compiler.Compiler, a sub-class of com.wudsn.ide.lng.compiler.parser.CompilerSourceParser and a sub-class of com.wudsn.ide.lng.compiler.CompilerLogParser. In the constructor of the compiler you have to set the source parser instance. In the "createLogParser" method of the compiler you have to create a new instance of the corresponding log parser.
(c) 2009 Peter Dell