E.Z
新警察
UID 42286
Digest Posts
0
Credits 10
Posts 4
点点分 10
Reading Access 10
Registered 2009-4-30 Location Israel
Status Offline
|
|
Bugs and Suggestions - Update 17/5/2009
Hi,
I've just installed the latest version of CnWizards (on Delphi7), and I'm very impressed with all the useful features. So first of all I'd like to thank the developers for a great work, and for making it free.
During the first few hours of using CnWizards I discovered some problems, which I hope canbe fixed or improved:
- Major issue - Some GExperts keys not working
After installing CnWizards, some (not all) of GExperts shortcut keys do not work.
For example these do not work: Ctrl+Alt+Up/Down/Left/Right, Shift+Alt+C, Shift+Alt+I.
For example these work as before: Ctrl+Alt+Z, Shift+Alt+R.
(Maybe CnWizards can implement those functions from GExperts...) - Minor issue - Line numbers
The (auto-) width of the gutter is not calculated correctly for bitmap bold font. For example I use a bitmap font called ProggyOptiS, and I set the current line number to show in bold. The regular line numbers display correctly, but for the current line the first digit is not shown. See image below. - Minor issue - Eval Swap
I write most expressions like this: a:=b; (no spaces). The Eval Swap features adds spaces, so the result is: b := a; (with spaces). Not a big problem, but I suggest to keep the spacing and only reverese the expression. - Major issue - Tab Order and forms in RTL-language
First of all RTL means Right To Left, for example languages like Hebrew and Arabic that are written from right to left. For such languages all the visual layout of forms is also from right to left.
However the Tab Order feature of CnWizards works only from left to right or top to bottom. There is a "reverse mode" checkbox, but it's not a solution because it reverses both horizontal and vertical order. I suggest one of the following:- Simple solution - Seperate selection of "reverse mode" for horizontal and vertical.
- Optimal solution - Use the BiDiMode property of the container control (TForm, TPanel, etc.) to determine the correct order of controls.
Probably I will have more comments as I use CnWizards more.
Thanks again!
EZ.
[ Last edited by E.Z at 2009-5-18 01:26 ]
|
|
|