Pbintelli is an application that helps PowerBuilder developers write code
faster and more accurately.
The principal features implemented are:
Shows variables, functions, and events of PowerBuilder's objects Pastes
selected variables, functions, or events directly into the PowerBuilder
editor Shows DataWindow fields Shows enumerated values Acts as a code
repository Copies application files Creates PBR files Acts as an object
finder Can be used as an system/API function finder All these features can be
called directly from the PowerBuilder IDE. In some cases PBintelli acts like
an IntelliSense system and presents a list of insertable objects/functions.
In others the developer can invoke the functionality by selecting an item
from the context menu that appears once the F6 key is pressed. In this
article the focus is on the implementation of the IntelliSense feature. I ... (more)