Skip to content

History / FAQ

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 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(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 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