The bars at the top of the window give you access to familiar standard functions such as opening, closing and saving files and editing functions such as cut, copy and paste. You can also control the compiler from these menus. The file bar is a set of tabs which allow you to display and choose which file you are currently editing (the editor supports multiple simultaneous files).
The editing area is (by default) on the left side of the window. This is where you edit your source codes.
On the right side of the window is the procedure browser. When you enter special pieces of code known as procedures they will be displayed in the procedure browser, allowing you to quickly navigate your source code. The procedure browser can also be moved to the left side of the window or used as a drop down listbox in the toolbar.
Finally the status bar at the bottom of the window shows you information and statistics about the file you are currently editing, such as line number and character position.
The main steps you need to follow to write and run programs written in PureBasic are as follows:
Of course, there are some options which you can set for the compiler, although these can be left at their default values for now. If you are required to change them during the course of this User Guide it will be explained in the section which requires the change. The one option which is worth mentioning now is the one which enables or disables the runtime debugger. This can be found in the "Compiler menu->Debugger" item and is ticked if the debugger is enabled. Normally you will want the debugger enabled when you are testing your programs, so make sure that is turned on.
Full instructions on using the editor can be found in the Using the integrated editor section of the main reference manual.
| Previous topic | Chapter contents | Next topic |
|---|---|---|
| Installing and running PureBasic | User Guide contents | None |