PBintelli
simulates Microsoft intellisense feature. It helps you write code faster and
more accurately by presenting context-sensitive pick lists of possible values to
insert into your code based on a few characters you have already typed. In simple
terms, it's a drop down list that appears when you type a recognized word into your
PowerBuilder code editor. For example, typing in
uo_obj, then a ".", will show a drop down list box of variables, functions and events for the
uo_obj userobject. You don't have to
worry about valid properties as they are listed for you by PBintelli.
|
|
|
|
 |
Actual verison is 1.2
|
 |
Supports PowerBuilder version 7/8/9/10 (only 7.03 (Build 10312) and
8.03 (Build 9704)
|
 |
Need .Net Framework 1.1
|
 |
It is written in PowerBuilder and C# |
|
|
|
|
|
 |
shows variables,functions and events of powerbuilders objects
|
 |
pastes selected variable, function or event directly into PB
editor
|
 |
shows datawindow fields
|
 |
automatically library list
|
 |
shows enumerated values |
 |
acts as code repository |
 |
copies application files
|
 |
PBR file builder |
 |
object searcher |
 |
system/api function searcher
|
 |
function parameters popup |
|
|
|
|
|
variables, functions, event list (when you type "object.")
function parameters
list
system functions,
windows api list (when you press F6 )
datawindow fields
(when you type "datawndow.object.")
you can save your
code and retrive it (when you press F6 and select Manage Code)
PBR builder
copy the files of
your current project
|
|
|
|
Please feel free to send feedback (questions, bugs, code improvements, suggestions
for additions) to
info@miqui.it .
I will try to respond to it as quickly as possible. |
|
|
|