Tools/Utilities Утилиты для delphi / utilities for delphi

Neo][

Турист
Peganza Pascal Analyzer v4.6.4

Программа для анализа исходного кода, написанного на Delphi или Borland Pascal.
Создает различные отчеты по работе будущей программы и ее коду. Есть возможность взаимодействия с Delphi IDE. При двойном клике на строку в отчете Pascal Analyzer управление передается Delphi, при котором загружается исходный код модуля и курсор позиционируется в соответствующую строку редактирования. Отчеты могут выдаваться в различных форматах.
Pascal Analyzer parses Delphi or Borland Pascal source code and produces reports that help you understand your source code better. You will also be able to identify potential errors and anomalies. Your code will be more readable and maintainable. Pascal Analyzer can also check how coding standard guidelines are followed. To summarize, Pascal Analyzer can:
- give faster time to market for new products
- improve application quality and reliability
- reduce overall cost of development, support, and maintenance

• Borland Pascal 7 (or earlier)
• Delphi 1
• Delphi 2
• Delphi 3
• Delphi 4
• Delphi 5
• Delphi 6
• Delphi 7
• Delphi 8 for .NET
• Delphi 2005 for Win32
• Delphi 2005 for .NET
• Delphi 2006 for Win32
• Delphi 2006 for .NET
• Delphi 2007 for Win32
• Delphi 2007 for .NET
• Delphi 2009 for Win32
• Delphi 2010 for Win32

Home page: _http://www.peganza.com

Download:
[HIDE=0]http://www.onlinedisk.ru/file/540763/
Pass: dumpz.ru[/HIDE]
 
Last edited by a moderator:

dkvs

Турист
А можно ModelMaker Code Explorer v8.0.0.1877 перевыложить?

http://www.onlinedisk.ru/file/482436/



Neo][;552945 said:
Peganza Pascal Analyzer v4.6.4

Программа для анализа исходного кода, написанного на Delphi или Borland Pascal.
Создает различные отчеты по работе будущей программы и ее коду. Есть возможность взаимодействия с Delphi IDE. При двойном клике на строку в отчете Pascal Analyzer управление передается Delphi, при котором загружается исходный код модуля и курсор позиционируется в соответствующую строку редактирования. Отчеты могут выдаваться в различных форматах.
Pascal Analyzer parses Delphi or Borland Pascal source code and produces reports that help you understand your source code better. You will also be able to identify potential errors and anomalies. Your code will be more readable and maintainable. Pascal Analyzer can also check how coding standard guidelines are followed. To summarize, Pascal Analyzer can:
- give faster time to market for new products
- improve application quality and reliability
- reduce overall cost of development, support, and maintenance

• Borland Pascal 7 (or earlier)
• Delphi 1
• Delphi 2
• Delphi 3
• Delphi 4
• Delphi 5
• Delphi 6
• Delphi 7
• Delphi 8 for .NET
• Delphi 2005 for Win32
• Delphi 2005 for .NET
• Delphi 2006 for Win32
• Delphi 2006 for .NET
• Delphi 2007 for Win32
• Delphi 2007 for .NET
• Delphi 2009 for Win32
• Delphi 2010 for Win32

Home page: _http://www.peganza.com

Download:
*** скрытый блок ***

This file is neither allocated to a Premium Account, or a Collector's Account, and can therefore only be downloaded 10 times.

This limit is reached.

To download this file, the uploader either needs to transfer this file into his/her Collector's Account, or upload the file again. The file can later be moved to a Collector's Account. The uploader just needs to click the delete link of the file to get further information.


переложи на http://onlinedisk.ru/ пожалуйста
 

ASGDeveloper

Турист
Advanced Installer 7.7
Это мощное и простое в использовании средство для создания программа установок в формате EXE/MSI за считанные минуты.
This powerful and easy-to-use tool to create program plants in format EXE/MSI a few minutes.

Русский триал (Trial (russian)):
http://depositfiles.com/ru/files/qz5n06q74
Английский триал (Trial (english)):
http://www.advancedinstaller.com/downloads/advinst.msi
Патч (Patch):
http://www.mediafire.com/?qffdymzmttm

Спасибо loginvovchyk
Thanks loginvovchyk
 

Faru

Турист
Eurekalog 6.0.24 Enterprise Full Source
Update (from previous post)


V6.0.24 includes:
1)...Added: ModuleInfoByAddr and ModuleInfoByHandle routines to improve EurekaLog usage with packages;
2)...Fixed: unable to save empty multi-line properties;
3)...Fixed: Mantis 1.2.1 login issue;
4)...Fixed: EurekaLog wasn't working with IntraWeb and C++ Builder 2010;
5)...Fixed: rare AV in BDS 2010;
6)...Fixed: changes date-time format while EurekaLog application running could break it;
7)...Fixed: splash screen is not large DPI aware;
8)...Fixed: fixed issue with missing wsock32.dll wrapper;
9)...Fixed: wrong encoding for saving some files in BDS 2009 and above;
10)...Fixed: Mantis encoding issues;

http://rapidshare.com/files/409451049/el6024.7z
http://www.onlinedisk.ru/file/484902/
http://www.megaupload.com/?d=HWCEB7K0
http://www.badongo.com/file/23747239
password: ILikeIBuy



Thanks to giv²get
 

Faru

Турист
ModelMaker Code Explorer: Delphi Refactoring made easy! As a Class Browser it shows classes (inheritance) and members (fields, methods, properties) in two filtered views, similar to the windows explorer. On the left the Explorer docked in the IDE editor. The Classes view (top) displays classes and inheritance relations for the current module. The Members view (bottom) show the filtered members for the selected class.Integrated with CodeGear Delphi 5 6 7 and Delphi 2005 2006 2007 2009 and 2010.

