This release includes following main changes:
- improved compatibility ALOT with Kick1.2/1.3 and MC68000-processor of generated code
- updated several libs to work with different Kickstart-versions and processors (does autoswitch code branches internally)
- improved compatibility with Workbench 2.1 (or 2.04 with locale.library) of IDE
Minor improvements are:
- added new feature: line numbers (by request of Fabrizio Radica)
- changed design of welcome-requester to fit on screens with lower resolutions
- updated some autodocs
- added last available sourcecode for NeilCIATrackerlib
- added ptplayerlib (libnum #48, thanks to Phx/MickGyver)
- updated some icon positions and moved some files around
[Updated release that fixes the corrupted PED issue.]
Assets
2
this time IDE changes only:
added new tooltype "CURSORSTYLE" with styles "block", "line" and "underline"
added new tooltype / configuration setting "ASKBEFOREQUIT": before closing the ide, the ide asks before closing
added new doubleclick-feature: whenn doubleclick on a source word, all occurencies will be shown in label list window
added new search feature : when opening search-window, the current word is added to the search string gadget automatically
added new keyshortcut behaviour: ALT+UpArrow/DownArrow: move current line up/down
added new keyshortcut behaviou: CTRL+LeftArrow/RightArrow moved cursor to start/end of word
added package "NIB.include" from AmiNet for displaying icons
changed settings: set minimum screen resolution to 640x480 for screenrequester in ide-settings
changed eventhandling code of source window (partly converted from asm to ab3)
changed boundlines from 6 to 2 (cursor distance to top/bottom the source window starts to scroll up/down from)
fixed scolling issue when marking blocks with mouse while scrolling (was way to fast)
fixed calculation of viewable columns to use full window width of source window
fixed non-tokenization issue #7 at source files with uppercase fileextensions (*.AB3)
fixed display problem with more than 1GB available chip/fast memory (thanks to mdbergmann)
package fix: REDDebugger-file has now executable bit set (thanks to mdbergmann)
minor localization fixes
Assets
2
This release is mainly for lower end users as it
- improves speed of tokenindex building on startup ALOT
- fixes a possible crash on startup when a unknown screenid was set in Tooltypes due to lacking cybergraphics.library (checking added)
- fixes a possible crash in IDE-settings window, when IDE tries to get best matching screen id for given screen dimensions due to lacking cybergraphics.library (checking added)
- updated italian catalog again with thanks to samo79
- added autodoc file for locale.library
Assets
2
Changes:
- fix: fpu-detection in optimize-command was wrong
- fix: screensize of settings-/compilersettings-window has again been adapted to highres-modes (640x256 should work now)
- added italian translation (thanks to samo79)
- updated keyboard shortcuts (++ cursor for block marking via keyboard)
Assets
2
Changes these days:
- fix: detection of 68060-processors was wrong (fpulib, environlib, compiler itself)
- fix: display of free Fastmem was wrong, if there was more than 100MB available
- fix: screensize of settings-/compilersettings-window has been adapted to lower resolutions (640x480 should work now)
Assets
2
First Release after about four years!
after taking over the more than four years old V3.6.1-codebase from Sourceforge
I did a lot of code refacorings to reunderstand the codebase, and implemented several tweaks around.
Main focus laid on improving FPU-handling:
- IDE/Compiler should work on systems without present FPU
- added compiler checking to forbid FPU-optimizations on FPU-less systems (fpulib)
- added executable checking to prevent running FPU-optimized code on FPU-less system
- fixed Val()-function to use FPU-optimization only if optimization is turned on (vallib)
- added ProcessorFPU-command to get present FPU-information (environlib)
Other changes:
- added tooltype "LOAD_ONLY_ACIDLIBS" to reduce RAM-requirements
- added tooltype "DISABLE_INCLUDEHELP" to prevent IDE from loading helptexts for include-Functions to reduce RAM-requirements
- improved several window sizes of IDE
- added display of free chip/fast-RAM in status area of Sourcewindow
- added available RAM-checking on startup of IDE and avoid loading include-help (saved about 3meg RAM)
- removed reqTools-required-Message, as it is not actually required anymore
- changed !cout-Macro to open CON:-window below screenstitlebar
- improved german-translations
- moved AIDE to a separate repository
Assets
2
Internal use only