|
AmiBroker 5.75.0 BETA releasedStability: – Regular BETA, pretty stable, should work fine in most environments
This is a BETA version. Make a backup first
A new beta version (5.75.0) of AmiBroker has just been released.
32-bit version:
http://www.amibroker.com/members/bin/ab5750beta.exe
(2 293 544 bytes)
64-bit version:
http://www.amibroker.com/members/bin/AmiBroker5750x64.exe
(9 509 112 bytes)
If you forgot your user name / password to the members area you can use automatic reminder service at: http://www.amibroker.com/login.html
IMPORTANT: Unauthorized copying and/or distribution of materials found on members’ only page is STRICTLY PROHIBITED and will result in IMMEDIATE termination of license.
Remember to BACKUP YOUR FILES FIRST !
Note that this version can only be installed onto previous full installation of version 5.70 or higher from http://www.amibroker.com/download.html
CHANGES FOR VERSION 5.75.0 (as compared to 5.74.0)
- Brand new AFL Editor, integrated with MDI structure with many new features
- line numbering
- code folding
- automatic indent
- indentation markers
- brace highlighting
- improved auto-complete
- in-line error reporting / highlight
- New Analysis: few messages displayed in modal message box were moved to message bar
- UI: Active state is tracked separately for each document type (so there is ‘last active chart’ , ‘last active analysis”) to allow functioning of new editor
- ADK: InfoSite added to the PluginNotification structure (Notify API callback)
- AFL: Parser tracks position of some operators better so errors and warnings should show locations more precisely (for example Warning 501 points to = sign now)
- AFL: Parser produces more descriptive “Syntax error, indentifier ‘name’ is undefined ” or “… is not a function” when it encounters a function call for undefined identifier or indentifier that is a variable. Previously it returned ‘syntax error, unexpected ‘(‘
- UI: removed global user-definable accelerators for Chart/Pageup/down/home/end because they interferred with new AFL editor. Instead chart page/up/down/home/end implemented locally (work only when chart has focus)
|
|