-
I would like to see a function to automatically remove all Comments including Headers and Notes left by the writer and remove disabled lines of text. In other words, it will remove everything from the markup that is not actually necessary for the script to function.
2009-10-29 01:55:35 UTC by nobody
-
elmuerte made 1 file-release changes.
2009-09-15 14:32:01 UTC by elmuerte
-
elmuerte made 1 file-release changes.
2009-09-15 14:31:01 UTC by elmuerte
-
Simple example:
----
class TestCommandlet extends Commandlet;
`define macro(a,b) `a >= `b
function bool Test(int a, int b)
{
if (`macro(a, b)) {
return true;
}
return false;
}
----
When analyzing this class, UnCodeX prints out this error:
----
Unhandled exception in class TestCommandlet: Access violation at address 004CB679 in module 'UnCodeX.exe'. Read of address...
2008-03-01 08:43:42 UTC by wormbo
-
elmuerte committed patchset 428 of module UnCodeX to the UnCodeX CVS repository, changing 1 files.
2008-01-05 11:06:18 UTC by elmuerte
-
elmuerte committed patchset 427 of module UnCodeX to the UnCodeX CVS repository, changing 16 files.
2007-12-28 16:47:56 UTC by elmuerte
-
elmuerte committed patchset 426 of module UnCodeX to the UnCodeX CVS repository, changing 6 files.
2007-12-23 09:11:09 UTC by elmuerte
-
elmuerte committed patchset 425 of module UnCodeX to the UnCodeX CVS repository, changing 1 files.
2007-12-01 17:23:31 UTC by elmuerte
-
elmuerte committed patchset 424 of module UnCodeX to the UnCodeX CVS repository, changing 8 files.
2007-11-25 13:35:26 UTC by elmuerte
-
elmuerte committed patchset 423 of module UnCodeX to the UnCodeX CVS repository, changing 1 files.
2007-01-07 14:02:50 UTC by elmuerte