Hello everyone, Milian Wolff kindly describes the placeholders for various variables in his article Snippets In KDevelop / Kate - Milian Wolff. Unfortunately, this doesn’t work in the above KDevelop version. I was able to create my own snippets without this information, but external ones don’t work. See my request in the Help section from 3 days ago
"if I insert this own snippet “${day()}.${month()+1}.${year()} ${hours()}:${minutes()}:${seconds()}h” into the Kdevelop editor, the data (May 5, 2025, 3:29:44 PM) appears correctly. If I use this instead:
"/** This file is part of ${project}
*
Copyright (C) %{year} %{fullname} <%{email}>
…
*/", the placeholders (%{year} %{fullname} <%{email}>) only display the same text, namely “%{year} %{fullname} <%{email}>”
This snippet is developed by stonemaster and part of his General Purpose C++ Snippets."
tnx for an answer and regards
Michael