After almost a year a new version of DDevExtensions is available. It not only adds support for RAD Studio XE4 but also some new features and improves already existing functionality.
A full description of all 2.7 features can be found in the DDevExtensions Features.pdf.
What’s new
- You can now invoke “Find Declaration” by pressing Ctrl+Alt+PgUp.
- Shift+Ctrl+Alt+Up/Down moves a line or the selected block up/down.
- The compile progress is also shown in the taskbar (Windows 7 or newer) and becomes yellow if there are warnings or red if there are errors.
- The reload file dialog is replaces by one that lists all files in one list instead of asking for every file. It also supports diff-ing between the editor content and the file on disk.
- Start Parameters toolbar (right click on the IDE toolbar and select “Start Parameter”, then right click on the appeared ComboBox to create a *.params sample file)
- Option to release the compiler’s unit cache for already compiled projects to prevent out of memory exceptions if you compile a larger project group.
Download
Name | IDE Version | File | Size | Downloads | Added |
---|---|---|---|---|---|
DDevExtensions 1.61 | 5-2007 | DDevExtensions161Setup.zip | 734.07 KB | 14290 times | 2009-01-10 |
DDevExtensions 2.7 Features | DDevExtensionsFeatures.pdf | 595.28 KB | 350 times | 2013-06-06 | |
DDevExtensions 2.4 | 7, 2007 | DDevExtensions24Setup7_2007.zip | 535.41 KB | 4831 times | 2011-07-25 |
DDevExtensions 2.7 | 2009-XE4 | DDevExtensions27.7z | 740.81 KB | 390 times | 2013-06-06 |
Changelog
- Added: Start Parameters ComboBox context menu to create and edit the *.params files.
- Added: Reload file dialog replacement with diff-tool binding (one dialog for all modified files)
- Added: Option to release compiler unit cache for all other projects when compiling a project
- Added: Compile progress is shown in the Taskbar (Win 7+) with error and warning state
- Added: Shift+Ctrl+Alt+Up/Down moves the current line or block up/down
- Added: Ctrl+Alt+PgUp invokes “Find Declaration”
- Added: XE4 support
- Improved: “Set VersionInfo” dialog
- Improved: More greedy filename pattern matching for “Use Unit” dialog replacement
- Fixed: Use Unit replacement dialog didn’t show units that were in paths with $(Platform)
- Fixed: Code Parser couldn’t handle non-ASCII identifiers
- Fixed: All DDevExtensions versions 2009+ were debug builds instead of a release builds (D2007: “Configuration=Release” vs. D2009+: “Config=Release”)
- Fixed: “Open file at cursor” replacement path list didn’t use XE2+’s current project’s platform library and browsing paths