Skip to content

Commit

Permalink
New Version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
joergboe committed Dec 12, 2024
1 parent 8eb9f8e commit 4df9478
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,21 @@ Use the following commands to complete these project fragments withe the project
cd ProjectOutPlaceBuild; ../bin/mktsimple --project-dir . --type opb --noprompt --overwrite; make all


## Kate integration

The Build Utility provides files that allow you to take full advantage of the Clang Language Server.
To do this, you need to install the following plugins in 'Kate':
* Build & Run,
* LSP Client,
* Project Plugin,
* Terminal
When creating a new project skeleton with the project wizard 'mktsimple', activate the option:
'Create a Kate Project'. The project wizard can also be used to add the Kate-Project-File to an existing
C/C++ project.
The first build attempt creates the compilation database that is needed by the Language Server, even
if the build itself fails. From now on, all the functions of the Language Server are available.


If you have any suggestions or bug reports please write a Github Issue.

Learn more about MakeItSimple [here](https://www.joergboe.de/makeitsimple.html).
2 changes: 1 addition & 1 deletion share/mktsimple/in_place_cpp.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version
mktsimple_version = 4.2.0
mktsimple_version = 4.2.1
# Prepare the help string if required
ifneq (,$(findstring help,$(MAKECMDGOALS)))
define helpstring =
Expand Down
2 changes: 1 addition & 1 deletion share/mktsimple/one_to_one_cpp.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version
mktsimple_version = 4.2.0
mktsimple_version = 4.2.1
# Prepare the help string if required
ifneq (,$(findstring help,$(MAKECMDGOALS)))
define helpstring =
Expand Down
2 changes: 1 addition & 1 deletion share/mktsimple/out_place.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version
mktsimple_version = 4.2.0
mktsimple_version = 4.2.1
# Prepare the help string if required
ifneq (,$(findstring help,$(MAKECMDGOALS)))
define helpstring =
Expand Down
2 changes: 1 addition & 1 deletion share/mktsimple/out_place_c.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version
mktsimple_version = 4.2.0
mktsimple_version = 4.2.1
# Prepare the help string if required
ifneq (,$(findstring help,$(MAKECMDGOALS)))
define helpstring =
Expand Down
2 changes: 1 addition & 1 deletion share/mktsimple/out_place_cpp.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version
mktsimple_version = 4.2.0
mktsimple_version = 4.2.1
# Prepare the help string if required
ifneq (,$(findstring help,$(MAKECMDGOALS)))
define helpstring =
Expand Down

0 comments on commit 4df9478

Please sign in to comment.