Via: [WayBack] Is there a keyboard shortcut to go to the next compiler error in the current source file? – Jeroen Wiert Pluimers – Google+:
Primož Gabrijelčič:
Alt-F7, Alt-F8 IIRC
And indeed, it is sort of documented as of Delphi 2007 for “Message View”, but appears to be a much older shortcut:
- [WayBack] Default Keyboard Shortcuts:
ShortcutAction……Alt+F7Go to previous error or message in Message View.Alt+F8Go to next error / message in Message View.…… - [WayBack] Default IDE Shortcut Keys | Delphi Programming | FANDOM powered by Wikia
Shortcut Description IDE Version … … … Alt + F7/F8 Previous/next result (for Find in Files and Build Error Messages) Delphi 7 and up
I also completely forgot the compiler output is indeed a “Message View”.
–jeroen