CodeWorker



Changes on version 3.10.3
Date Type Caller Description
11may2005 bug_fix - A bug was fixed in the parsing of an unary minus operator applied on a literal of the scripting language.
10may2005 bug_fix - A ellipsis exception had appeared while applying the function slideNodeContent() on a non-existent node.
04may2005 improvement Jon SCOBIE During a debugging session, type c all instead of c to clear all breakpoints. At the same time, it fixes a bug.
28apr2005 improvement Jon SCOBIE Jon Scobie has contributed on adding GNU ReadLine into CodeWorker, making the use of the internal debugger more comfortable.

Set the preprocessor definition CODEWORKER_GNU_READLINE to take advantage of this improvement, after you have installed the GNU ReadLine utility.

28apr2005 feature Jon SCOBIE During a debugging session, type b list to display the complete list of all current breakpoints.
28apr2005 improvement - Now, one may specify default values on parameters of a user function prototype:

function f(p1 : value, p2 : node = project, p3 : value = 3.14) {
    ...
}

28apr2005 improvement Jon SCOBIE Now, a facultative argument can be specified to the function indentFile(), used to force the indentation mode to apply on the file. Another facultative argument has appeared on the function inputLine(), to specify a prompt sequence.
27apr2005 bug_fix Jon SCOBIE A crash had appeared while scrutating an object in a debugging session, with command o.
27apr2005 improvement Jon SCOBIE In a debugging session, it isn't necessary to specify the script file anymore, if the breakpoint must be set in the script the interrupted control sequence belongs to.