Difference between revisions of "IDE tricks"

From Lazarus wiki
Jump to navigationJump to search
 
Line 3: Line 3:
 
You can create a new file and save it, or you can create a new file with filename and filetype in one step:
 
You can create a new file and save it, or you can create a new file with filename and filetype in one step:
 
Just open file (Ctrl+o) and select an non existing file. For example: unit1.pas. The IDE will ask you if it should be created.
 
Just open file (Ctrl+o) and select an non existing file. For example: unit1.pas. The IDE will ask you if it should be created.
 +
 +
== IDE macros ==
 +
 +
[[IDE Macros in paths and filenames]]

Revision as of 00:47, 16 April 2006

Create a new file with Open file

You can create a new file and save it, or you can create a new file with filename and filetype in one step: Just open file (Ctrl+o) and select an non existing file. For example: unit1.pas. The IDE will ask you if it should be created.

IDE macros

IDE Macros in paths and filenames