|
|
|
|
eyebol has a number of unique features:
Hints and Warnings
Over 50 hints and warnings that will help you fix bugs and improve the performance of your project
Suggestions
Its one thing being told by an analyzer what changes you should make but eyebol can apply many suggestions automatically
Spell Checking
eyebol not only scans your forms (captions, titles) but also your code such as dialogs (e.g. MessageBox, Showmessage)
Naming Suggestions
If your project has lots of default named components (e.g. Button1) eyebol can make your project much more readable by renaming these. Button1 becomes btnOk, Label1 becomes lblHeading, etc.
Comment Builder Wizard
A quick and easy to use wizard can remove any current comment blocks in your units before adding new custom ones chosen or entered by yourself
Search Engine
Powerful search options including variable expression searching (<integer>:=0;
finds i:=0;)
Project Rewrite
Projects can be rewritten in one swoop to include suggestions from hints and warnings and better naming
|
|