How to Get a List of Open Files in the IDE

Posted December 15th @ 4:10 pm by m3Rlin

If you wish to know what files Delphi has open you can check the buffer list. The shortcut is Ctrl + B. A window will pop up with the list. To open any of the files in the editor just double-click it. Some files will always remain open although you may not always see them [...]

How to Explore Your Project’s Directory

Posted December 15th @ 4:02 pm by m3Rlin

When programming you may want to see your programs files and directories to change file names, add/delete files or just to control the application’s executable size. Here’s a simple solution to not have to launch Windows Explorer, and then click you way through your whole file system to you app’s directory. If you have a [...]

« Previous EntriesNext Entries »