起步软件技术论坛-X3

 找回密码
 立即注册
搜索
查看: 198|回复: 7

【搞定】[请求]X3 studio自动完成功能问题**

[复制链接]
发表于 2007-4-23 14:39:51 | 显示全部楼层 |阅读模式
在X3studio中如下图.用ctrl+space来自动完成已声明的函数名称可以吗?我用ctrl+space没有反应.用ctrl+J出现图中的列表.该列表跟已声明的函数名称无任何关系啊?请帮忙看看

question8.gif

67.13 KB, 下载次数: 107

回复

使用道具 举报

 楼主| 发表于 2007-4-23 14:41:11 | 显示全部楼层
ctrl+J有什么用途啊?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-23 14:55:07 | 显示全部楼层
输入类成员访问符"."也不能列出该对象所有的属性\方法和事件.是不是哪里没设置对啊?
回复 支持 反对

使用道具 举报

发表于 2007-4-23 15:01:02 | 显示全部楼层
Code templates include commonly used programming statements (such as if, while, and for statements) that you can insert into your source code. While working in the Code editor, press Ctrl+J to display the default code templates or any new ones that you define. Select a code template to be entered in your code file in one of two ways:

Use the scroll bar as necessary and double-click the template to insert it into your code.
        Type the name of the template until the characters entered refer to the entry in the list you want to include. Press Enter.

For instance, if you press Ctrl+J, type 損,?and double-click the selected 損rocedure declaration,?the following code will be inserted automatically at the current cursor position:

procedure ();

    begin
    end;
回复 支持 反对

使用道具 举报

发表于 2007-4-23 15:06:51 | 显示全部楼层
Ctrl+Space没有出来,有几种可能:
1  Ctrl+Space是输入法切换键,被输入法截获了
2  在当前位置之前有语法错误,无法正常的编译,就无法调出提示窗口来
3  当前位置有错误,例如,在Procedure Get,在Get后打Ctrl+Space肯定不会出来代码提示的

打 . 不出来,类似以上的 2 3的情况了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-23 15:10:24 | 显示全部楼层
ctrl+J我明白了.但ctrl+space能自动完成类似上图中已经声明的自定义函数吗?还有不知道为什么输入类成员访问符"."也不能列出该对象所有的属性\方法和事件?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-23 15:17:18 | 显示全部楼层
ctrl+space可以用.是我自己搞错了.但还是不知道为什么输入类成员访问符"."也不能列出该对象所有的属性\方法和事件?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-23 15:21:59 | 显示全部楼层
喔.我再去看看.谢谢了.结贴吧!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2025-6-19 11:17 , Processed in 0.064396 second(s), 19 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表