Bernardo Magri cd92b269df Organize repository structure for better maintainability 1 month ago
..
README.md cd92b269df Organize repository structure for better maintainability 1 month ago

README.md

Examples

This directory contains example files and test scripts for Lumacs.

Contents

Test Files

  • test_*.txt - Sample text files for testing various features
  • test_*.lua - Lua scripts for testing specific functionality
  • test_*.cpp - C++ code samples for syntax highlighting tests
  • test_*.sh - Shell scripts for automated testing

Theme Testing

  • test_dracula_simple.cpp - C++ file for testing Dracula theme
  • test_theme_improvements.txt - Guide for testing theme system
  • test_theme_switch.sh - Script to test theme switching

Feature Testing

  • test_keybinding.txt - Keybinding test scenarios
  • test_keybinding_demo.lua - Lua keybinding examples
  • test_phase4.txt - Phase 4 feature testing

Usage

These files are provided as examples and for testing purposes. You can:

  • Open them in Lumacs to test features
  • Use them as templates for your own content
  • Run the shell scripts to automate testing