 |
|
 |
 |
 |
| Developer Tools > Project > Project Tools |
|
Companies News:
| FastReport FMX released |  |
Report generator FastReport FMX is the first multiplatform solution for including Business Intelligence into software based on Embarcadero FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X).
Compatible with Embarcadero RAD Studio XE2 (FireMonkey) and XE3 (FireMonkey 2).
Visual report designer is available now on both MS Windows and on MAC OS X!
Full sources.
Get more info here
|
| | Want to know more ? | |
|
Atlantis Universe v.1.1.1.4 | C |
2441 k |
03 Sep 2002 |
| By Atlantis Db Software. The advantage of Atlantis Universe is quick and easy way from pure idea to working application. First you should describe the objects going to be used in your application.
Each object consists of a set of groups combining different object fields and links to other objects. An object has at least one group and one field or one link to other object. In the generated application each object will be represented by the corresponding database table; each field by the corresponding field in the table; each link by one or two fileds in the table and possibly by some intremediate table depending on type of link.
By default Atlantis Universe Object Editor generates 2 application forms for each class:
- The form for view and modify the properties for the single object instance (ObjectNameDetail).
- The form showing the list of all object instances in the database and allowing managing the list: add, modify, delete the instances; perform search an instance in the list specifying the custom conditions (ObjectNameList).
Not available Source: N/A Price: $495
| | Download: CB5 |
  |
|
|
Clone Delphi Wizard eXtreme Trial | FW |
1043 k |
09 Jan 2012 |
| By Marco Gasi. The last version of the unique tool which allows you to save and restore all your Delphi settings. This improved version implemets multi-threading backup and restore processes, reducing execution time of a basic backup/restore to seconds.
The trial edition allows you only to backup your Delphi settings: in order to restore them, you'll have to buy full version.
2012-05-25: fixed a bug finding infos about third party components. Partially restricted Source: None
| | Download: D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 |
  |
|
|
Delphi Open Source Tools v.0.5.4 | FW |
2118 k |
12 May 2006 |
By Petr Vones. Collection of OpenSource Delphi tools. It is based on Jedi Code Library:
- Dependency Viewer: Displays PE file dependencies, missing functions and libraries.
- PE Viewer: Displays various information about PE file including Borland package information. It is also intended as an example for JclPeImage unit.
- ToolHelp Viewer: Displays list of currently running processes on the system and many related information.
- Resource fix utility for Windows 95: Fixes 'Large resources corruption bug'.
- ScreenJPG: Simple tool for converting bitmap to JPEG.
See the homepage for screenshots and additional binaries/installation download. Fully functional Source: On request
| | Download: D5 |
 |
|
|
Delphi Package Installer v.0.21 | FW |
591 k |
12 Nov 2007 |
By Ibrahim Dursun. Delphi Package Installer (DelphiPI) is a tool which aids you installing components to your Delphi IDE. DelphiPI automatically resolves dependencies between packages, compiles, installs and adds source paths to your IDE. Fully functional Source: None
| | Download: D2005 D2006 D2007 D7 |
 |
|
|
DprList v.1.0 | FW |
28 k |
12 Feb 2001 |
By Barry Brannan. DprList is a console application designed to parse a Delphi project file (.DPR) and list the files in its Uses clause. Fully functional Source: None
| | Download: D2 D3 D4 D5 |
 |
|
|
Multiprofile v.3.0 | SW |
1074 k |
16 Aug 2008 |
By Devrace. MultiProfile is a simple and very useful development tool. Many programmers usually need different IDE settings for various projects. In Delphi or C++ Builder they may need separate settings for Library Path or those of the debugger especially in case when they use different versions of the same components in various projects. MultiProfile quickly and easily solves this problem enabling to launch development tools with defined IDE settings for each project or group of projects. Evaluation (time-limit) Source: None Price: $75
| | Download: CB2k6 CB2k7 CB3 CB4 CB5 CB6 D2 D2005 D2006 D2007 D3 D4 D5 D6 D7 |
  |
|
|
Project Over Viewer v.0.1 Beta | FW |
379 k |
27 Sep 1999 |
By DarkAges Software. The purpose of this tool it to list the units that are used in a project and any units that included units use. The tool was written after trying to find with unit was linking in a lot of unrequired code (this was due to poor object design). So this tool will give you a full list of which units are used in a project in a tree view. There is the option of displaying "system" (aka VCL units) or leaving them out of the scan. Fully functional Source: None
| | Download: D2 D3 D4 D5 |
|
|
|
Project Print for Delphi v.1.3.0 | FW |
742 k |
18 Oct 2001 |
By Grey Parrot Software. View and print project code without using the Delphi IDE. Treeview listing of units, forms (text) and methods. Print complete projects or select individual units, forms or methods. Rearrange the print order. Add print header, date/time, page numbers and line numbers. Print the Treeview. Color syntax printing. View DFM files as text. Fully functional Source: N/A
| | Download: D2 D3 D4 D5 D6 |
 |
