You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ideexpert): Add Windows Service support to project wizard
- Add Windows Service templates (program_service.dpr.tpro, service.pas.tpro, service.dfm.tpro)
- Use TDMVCFrameworkWindowsService class name instead of TMyWebModuleService
- Fix ActiveRecord middleware support in Windows Service (removed incorrect code)
- Add 7 Windows Service test cases to TestTemplateGenerator (27 tests total, all passing)
- Add WizardTestStandalone VCL app for testing wizard without IDE
- Clean up redundant build scripts (keep only build_and_run.bat and build_wizard_test.bat)
- Fix service.dfm.tpro property order to resolve IDE errors
- All 27 test combinations (console + Windows Service) compile successfully
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments