3.81
2026년 6월 28일64-bit modernization for Visual Studio 2026
The first new release since 3.72 (2008). The 1999–2005 source was modernized for current Windows without changing what the editor is — same look, same features, now a clean 64-bit build.
- 64-bit (x64) build — full port from the original Win32 code; pointer-truncation and
size_tissues fixed across the codebase, all four build configurations compile warning-free. - Visual Studio 2026 (v145 toolset) — migrated from the original VC6 project files (
.dsp/.dsw) to a modern.sln/.vcxproj. The legacy VC6 build is preserved on thecedt371-originalbranch. - New Inno Setup installer (
cedt-381-setup.exe) — replaces the old NSIS installer, bundles the Visual C++ x64 runtime, installs toProgram Files, and optionally adds an “Edit with Crimson Editor” entry to the Explorer right-click menu. - Both editions in one installer — Korean and English, selectable at install time.
- Reorganized source tree — the previously flat ~180-file tree is split into
src/{include, core, app, doc, view, frame, panels, dialogs, util, network}. - Unit tests — a new Google Test suite (60 tests across 12 suites) covering the core algorithm and data-container modules.
- Redesigned application icon.