FMX Style Explorer v2.0 - A Tool to explore FireMonkey Styles
=======================================
Code:
> Overview:
FMX Style Explorer (v2.0) is a useful, lightweight utility designed to help
Delphi developers navigate FireMonkey styles. It provides a visual breakdown
of your .style and .fsf files.
> Specifications:
- Version : v2.0.0.0
- Author : BLACKFIRE
- Language : Delphi (FMX)
- Compatibility : Delphi XE2 or later (.style / .fsf files)
> Features:
- Visual Hierarchy: View the object tree of any FMX style file.
- Previews: See how a style looks. Selecting a style entry generates a
preview of the control.
- Search: Locate specific styles or classes with case-insensitive search
and F3 cycling.
- Compression: Convert text-based styles into binary format. This can
reduce file sizes by 2-3x, making your application distribution smaller.
- Export List: Generate a list of styles contained within a file for
documentation or reference.
- Simple UI: Includes keyboard shortcuts and a straightforward interface
built with FireMonkey.
Code:
> Keyboard Shortcuts:
- Ctrl + O : Open style file
- Ctrl + F : Search styles
- F3 : Find next match
- Ctrl + C : Copy selected style name
- Esc : Clear search/selection
> Compression Benefits:
- Binary format = Small file size
- Useful for app distribution
- Typically 2-3x smaller than text format
- Improved loading times in apps
> What's New in v2.0:
- Visual hierarchy categorization.
- Preview engine for FMX controls.
- New "Export" feature for style documentation.
- Integrated binary compression utility.
- UI with "AuraUI" components.
.