CMake Editor

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

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), 2024-12 (4.34), 2025-03 (4.35), 2025-06 (4.36)

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: 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), 2024-12 (4.34), 2025-03 (4.35), 2025-06 (4.36)

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: Friday, August 23, 2024 - 15:18

Submitted by: Martin Weber

Screenshot
Date Ranking Installs Clickthroughs
June 2025 111/580 86 16
May 2025 106/634 211 16
April 2025 110/623 193 20
March 2025 100/661 297 58
February 2025 100/645 261 51
January 2025 92/654 272 22
December 2024 101/654 262 18
November 2024 96/658 318 12
October 2024 101/663 320 6
September 2024 104/642 286 10
August 2024 91/641 292 32
July 2024 100/663 284 20
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

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.