我的C++ builder 10.4 update 1成员提示怎么出不来了?

银点 2020-10-15 04:01:15
好些年没有使用C++ builder了,为了安装它,特意虚拟了个win10

安装好后,我打成员符->或是.后,代码成员怎么不出来了?

你们有遇到吗?
...全文
801 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
  • 打赏
  • 举报
回复
不是同样级别的东西没有必要比,你当然也可以说走路比开车灵活多了,100米可能开车还不如走路,但是10公里你愿意开车还是走路呢。
vscode提示好多了,那是因为vscode只是一个基于文本编辑器的IDE,跟25年前的IDE并没有本质的区别,提示好多了是因为它仅仅在源程序中做全文本查找,如果项目中有些部分没有源程序,只有lib、obj,它还能提示?它能实时发现语法错误?Delphi、CB的代码完成功能是有一个编译器前端一直在运行的,跟基于文本查找的代码完成不是同样的概念,难道你真的相信EMB连一个文本搜索都做不好么。
jfet 2020-12-25
  • 打赏
  • 举报
回复
1、保存文件 2、目录不要有中文 3、目录不要有空格 这个代码提示用的是cquery,这是这个开源项目一直存在的bug,c++builder的这个提示这么多年了简直是个笑话,我现在都是用vscode,这个提示好多了
  • 打赏
  • 举报
回复
先save all一下
过客猫2022 2020-10-22
  • 打赏
  • 举报
回复
好像,先把程序编译一下,再来写代码,这个速度就上来了
过客猫2022 2020-10-22
  • 打赏
  • 举报
回复
我也是碰到楼主的情况,后来我卸载了,过段时间我又重新安装了一下,结果这个提示居然比较快了。
牧牛童子 2020-10-19
  • 打赏
  • 举报
回复
引用 5 楼 ooolinux 的回复:
[quote=引用 4 楼 牧牛童子 的回复:][quote=引用 3 楼 ooolinux 的回复:][quote=引用 2 楼 牧牛童子 的回复:]这个版本 集成visual assist 了么?
还没有,再等下个小版本10.4.2看看。[/quote] 不是已经 patch 3了么?[/quote] 那是10.4.0的patch,patch不是小版本。[/quote] 哦,我以为已经 patch3 了呢
牧牛童子 2020-10-18
  • 打赏
  • 举报
回复
这个版本 集成visual assist 了么?
ooolinux 2020-10-18
  • 打赏
  • 举报
回复
引用 4 楼 牧牛童子 的回复:
[quote=引用 3 楼 ooolinux 的回复:][quote=引用 2 楼 牧牛童子 的回复:]这个版本 集成visual assist 了么?

还没有,再等下个小版本10.4.2看看。[/quote]

不是已经 patch 3了么?[/quote]
那是10.4.0的patch,patch不是小版本。
牧牛童子 2020-10-18
  • 打赏
  • 举报
回复
引用 3 楼 ooolinux 的回复:
[quote=引用 2 楼 牧牛童子 的回复:]这个版本 集成visual assist 了么?
还没有,再等下个小版本10.4.2看看。[/quote] 不是已经 patch 3了么?
ooolinux 2020-10-18
  • 打赏
  • 举报
回复
引用 2 楼 牧牛童子 的回复:
这个版本 集成visual assist 了么?

还没有,再等下个小版本10.4.2看看。
ooolinux 2020-10-15
  • 打赏
  • 举报
回复
10.3.x和10.4代码提示用了临时新技术有问题又很慢,很多人都是用10.2.x,期待10.4.x会集成visual assist。用10.3.x的可以下载群里的经典编译器项目模板,或者每次新建项目设置为经典编译器,代码提示会好一些。
https://bbs.csdn.net/topics/395184807
********** 强力推荐 加密、解密控件 源码 Demo**********http://www.cityinthesky.co.uk/英国小伙David Barton的Open Source,小伙将在 7th January 2006 结婚,祝福他们!喜欢这个控件的兄弟,也发个邮件祝福他们吧,以下是邮箱:davebarton[at]cityinthesky.co.ukcrypto[at]cityinthesky.co.uk同时,也感谢万重兄弟的盒子,提供一个大家交流的平台!----------Delphi Cryptography PackageDCPcrypt is an open source library of cryptographic components (encryption algorithms and hash algorithms) for Borland Delphi and Kylix (it also works under some versions of C++ Builder). I haven't been able to update it for quite a long time now but it still works quite happily with Delphi 4, 5, 6, 7 and 2005 and Kylix 1 and 2 (it might work under Kylix 3, but I don't have a copy to try it out on). The current version (v2 beta 3) is considered to be stable and for all intents and purposes is the final release before I revamp everything.Thanks to Manuel C. for making changes to the code to make this work under Delphi 2005!***注:经不完全测试,支持Delphi 2006 ***For those of you using PHP, here is a little demo showing how to get PHP and Delphi encryption to work together.The idea behind DCPcrypt is that it should be possible to "drop in" any algorithm implementation to replace another with minimum or no code changes. To aid in this goal all cryptographic components are descended from one of several base classes, TDCP_cipher for encryption algorithms and TDCP_hash for message digest algorithms.DCPcrypt v2 contains full implementations of the following algorithms:Encryption Algorithms Hash AlgorithmsBlowfishCast 128Cast 256DES, 3DESIce, Thin Ice, Ice2IDEAMarsMisty1RC2, RC4, RC5, RC6Rijndael (the new AES)SerpentTeaTwofish HavalMD4MD5RipeMD-128RipeMD-160SHA-1SHA-256, SHA-384, SHA-512TigerDCPcrypt is open source software (released under the MIT license) and as such there is no charge for inclusion in other software. However, I am currently a student and if you are making money from my software I would really appreciate a donation of some sort, whether financial or a license for the softwar

552

社区成员

发帖
与我相关
我的任务
社区描述
C++ Builder 茶馆
社区管理员
  • 茶馆
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