Download Latest Version cpeditor-7.0.2-windows-x86-portable-with-gcc-15.2.0.zip (291.2 MB)
Email in envelope

Get an email when there's a new version of CP Editor

Home / 7.0.2
Name Modified Size InfoDownloads / Week
Parent folder
cpeditor-7.0.2-sha256-checksums.txt 2026-04-05 1.3 kB
cpeditor-7.0.2-windows-x64-setup-with-gcc-15.2.0.exe 2026-04-05 210.5 MB
cpeditor-7.0.2-windows-x86-portable-with-gcc-15.2.0.zip 2026-04-05 291.2 MB
cpeditor-7.0.2-windows-x86-portable.zip 2026-04-05 19.9 MB
cpeditor-7.0.2-windows-x64-portable-with-gcc-15.2.0.zip 2026-04-05 295.7 MB
cpeditor-7.0.2-windows-x86-setup-with-gcc-15.2.0.exe 2026-04-05 195.3 MB
cpeditor-7.0.2-windows-x86-setup.exe 2026-04-05 28.5 MB
cpeditor-7.0.2-full-source.tar.gz 2026-04-05 8.6 MB
cpeditor-7.0.2-linux-amd64.deb 2026-04-05 25.1 MB
cpeditor-7.0.2-linux-x86_64.AppImage 2026-04-05 62.7 MB
cpeditor-7.0.2-windows-x64-setup.exe 2026-04-05 42.9 MB
cpeditor-7.0.2-windows-x64-portable.zip 2026-04-05 23.5 MB
cpeditor-7.0.2-macos-x64.dmg 2026-04-05 15.1 MB
CP Editor 7.0.2 source code.tar.gz 2026-04-05 1.2 MB
CP Editor 7.0.2 source code.zip 2026-04-05 1.3 MB
README.md 2026-04-05 2.1 kB
Totals: 16 Items   1.2 GB 3

7.0.2

Changed

  • The "Highlight Error Line" setting is moved from "Code Edit" to the "Extensions -> Language Server -> General" page, with an improved description "Highlight lines containing diagnostics". (#1324)

7.0.1

In this version, we have switched to KSyntaxHighlighting, the same framework used by the Kate editor. This upgrade results in significantly improved syntax highlighting, a wider selection of color themes, and additional features like code folding. However, due to extensive refactoring, some bugs may arise.

We have also performed some cleanup, introducing several breaking changes. Most users will not be impacted. Only advanced users who depend on command-line options, setting file locations, etc., might experience disruptions. Additionally, if you are using v6.7 or an older version, you should first upgrade to v6.11 and then to v7.0 to prevent data loss.

Breaking Changes

  • Legacy setting entries from v6.7 and earlier are no longer automatically migrated to the new ones. (#1308)
  • The command line option --no-hot-exit is renamed to --no-restore-session. (#1308)
  • The application name is changed from CP Editor to cpeditor. This affects the name of the config directory (the old config files are automatically migrated) and temporary directories, and also things like window class name in Xorg. The log files are also moved to a new location (from /tmp/cpeditorLogFiles to ~/.cache/cpeditor/log on Linux). (#1308)

Added

  • Use KSyntaxHighlighting for code highlighting. (#1101)
  • Add options to select error/warning messages colors for message logger. (#521 and [#1247])

Fixed

  • UNIX signal handler is now more robust. (#1166 and [#1304])
  • Now pressing Home goes to the first non-blank character. When lines are wrapped, now Home and End are based on text lines instead of visual lines. (#774 and [#1310])
Source: README.md, updated 2026-04-05