• serious bug in uV3 editor
    A character with the value of zero is appened to the end of the editor file, so the RealView compiler give an error message: Invalid character in input line. This does not always occur, but very often...
  • UV3 editor crashs using collapse
    Hi folks I'm using UV3 (V3.33) and if I collapse and uncollapse few block from my C-code the UV3 crashs. This behaviour happens on different PCs up to P-4 3GHz. Is there a bugfix in the queue...
  • UV3 editor and required PC speed
    Hi folks I'm using UV3 IDE (V3.33) on a HP Omnibook with Pentium III 850MHz. While the previous version has had any problem inside the editor this one is unusable. Deleting characters in a line...
  • Another uV3 suggestion
    Just a minor one...please ? :o) It would be useful if outlining allowed you to "Collapse Current Case". This would collaps a switch() case down to just the line containing the case statement. So...
  • Debug Editor in uV3 won't compile
    I have defined a function in the Function editor, saved it, then tried to compile, and I get a compile error: FUNC void FooBar (void) { printf("foobar"); } ^ *** error 10, line 3: Syntax error ***...