Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ make install
"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,
AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, 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,
Expand Down
3 changes: 0 additions & 3 deletions codeblocks-contrib.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<li>
BYO Games -- A collection of Games
</li>
<li>
Koders query -- Searches the Koders website for keywords, and returns results
</li>
<li>
Cccc -- runs the C and C++ Code Counter (CCCC) on the current project
</li>
Expand Down
2 changes: 0 additions & 2 deletions codeblocks.spec.fedora.in
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ fi
%{pkgdatadir}/ToolsPlus.zip
%{pkgdatadir}/Valgrind.zip
%{pkgdatadir}/byogames.zip
%{pkgdatadir}/cb_koders.zip
%{pkgdatadir}/codesnippets.zip
%{pkgdatadir}/codestat.zip
%{pkgdatadir}/copystrings.zip
Expand Down Expand Up @@ -313,7 +312,6 @@ fi
%{plugindir}/libToolsPlus.so
%{plugindir}/libValgrind.so
%{plugindir}/libbyogames.so
%{plugindir}/libcb_koders.so
%{plugindir}/libcodesnippets.so
%{plugindir}/libcodestat.so
%{plugindir}/libcopystrings.so
Expand Down
3 changes: 0 additions & 3 deletions codeblocks.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ plugins. These are:
* HexEditor
* IncrementalSearch
* Keyboard shortcuts configuration
* CB koders
* Library finder
* MouseSap
* NassiShneiderman
Expand Down Expand Up @@ -337,7 +336,6 @@ wxSmith-plugins and to use the wxContribItems in own programs.
%{plugindir}/libCccc.so
%{plugindir}/libCppCheck.so
%{plugindir}/libSmartIndent*.so
%{plugindir}/libcb_koders.so
%{plugindir}/libcodesnippets.so
%{plugindir}/libcodestat.so
%{plugindir}/libcopystrings.so
Expand Down Expand Up @@ -381,7 +379,6 @@ wxSmith-plugins and to use the wxContribItems in own programs.
%{pkgdatadir}/Cccc.zip
%{pkgdatadir}/CppCheck.zip
%{pkgdatadir}/SmartIndent*.zip
%{pkgdatadir}/cb_koders.zip
%{pkgdatadir}/codesnippets.zip
%{pkgdatadir}/codestat.zip
%{pkgdatadir}/copystrings.zip
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ AC_CONFIG_FILES([Makefile
src/plugins/contrib/Cccc/resources/Makefile
src/plugins/contrib/CppCheck/Makefile
src/plugins/contrib/CppCheck/resources/Makefile
src/plugins/contrib/cb_koders/Makefile
src/plugins/contrib/codesnippets/Makefile
src/plugins/contrib/codesnippets/resources/Makefile
src/plugins/contrib/codestat/Makefile
Expand Down
1 change: 0 additions & 1 deletion debian/codeblocks-contrib-common.install
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ usr/share/codeblocks/byogames.zip
usr/share/codeblocks/Cccc.zip
usr/share/codeblocks/CppCheck.zip
usr/share/codeblocks/SmartIndent*.zip
usr/share/codeblocks/cb_koders.zip
usr/share/codeblocks/codesnippets.zip
usr/share/codeblocks/codestat.zip
usr/share/codeblocks/copystrings.zip
Expand Down
11 changes: 1 addition & 10 deletions m4/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ AC_DEFUN([BUILD_CONTRIB_NONE], [
AM_CONDITIONAL([BUILD_AUTOVERSIONING], [false])
AM_CONDITIONAL([BUILD_BROWSETRACKER], [false])
AM_CONDITIONAL([BUILD_BYOGAMES], [false])
AM_CONDITIONAL([BUILD_CBKODERS], [false])
AM_CONDITIONAL([BUILD_CODESNIPPETS], [false])
AM_CONDITIONAL([BUILD_CODESTAT], [false])
AM_CONDITIONAL([BUILD_COPYSTRINGS], [false])
Expand Down Expand Up @@ -377,7 +376,6 @@ AC_DEFUN([BUILD_CONTRIB_ALL], [
AM_CONDITIONAL([BUILD_AUTOVERSIONING], [true])
AM_CONDITIONAL([BUILD_BROWSETRACKER], [true])
AM_CONDITIONAL([BUILD_BYOGAMES], [true])
AM_CONDITIONAL([BUILD_CBKODERS], [true])
AM_CONDITIONAL([BUILD_CODESNIPPETS], [true])
AM_CONDITIONAL([BUILD_CODESTAT], [true])
AM_CONDITIONAL([BUILD_COPYSTRINGS], [true])
Expand Down Expand Up @@ -427,7 +425,7 @@ AC_ARG_WITH(contrib-plugins,
[ "all,-help" or "yes,-help" compiles all contrib plugins except the help plugin ]
[ "none", "no", "--without-contrib-plugins" or skipping the parameter at all, ]
[ compiles none of the contrib-plugins ]
[ Plugin names are: AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, cbkoders, codesnippets, ]
[ Plugin names are: AutoVersioning, BrowseTracker, byogames, Cccc, CppCheck, codesnippets, ]
[ codestat, copystrings, Cscope, DoxyBlocks, dragscroll, EditorConfig, EditorTweaks, envvars, exporter, ]
[ FileManager, headerfixup, help, hexeditor, incsearch, keybinder, libfinder, MouseSap, ]
[ NassiShneiderman, ProjectOptionsManipulator, profiler, regex, ReopenEditor, rndgen, smartindent, spellchecker, ]
Expand All @@ -450,9 +448,6 @@ do
byogames)
AM_CONDITIONAL([BUILD_BYOGAMES], [true])
;;
cbkoders)
AM_CONDITIONAL([BUILD_CBKODERS], [true])
;;
codesnippets)
AM_CONDITIONAL([BUILD_CODESNIPPETS], [true])
;;
Expand Down Expand Up @@ -570,9 +565,6 @@ do
-byogames)
AM_CONDITIONAL([BUILD_BYOGAMES], [false])
;;
-cbkoders)
AM_CONDITIONAL([BUILD_CBKODERS], [false])
;;
-codesnippets)
AM_CONDITIONAL([BUILD_CODESNIPPETS], [false])
;;
Expand Down Expand Up @@ -695,7 +687,6 @@ AC_MSG_RESULT($plugins)
AC_SUBST(BUILD_AUTOVERSIONING)
AC_SUBST(BUILD_BROWSETRACKER)
AC_SUBST(BUILD_BYOGAMES)
AC_SUBST(BUILD_CBKODERS)
AC_SUBST(BUILD_CCCC)
AC_SUBST(BUILD_CODESNIPPETS)
AC_SUBST(BUILD_CODESTAT)
Expand Down
1 change: 0 additions & 1 deletion src/CodeBlocks-unix.workspace
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<Depends filename="CodeBlocks-unix.cbp" />
</Project>
<Project filename="plugins/contrib/byogames/byogames-unix.cbp" />
<Project filename="plugins/contrib/cb_koders/cb_koders-unix.cbp" />
<Project filename="plugins/contrib/Cccc/Cccc-unix.cbp">
<Depends filename="CodeBlocks-unix.cbp" />
</Project>
Expand Down
Loading