tips
[Top] [All Lists]

REALbasic Tip: Getting to the source of a method fast

To: REALbasic-tips at lists dot realsoftware dot com
Subject: REALbasic Tip: Getting to the source of a method fast
From: Geoff Perlman <geoff at realsoftware dot com>
Date: Sat, 22 May 2004 10:56:54 -0500
Cc:
Delivered-to: REALbasic-tips at lists dot realsoftware dot com
List-help: <mailto:realbasic-tips-request@lists.realsoftware.com?subject=help>
List-id: REALbasic Tips <realbasic-tips.lists.realsoftware.com>
List-post: <mailto:realbasic-tips@lists.realsoftware.com>
Need a fast way to get to the source of a particular method? Well, we've added one in REALbasic 5.5. Say you've got a method called "Print" in your App class and you're calling it in the action event of a button:

Sub Action()
   App.Print
End Sub

Control-clicking on Print and choosing "Find item Print" from the menu will open the App class and reveal the source to the Print method.

This tip was suggested by Lynn Fredricks.
--
Geoff Perlman
President and CEO
REAL Software, Inc.

<Prev in Thread] Current Thread [Next in Thread>
  • REALbasic Tip: Getting to the source of a method fast, Geoff Perlman <=