Navigation features like Member search bar Member Favorites Navigation history help finding your way around in code.

Code Explorer is fully Form Designer aware and, for example, has a special filter to suppress component fields and event handler methods.

As a Refactoring Editor, it makes changing code easy and fast: Classes and members can be created and modified through drag and drop or by selecting options in dedicated dialogs. You to Refactor, edit, correct and delete existing classes and members just as easy as you created them.

Cut,Copy and Paste let you pick up a class, properties and methods and duplicate them or move them to another class or module. Where necessary names and modifiers are automatically adjusted.

Drag and Drop Members on a class to copy / move / convert them. For example: Drag interface members on a class to implement the interface (C#, pascal), Drag a module or local procedure on a class to convert it to a method (pascal)

Use Editor Refactoring's to refactor an entity at cursor position or operate on selected code. For example press Ctrl+Shift+X to invoke Extract Method for the selected code. Configurable keyboard shortcuts make these refactoring-s available with just one keystroke. Common tasks like Add a Field, Modify a Property and Rename Local are all invoked with just one keystroke. Check a demo movie Beyond Templates demo movie with some editor enhancements.

Advanced Code Sort and Rearrange features include:

* Rearrange members in Members view using Drag and Drop in Interface and Implementation (pascal) rearrange modes.
* Rearrange class members using predefined sorting schemes.
* Sort class members according the customizable default scheme.
* Sorting maintains Source Regions and optionally sorts inside regions
* Sorting hints are emitted for classes not matching the default sorting scheme.

Code:

Homepage - http://www.modelmakertools.com/code-explorer/

Download

http://hotfile.com/dl/59974625/6ff1fe9/ModelMaker.Code.Explorer.v8.0.0.1877.rar.html
http://www.fileserve.com/file/Y4RmdpF/ModelMaker.Code.Explorer.v8.0.0.1877.rar


Thanks to Red Devil
 

eddoc

Турист
Castalia 2010.3 для D5, D6, D7, D2005, D2006, D2007, D2009, D2010, DXE

Триальники качаем с оффсайта

Таблетка от ENZo по-прежнему в силе (копируете ее в корневой каталог касталии и при запуске ищете bpl-ку соответствующей версии, патчите и можно наслаждаться) :)
[hide="1"]http://rapidshare.com/files/417493847/pill_from_enzo.rar.html
http://webfile.ru/4715067
http://www.multiupload.com/M6D8FBV1H0[/hide]
ps. Работоспособность проверил на D2007, D2010, DXE. Если нетрудно, отпишитесь по поводу других версий.

*** Предупреждение: KIS2010 и Dr.Web детектируют таблетку как угрозу! ***

*** Таблетка "в чистом виде" хакает bpl-файл, потому, просто удивительно, что на нее ругаются только упомянутые антивири ;)

А вообще, таблетку я пользую уже года два, и она исправно служит от версии к версии, не доставляя никаких проблем.
 
Last edited by a moderator:

Tasmany

Турист
EurekaLog is the new Delphi and C++Builder add-in tool that gives your application (GUI, Console, Web, etc.) the power to catch all exceptions, memory leaks and detect infinite-loops and deadlocks. It generates a detailed log of the call stack at the point that raised the exception, showing unit, class, method and line number, (see this example), and displays it on screen and optionally sends it back to you via email or to a Web Server (using the HTTP-S/FTP protocols or sending directly to your preferred "Web Bug Traking" tool), thus helping speed up the process of bug-location and resolution by a factor of 10!

EurekaLog - Delphi, C++Builder, C# and VB.NET Exception trapper


EurekaLog 6.0.24
---------------------------
1)...Added: ModuleInfoByAddr and ModuleInfoByHandle routines to improve EurekaLog usage with packages;
2)...Fixed: unable to save empty multi-line properties;
3)...Fixed: Mantis 1.2.1 login issue;
4)...Fixed: EurekaLog wasn't working with IntraWeb and C++ Builder 2010;
5)...Fixed: rare AV in BDS 2010;
6)...Fixed: changes date-time format while EurekaLog application running could break it;
7)...Fixed: splash screen is not large DPI aware;
8)...Fixed: fixed issue with missing wsock32.dll wrapper;
9)...Fixed: wrong encoding for saving some files in BDS 2009 and above;
10)...Fixed: Mantis encoding issues;

Multiupload.com - upload your files to multiple file hosting sites!

Pass: LikeBuy
 

diablo2

Турист
Eurekalog 6.0.24 Enterprise Full Source

1.Added: ModuleInfoByAddr and ModuleInfoByHandle routines to improve EurekaLog usage with packages;
2.Fixed: unable to save empty multi-line properties;
3.Fixed: Mantis 1.2.1 login issue;
4.Fixed: EurekaLog wasn’t working with IntraWeb and C++ Builder 2010;
5.Fixed: rare AV in BDS 2010;
6.Fixed: changes date-time format while EurekaLog application running could break it;
7.Fixed: splash screen is not large DPI aware;
8.Fixed: fixed issue with missing wsock32.dll wrapper;
9.Fixed: wrong encoding for saving some files in BDS 2009 and above;
10.Fixed: Mantis encoding issues;

Download Link:
hotfile: http://hotfile.com/dl/57953935/d60c6d7/el6024.rar.html
depositfiles: http://depositfiles.com/files/477b425ec
 
Top