Results 1 to 10 of 15

Thread: make MacOSX applications with RS XE2 (step-by-step)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Quote Originally Posted by Stoney View Post
    There is just one 3-key shortcut you need on Lazarus: CTRL+SHIFT+C , which is code completion:
    The 3-key combinations I find particularly annoying are Step into/Step over, Toggle form/unit view, View Object Inspector, View Units and View Forms. In Delphi/Lazarus on Windows the first three are 1-key, while the other two are 2-key. Debugging keys are essential and very common to use; I can't believe you have to hit 3 keys for every single line of code, same applies to Form/Unit view.

    Quote Originally Posted by Stoney View Post
    Most other useful combination are just two keys:
    CMD + R : Run and debug application (Lazarus and Xcode)
    CMD + U : Unindent code block
    CMD + I : Indent code block
    In Delphi they are F9, Tab and Shift+Tab respectively (Delphi versions previous to XE 2 need CnWizards for code block indentation). They are shorter and more intuitive.
    Last edited by LP; 07-10-2011 at 03:41 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •