22
Programming with TIDE
©2000-2008 Tibbo Technology Inc.
Coding Your Project
TIDE contains a code editor with the following facilities:
Syntax highlighting
for properties, events, functions, and even user-configurable tooltips
for user-defined functions.
4.1.6.1
Project Browser
The Project Browser contains a tree of all objects in the platform (with their
methods, properties and events), as well as all procedures and global variables of
your project. The tree is updated in real time, using a dynamic background parser
which constantly analyzes your source code.
for the various constructs.
An icon next to an event is grayed (inactive) if this event does not have an event
handler implemented in the project. The icon becomes "active" when the event
handler is created. An icon next to a procedure is grayed if this procedure is merely
declared but does not yet have a body. The icon becomes active once the
23
24
24
131