Author Topic: Possible changes needed for 24.12 release  (Read 1640 times)

Online stahta01

  • Lives here!
  • ****
  • Posts: 7699
    • My Best Post
Possible changes needed for 24.12 release
« on: November 20, 2024, 06:18:01 pm »
Add 'clangd_client' to list of plugins in BUILD file; likely need other changes in this file. Something like it is not normally built.
Note: I am patching master/trunk branch. So, some of these may already have been done.

Code
Index: BUILD
===================================================================
--- BUILD (revision 13591)
+++ BUILD (working copy)
@@ -44,11 +44,11 @@
 "all,-help" compiles all contrib plugins except the help plugin
 By default, no contrib plugins are compiled
 Plugin names are:
-    AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, codesnippets, codestat,
-    copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars, FileManager,
-    headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap, NassiShneiderman,
-    ProjectOptionsManipulator, profiler, regex, ReopenEditor, rndgen, exporter, symtab,
-    ThreadSearch, ToolsPlus, Valgrind, wxsmith, wxsmithcontrib,wxsmithaui
+    AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, clangd_client, codesnippets,
+    codestat, copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars,
+    FileManager, headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap,
+    NassiShneiderman, ProjectOptionsManipulator, profiler, regex, ReopenEditor, rndgen, exporter,
+    symtab, ThreadSearch, ToolsPlus, Valgrind, wxsmith, wxsmithcontrib, wxsmithaui
 
 If the NassiShneiderman-plugin should be build, you might see this error, when you run configure:
 
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Online stahta01

  • Lives here!
  • ****
  • Posts: 7699
    • My Best Post
Re: Possible changes needed for 24.12 release
« Reply #1 on: November 20, 2024, 06:27:02 pm »
https://sourceforge.net/p/codeblocks/code/HEAD/tree/branches/release-24.12/src/build_tools/Info.plist
<key>CFBundleLongVersionString</key>
<string>CodeBlocks version 24.12 SVN revision 11954, (c) 2004-2024 Code::Blocks</string>


11954?  Maybe 13594?

C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org