No line numbers when errors in pop11 code found
Status: Beta
Brought to you by:
seconddevil
Files compiled by the plugin do not display line
numbers when an error is found. The normal compile
mechanism of poplog is not valid for this plugin
(although an alternative is being loking for) as we
just pipe the contents of the file into the input
stream of the process. Poplog uses a different
mechanism for this (HELP * COMPILE) which, in time, the
plugin will emulate. For the time being you will just
have to live with this or implement a better execFile()
method.