• uV3 editor suggestion
    In vU3 editor, when the 'ctrl' key is held down and we scrool in midbutton of the mouse, we expect the same effect as 'page up', 'page down'. This is implemented in uV2 editor, why missing in uV3?
  • 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...
  • Is there anyway to collapse the selected code in MDK?
    Hi, I want to collapse the selected code in MDK, is there anyway to do it without adding any additional code?
  • 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...
  • 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 ***...