青
青云
Unregistered / Unconfirmed
GUEST, unregistred user!
在delphi中,
比如我定义了一变量:
var
str:string;
.....
begin
...
str:="hello,world!";
...
end;
这时候,如果我按住Ctrl 键,并且鼠标指向 str:="hello,world!";
中的 str,
这时,光标会自动定位到 定义 str 的地方。
我想知道,同为Borland产品的 Jbuilder 有没有类似的功能。
比如我定义了一变量:
var
str:string;
.....
begin
...
str:="hello,world!";
...
end;
这时候,如果我按住Ctrl 键,并且鼠标指向 str:="hello,world!";
中的 str,
这时,光标会自动定位到 定义 str 的地方。
我想知道,同为Borland产品的 Jbuilder 有没有类似的功能。