|
|
SynProject v.1.12 | FWS |
1398 k |
14 Feb 2011 |
By Synopse. Synopse SynProject is an open source application for code source versions management and automated documentation of Delphi projects. Open Source GPL licensed project.
- 1. Source code versions management
- handle multiple projects or libraries with the same program;
- allow tracking source code versions with detailed commits;
- can access to a PVCS tracker (more trackers are coming) and link the commits to the tickets;
- allow automated source code backup (without any commit to document: it’s like a daily snapshot of your files);
- backups can be local (on your hard drive) or remote (on a distant drive);
- you can make a visual "diff" and compare source code versions side by side in the graphical user interface;
- you can see pictures (PNG, JPEG, bitmap, icon) within the main user interface;
- diff storage between version is very optimized, and use little disk space;
- storage is based on .zip files and plain text files, so it’s easy to work with.
- 2. Automated Documentation
- follow a typical Design Inputs -> Risk Assessment -> Software Architecture -> Detailed Design -> Tests protocols -> Traceability matrix -> Release Notes workflow;
- initial (marketing-level) Design Input can be refined into more precise Software Requirement Specifications;
- Design Inputs can evolve during the project life: all documentation stay synchronized and you will have to maintain the DI and their description only at one place;
- therefore, the process is meant to be compliant with the most precise documentation protocols (like IEC 62304);
- only one text file, formated like a Wiki, contains the whole documentation;
- it's very easy to add pictures, or formated source code (Pascal, C, C++, C#, plain text) into the documentation;
- word files are created from this content, with full table of contents, picture or source code reference tables, unified page layout, customizable templates;
- it's easy to add tables to your document, or link to other part or external resources;
- you can even put pure RTF content into your documentation;
- pictures are centralized and captioned, people involved in the documentation are maintained once for the whole documentation;
- document version numbering and cross-referencing is handled easily;
- for Pascal projects, the source code is parsed and all interface architecture is generated from the source;
- it's easy to browse classes, variables and functions from the documentation, and add reference to them to your document;
- the source code description can also be located in an external .sae file, therefore your original source code tree won't necessary be changed by the adding of comments;
- all references are cross-linked: Software Architecture Document is created from the source code, and also is able to highlight the classes or methods - involved in implementing every Design Input, from the Software Design Document;
- integrated GraphViz component, in order to create easily diagrams from plain text embedded into your documentation;
integrated fully featured text editor, with word wrapping, Wiki-syntax buttons and keyboard shortcuts, and spell checking;
- a step by step Wizard is available to create a new project, from supplied template files;
- another Wizard is already available, to browse your documentation workflow, and check its consistency or set up its parameters;
- the documentation is integrated to the Version tracking system above.
Fully functional Source: Included
| | Download: D2005 D2006 D2007 D2009 D2010 D6 D7 DXE |
 |
|
|
The Really Useful Program for Setting Delphi Project Options v.1.0 Beta | SW |
1290 k |
20 Oct 2000 |
By Sci-Clone Ltd. Set project options for a group of Delphi projects in one step:
- Set up the options on screen, then apply them to your selected projects.
- Includes the option to only apply certain settings, while leaving other existing settings alone.
- Save and Load profiles for easy switching between eg. Release and Development.
- Build all projects with the required options withing the program.
With Nag-Screen Source: None Price: $10
| | Download: D5 |
  |
|
|
Usage Parser v.1.3 | FW |
249 k |
10 May 2001 |
By MediSoft Int. Reads .dpr or .dpk project and all used units. Builds tree of "Uses" and "Used by" unit dependencies. Respects search path from .dof, from Delphi registry key (Library Path and Browse Path [if applicable]), respects conditional ifdefs (read from DOF), actual unit sizes are retrieved from MAP file. Fully functional Source: On request
| | Download: D2 D3 D4 D5 |
|
|
|
XE Distiller v.1.0.0.17 | FW |
904 k |
19 Dec 2011 |
By Pedro Vugluskra. RAD Studio XE packages/experts manager, tweaker. Fully functional Source: None
| | Download: CBXE DXE |
 |
|
|
XE2 Distiller v.1.0.0.9 | FW |
860 k |
30 Sep 2012 |
By Pedro Vugluskra. RAD Studio XE2 packages/experts manager, tweaker. Fully functional Source: None
| | Download: CBXE2 DXE2 |
 |
|
|
XE3 Distiller v.1.0.0.1 | FW |
860 k |
30 Sep 2012 |
By Pedro Vugluskra. RAD Studio XE3 packages/experts manager, tweaker. Fully functional Source: None
| | Download: CXE3 DXE3 |
 |
|
|
eMVC v.1.0 | FWS |
861 k |
08 Sep 2006 |
By Larry Eazisoft. Easy MVC or eMVC is a lightweight MVC frame work, design for Delphi developers. eMVC based on two design patterns, Chain of Responsibility and Observer.An application with eMVC would be flexible and easy to be extended. Source code reuse also maximized. Fully functional Source: Included Exe-Demo Included
| | Download: D2005 D2006 D4 D6 D7 |
 |
|
Advertising on Torry's Delphi Pages
|
 |
 |
 |
|
 |