23
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
procedure is implemented ("gets" a body). Same applies to global variables -- gray
icon next to variables that are declared but not yet defined, active icon for defined
global variables.
Double-clicking on an event which does not yet have an event handler will create
an empty event handler procedure for this event at the bottom of the currently
active file. Double clicking on an event which already has an event handler will
make the cursor jump to this event handler.
Double-clicking on a procedure which does not yet have a body will make the
cursor jump to the location where this procedure is defined. Double-clicking on a
procedure which already has a body will make the cursor jump to this body.
Double-clicking on a global variable which is not yet defined (using the
) will make the cursor jump to the location where this variable is
declared (using the
). Double-clicking on a defined global
variable will make the cursor jump to the location where this variable is defined.
Hovering the cursor over an item in the displays a
for this item.
Additionally, when in debug mode, hovering the cursor over global variables and
object properties displays their current values.
Notice, that currently selected platform is displayed next to the project name in
the topmost tree node.
4.1.6.2
Code Auto-completion
If you type an object name followed by a dot, the TIDE will pop-up a code-
completion box. It looks like this:
This list also supports
-- they are displayed as you scroll down the list.
You can also hover the mouse over an item in the list to see its tooltip.
Code completion box is also displayed for the
in your project:
81
81
81
79
79
24
24
54