Skip to content

History / Home

Revisions

  • docs: update wiki for v0.6.4.75 — 690+ formats, new panels, version bumps Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

    @abbaye abbaye committed Apr 16, 2026
  • docs(wiki): update links after docs/ reorganization CHANGELOG and ROADMAP URLs updated to docs/ path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @abbaye abbaye committed Apr 1, 2026
  • docs(wiki): complete update to v0.6.4.2 — editors/panels/features sync - Home.md: full rewrite with current editors/panels/features tables - _Sidebar.md: v0.6.4.x highlights replacing v0.6.0 - Getting-Started.md: editor routing table + Workspace System section - Plugin-System.md: terminal commands section (PluginTerminalCommandBase) - Architecture.md: version bump + Workspaces + DocumentEditor components Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @abbaye abbaye committed Mar 31, 2026
  • docs(wiki): complete v0.6.0 wiki update - Home: updated editors table (Code ~90%, XAML Designer ~70%), new panels, v0.6.0 highlights (Shell rename, UndoEngine, Build System, VS .sln, etc.) - Architecture: Shell rename, 5 partial classes + 10 service adapters, new projects (BuildSystem, Events, LSP, SourceAnalysis, AssemblyExplorer), Code Editor + XAML Designer sections, Shared UndoEngine section - Docking-Engine: namespace updated WpfHexEditor.Shell (renamed from Docking.Wpf) - Plugin-System: ISolutionLoader, IBuildAdapter, IEditorToolbarContributor, IQuickInfoProvider, IGrammarProvider, IIDEEventBus; 9 first-party plugins - Editor-Registry: UndoCount/RedoCount DIMs, XAML Designer factory, 10 editors - ContentId-Routing: doc-nuget-solution-, panel-xd-*, panel-assembly-explorer; routing order note (solution before generic nuget) - Project-System: ISolutionLoader plugins, open-folder mode (.whfolder), VS .sln/.csproj support, build system integration, EditorConfigDto.Extra - _Sidebar: v0.6.0 highlights section added - FAQ: v0.6.0 version, Shell rename Q&A, XAML Designer Q&A, build Q&A, Code Editor Q&A (rect selection, CodeLens, Ctrl+Click) - Getting-Started: XAML Designer quick tour, new shortcuts table, LoadPriority in plugin manifest, Ctrl+Shift+Z redo Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @abbaye abbaye committed Mar 19, 2026
  • docs(home): fix editor/service counts + add detail page links in Quick Links - 4 Editors → 6 Editors in Mermaid - 16 services → 21 services in stats - Quick Links: add ↳ sub-entries for Docking Engine, Project System, Editor Registry, ContentId Routing, ByteProvider, Rendering Engine, Search Architecture - Fix remote URL: WpfHexEditorControl.wiki → WpfHexEditorIDE.wiki Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @abbaye abbaye committed Mar 7, 2026
  • docs(wiki): full rewrite — IDE application, Plugin System, Terminal, Plugin Monitoring All pages now describe the full WpfHexEditor IDE (v0.2.0 / 2026-03), not just the legacy HexEditor control. Previous pages were stuck at v2.2 with outdated service counts, .NET Framework 4.8, and no IDE content. Architecture.md [rewrite] - New "High-Level Overview" Mermaid flowchart (App → Docking, Plugin, Editors, Core) - Full solution structure tree - IDE Application Layer: partial classes, docking engine, project system, EditorRegistry, ContentId routing table - Plugin System: SDK contracts table, plugin lifecycle sequence diagram, hot-unload - Terminal: Core.Terminal + WpfHexEditor.Terminal architecture - HexEditor Control: ByteProvider Mermaid flowchart, 16 services table, rendering engine, search architecture Mermaid flowchart - Themes: 8 themes + brush key naming conventions - Design Patterns table (14 patterns) - Performance table Home.md [rewrite] - IDE overview Mermaid flowchart - IDE features table, editors + panels progress tables - HexEditor control key stats - Latest changes (2026-03) summary - Getting started quick commands FAQ.md [rewrite] - New IDE section: run IDE, .NET version, plugin location, write plugin, terminal, themes, plugin monitoring, open project - All V1/V2.2 references removed or updated - HexEditor control FAQ updated (Save → Save(), not SubmitChanges()) - Troubleshooting updated with current fixes - Version FAQ updated to 0.2.0 Getting-Started.md [rewrite] - Clone → VS2022 → Startup Project → F5 with Mermaid flowchart - IDE quick tour (file open, project open, layout diagram) - Key shortcuts table - Embed control section (project references, XAML, async open) - Write Your First Plugin walkthrough (5 steps) - Terminal quick start (10 example commands) _Sidebar.md [update] - New "IDE Documentation" section: Architecture, Plugin System, Terminal, Plugin Monitoring - Changelog link added Plugin-System.md [NEW] - Architecture Mermaid diagram - IWpfHexEditorPluginV2 + IPluginWithOptions contracts - Minimal example with IPluginWithOptions - IIDEHostContext service table (12 services) - Plugin lifecycle sequence diagram - Manifest format + MSBuild auto-generation - Packaging with whxpack CLI - First-party plugins table Terminal.md [NEW] - Architecture Mermaid diagram - Terminal modes table - All 31+ built-in commands by category - Keyboard shortcuts, HxScript example - ITerminalService plugin API with code examples - 6 export formats table Plugin-Monitoring.md [NEW] - Architecture Mermaid diagram - Panel layout diagram - PM_* theme brush keys table - Settings table (MonitoringEnabled/IntervalMs/MaxHistoryPoints) - Known limitations Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @abbaye abbaye committed Mar 7, 2026
  • docs: update repo URLs to WpfHexEditorIDE Replace all abbaye/WpfHexEditorControl GitHub URLs with abbaye/WpfHexEditorIDE across all wiki pages (Contributing, FAQ, Getting-Started, Home, Performance, Sidebar). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @abbaye abbaye committed Mar 2, 2026
  • Update wiki for v2.5.0 major milestone release - Updated version references from v2.2.1 to v2.5.0 - Added "V2 Transformation Complete" bullet point - Emphasized major milestone: MVVM + Services architecture complete - All critical bugs resolved (Issue #145 + Save Data Loss) - Performance optimizations with debug log removal Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @abbaye abbaye committed Feb 14, 2026
  • Update v2.2.1 status - Save Data Loss bug completely resolved ✅ All comprehensive validation tests passed - Insertions, deletions, modifications verified - Performance improvements from debug log removal Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @abbaye abbaye committed Feb 14, 2026
  • Update wiki for v2.2.1 critical bug fixes - Home.md: Added "Latest Updates" section with v2.2.1 bug fixes summary - Architecture.md: Added reference to ARCHITECTURE_V2.md for detailed internals Updates include: - Issue #145 RESOLVED status - Save data loss bug pending validation status - Link to main repository bug fixes section Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @abbaye abbaye committed Feb 14, 2026
  • docs: Update Wiki for v2.2 performance optimizations Updated Wiki documentation to reflect the advanced performance optimizations introduced in v2.2. ## Changes **Architecture.md:** - Expanded Performance Benefits table to include all 6 optimization tiers - Added performance metrics for each optimization - Documented LRU cache, parallel search, SIMD, PGO, and async features - Added combined performance results section **Home.md:** - Added new "Performance Features (v2.2+)" section - Updated "Search & Replace" feature to mention LRU cache + parallel search - Listed all 6 performance optimizations with key metrics ## Performance Highlights - 10-100x faster operations - 95% less memory allocation - 100% UI responsiveness - 2-4x faster for large files (> 100MB) - Multi-core CPU utilization Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @abbaye abbaye committed Feb 11, 2026
  • Update version references to 2.2.0

    @abbaye abbaye committed Feb 11, 2026
  • Create comprehensive wiki documentation New Wiki Pages: - Home.md: Complete wiki homepage with navigation and statistics - _Sidebar.md: Navigation sidebar for all wiki pages - Getting-Started.md: Installation and quick start guide - Architecture.md: Service-based architecture overview - FAQ.md: Comprehensive frequently asked questions - Contributing.md: Contribution guidelines and workflows Features: - Professional wiki structure with clear navigation - 10+ sections in Getting Started (installation, examples, tips) - Complete architecture diagrams and data flow - 40+ FAQ entries covering common issues - Detailed contribution guidelines with templates - Code examples throughout all pages The wiki now provides complete documentation for: - Installation and setup - Basic and advanced usage - Architecture understanding - Common troubleshooting - Development contribution Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

    @abbaye abbaye committed Feb 11, 2026
  • Updated Home (markdown)

    @abbaye abbaye committed Oct 30, 2019
  • Initial Home page

    @abbaye abbaye committed May 31, 2017