Applications
|
|
Applications are standalone ready-to-use programs. Can be run "as is", without need for any integration/compilation.
|
Bug Reports Cleaner
A simple utility which deletes *.el files that are older than N days. It is basically a datamodule. The main form is just a demo wrapper for the datamodule - which contains all the "smarts".
The datamodule does not analyze what is inside bug reports files. It uses the TSearchRec.TimeStamp (which is the last modification date) to judge how old a bug report file is. So if your bug report file contains more than one bug report - it will be processed as a single entity, which means all bug reports in a single file will be deleted together. The datamodule will not delete one very old bug report from a bug report file, if that file contains a newer bug report.
Usage:
- It could be launched manually as a standalone application
- The datamodule could be manually added to a commercial project by a developer to keep his customer workstations clean
The developer could choose to manually activate the cleaner by adding it to their DPR uses-list and specifying the max age of log files plus the interval in days between checks. Add a registry key to keep track of the last cleaning session.
The developer already chooses the folder in which bug reports files should be placed, so that root path can be passed to my datamodule. If not specified, it uses the default EurekaLog bug reports file path for all applications.
Log cleanup takes a couple seconds, even if there are lots of logs.
Download
(right click on the link and select "Save as" if you have issues)
Author: Kevin G. McCoy, USA.
Contacts: not provided.
|
|
Plugins
|
|
Plugins are "plug and forget" kind of code snippets. They are ready-to-use solutions, which do not require you to change the actual code. Customizations may be allowed via options.
|
Advanced Hardware List
This plugin will add Hardware.txt file into all .elp bug report files.
Hardware.txt will contain list of all installed hardwares.
This list is similar to Device Manager.
List will be in English (when possible).
List takes a while to build, but it is cached between OS restarts. Tested with EurekaLog 7.0.07.
Instructions to use:
- Download and save .pas file;
- Add to your project;
- That's all! Each ELP file will contain new Hardware.txt file.
Download
(right click on the link and select "Save as" if you have issues)
Author: Ilya Isaev, Russia.
Contacts: not provided.
|
Detailed Time Zone Information
This plugin will add details about remote PC's time zone to "custom" section of bug reports.
Instructions to use:
- Download and save .pas file;
- Add to your project;
- That's all! Each ELP file will contain new information.
Download
(right click on the link and select "Save as" if you have issues)
Author: Ilya Isaev, Russia.
Contacts: not provided.
|
|
Code Samples
|
These are examples of code snippets, which can be inserted and used in your EurekaLog-applications.
Code samples show a general idea and are not a fully established solution.
You has to edit/adapt code for your specific case.
For example, change hard-coded auth data (login/password) for bug tracker, alter actual customization code, etc.
|
|
Translations
|
German
Instructions to use:
- Download and save .etf file;
- Copy it to the
%APPDATA%\Neos Eureka S.r.l\EurekaLog\Texts\ folder;
OR
Open EurekaLog options, go to "Localization" page, click on the "Open folder" button and drag the downloaded file to that folder.
- Open EurekaLog options for your project and select "German" from the drop-down list on the "Localization" page.
Download
(right click on the link and select "Save as" if you have issues)
Author: Carsten Eider, Germany.
Contacts: not provided.
|
Have created something interesting and want to share? Translation? Code (function, event handler, something else)? Tool? Graphics (icons)? Something else (which may be interesting for many EurekaLog's users)?
!
(chose "Feedback" category for any submission; you can also get help on adjusting your code to be not specific for your own project)