Hi all, 大家好
There is a problem with uses unit in french BDS2006 (and I supposed other version).
在法文 BDS2006 上有一个问题(我想在其他版本中也有)。
In function ShowProjectUseUnits(ASelf: TCustomForm): Boolean, the test :
IsUseUnit := ASelf.Caption = 'Use Unit' always return False.
=> In the french version the caption is 'Utiliser l''unité'.
在函数 ShowProjectUseUnits(ASelf: TCustomForm): Boolean 中测试:
IsUseUnit := (ASelf.Caption = 'Use Unit') 总是返回 False。
I temporary change test with:
IsUseUnit := (ASelf.Caption = 'Use Unit') or (ASelf.Caption = 'Utiliser l''unité');
and all work fine.
我临时改变测试方法:
IsUseUnit := (ASelf.Caption = 'Use Unit') or (ASelf.Caption = 'Utiliser l''unité');
这样工作正常。
I suppose there is the same problem with deutch or italian version.
我想在在 deutch 和意大利版本上也有此问题。
The best was to use the caption from BDS menu ?
最好的办法是使用 BDS 菜单的 Caption ?
Suggestion: Editor Enhancements (Copy Full Path)
建议:编辑器增加"复制全路径"功能
Hi,大家好
Can you add to Editor Enhancements Wizard Settings additional Menu Enhancement?
I'ld like to see new command Copy Full Path.
It will help to quick copy full file path and use this information in other tools.