(page requirements)

Bookmark your source code

If you have more than a few hundred lines of code, it's just not feasible to search for a partial string every time to get to a particular code block. Try using bookmarks feature of Delphi's editor instead.

To create a bookmark, all you have to do is press CTRL+K or CTRL+SHIFT on the line you want to place a bookmark and press a number from 0-9 (for example, CTRL+K 2 or CTRL+SHIFT 2). To get back to a bookmark you've created, simply press CTRL and the number of the bookmark (CTRL+2 for example).

NOTE: If above key combinations doesn't create bookmarks for you, make sure that your "Editor SpeedSetting" ("Tools | Options | Editor") is set to "Default Keymapping."
 
 
Applicable Keywords : Delphi, Delphi 1.x, Delphi 2.x, User Interface
 
 
 
Copyright © 2009 Chami.com. All Rights Reserved. | Advertise | Created in HTML Kit editor