CMake Editor

Add this URL to your Eclipse Installation to reach this solution's update site.

2025-09 (4.37), 2025-06 (4.36), 2025-03 (4.35), 2024-12 (4.34), 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17)

https://raw.githubusercontent.com/15knots/cmakeed/master/cmakeed-update/

Learn more...
Solution Description

The plug-in provides:

  • Syntax highlighting for CMake defined variables, User defined Variables, Properties and Reserved Words
  • Basic hover support to show brief description of command or variable being hovered over.
  • Support for code templates to insert often used cmake code.
  • Preference Panel to set custom syntax highlighting colors.
  • Preference Panel to define custom code templates.
  • Keystroke short cuts to comment/uncomment blocks of code.

Browse Project Site

Suggested plugins

cmake4eclipse, if your project uses cmake to build and the eclipse project is build with CDT's managed build system.

Additional Details

Eclipse Versions: 2025-09 (4.37), 2025-06 (4.36), 2025-03 (4.35), 2024-12 (4.34), 2024-09 (4.33), 2024-06 (4.32), 2024-03 (4.31), 2023-12 (4.30), 2023-09 (4.29), 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: 15knots

Development Status: Production/Stable

Date Created: Tuesday, July 19, 2016 - 15:29

License: EPL

Date Updated: Thursday, November 27, 2025 - 11:31

Submitted by: Martin Weber

Screenshot
Date Ranking Installs Clickthroughs
February 2026 89/579 110 19
January 2026 96/631 183 75
December 2025 109/621 159 57
November 2025 108/626 167 25
October 2025 106/637 202 25
September 2025 108/653 210 13
August 2025 89/615 218 13
July 2025 87/636 247 16
June 2025 99/627 212 24
May 2025 106/634 211 16
April 2025 110/623 193 20
March 2025 100/661 297 60
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 6

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for CMake Editor.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

Under ubuntu 24.04 + Eclipse 024-12 (4.34.0)  Build id: 20241128-0757 

Tried to install from update site and zip,both approaches give same error:

An error occurred while installing the items
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.cthing.cmakeed.core 1.1.6, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
The artifact file for osgi.bundle,com.cthing.cmakeed.core,1.1.6 was not found.

 

There are no color schemes and you cannot save and load your own. When reinstalling, you must reconfigure manually

It works wonderfully. It autocompletes the builtin CMake variables when using set(). It even shows documentation tooltips when hovering these variables. Indent/unindent works fine when using default Eclipse CDT settings.

Syntax coloring is nice, but the problem I found with this plugin is that it does not support untab/unindent shortcuts, so I have to backspace 4 times, which is annoying.