View Single Post
  #170  
Old 08-04-2026, 13:25
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow FMX Style Explorer v2.0

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.

.
Attached Images
File Type: png 1.png (163.3 KB, 110 views)
File Type: png 2.png (147.3 KB, 110 views)
Attached Files
File Type: 7z FMX Style Explorer v2.0.7z (1.88 MB, 10 views)
Reply With Quote
The Following 5 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (08-04-2026), Cesar82 (08-04-2026), Ele (14-04-2026), Razor12911 (09-04-2026), ScOOt3r (09-04-2026)