As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
Scanning for lexers in /usr/local/share/codeblocks/lexers/...Found 60 lexersLoading lexer_autotoolsLoading lexer_fortranLoading lexer_yamlLoading lexer_cgLoading lexer_gmLoading lexer_latexLoading lexer_cppLoading lexer_OgreCompositorLoading lexer_pythonLoading lexer_tehexLoading lexer_nsisLoading lexer_rubyLoading lexer_luaLoading lexer_cssLoading lexer_batchLoading lexer_cmakeLoading lexer_masmLoading lexer_coffeeLoading lexer_javaLoading lexer_srecLoading lexer_cuLoading lexer_A68kLoading lexer_vhdlLoading lexer_propertiesLoading lexer_powershellLoading lexer_innoLoading lexer_angelscriptLoading lexer_sqlLoading lexer_xmlLoading lexer_f77Loading lexer_makeLoading lexer_haskellLoading lexer_protoLoading lexer_rcLoading lexer_objcLoading lexer_smalltalkLoading lexer_bibtexLoading lexer_camlLoading lexer_perlLoading lexer_verilogLoading lexer_prgLoading lexer_plainLoading lexer_squirrelLoading lexer_htmlLoading lexer_glslLoading lexer_diffLoading lexer_vbscriptLoading lexer_postscriptLoading lexer_hitasmLoading lexer_bashLoading lexer_ihexLoading lexer_lispLoading lexer_registryLoading lexer_markdownLoading lexer_matlabLoading lexer_adaLoading lexer_OgreMaterialLoading lexer_pascalLoading lexer_javascriptLoading lexer_dConfigured 0 toolsScanning for plugins in /home/mehdi/.local/share/codeblocks/pluginsLoaded 0 pluginsScanning for plugins in /usr/local/lib/codeblocks/pluginsManager failed to load XRC resource '/usr/local/share/codeblocks/Cccc.zip'.Manager failed to load XRC resource '/usr/local/share/codeblocks/EditorConfig.zip'.Manager failed to load XRC resource '/usr/local/share/codeblocks/headerfixup.zip'.Manager failed to load XRC resource '/usr/local/share/codeblocks/Cscope.zip'.Tools Plus Plugin: Registering shell type Piped Process ControlManager failed to load XRC resource '/usr/local/share/codeblocks/ToolsPlus.zip'.Manager failed to load XRC resource '/usr/local/share/codeblocks/wxSmithAui.zip'.Manager failed to load XRC resource '/usr/local/share/codeblocks/DoxyBlocks.zip'.Manager failed to load XRC resource '/usr/local/share/codeblocks/Valgrind.zip'.Manager failed to load XRC resource '/usr/local/share/codeblocks/ThreadSearch.zip'.Manager failed to load XRC resource '/usr/local/share/codeblocks/CppCheck.zip'.Loaded 58 pluginsLoading:AStylePluginwxSmithwxSmithMimeCompilerEnvVarsEditorTweaksClassWizardAutosaveDebuggerSmartIndentLuaCcccSmartIndentPythonReopenEditorBrowseTrackerEditorConfigcbDragScrollMouseSapHeaderFixupCscopeOpenFilesListSmartIndentFortranSmartIndentPascalSmartIndentCppFileManagerFilesExtensionHandlerCodeSnippetsToolsPlusHelpPluginCodeCompletionScriptedWizardrndgenwxSmithAuiIncrementalSearchSmartIndentXMLToDoListOccurrencesHighlightingCodeStatAbbreviationsSmartIndentHDLRegExTestbedExporterlib_finderProjectsImporterThreadSearchNassiShneidermanPluginAutoVersioningcbKeyBinderHexEditorwxSmithContribItemsCppCheckcopystringsCB_KodersRunning startup scriptScript plugin registered: Find Broken Files pluginScript/function 'edit_startup_script.script' registered under menu '&Settings/-Edit startup script'
How have you installed this? Is something visually broken?
Your description is lacking detail, but I guess you've build manually and you're not using non-default prefix.Which means that you might have another old installation that isn't removed completely messing up your current installation.If I'm correct you'll have to clean up everything related to C::B and redo the make install step!
./bootstrap
./configure --with-contrib-plugins=allmakesudo make install
sudo make uninstall
sudo checkinstall -y make install
@blauzahn: Why don't you just make full dep packages?
sudo make uninstallsudo checkinstall -y make install
@blauzahn: Why don't you just make full dep packages?@ordak: Deleting /usr/local is the only clean way to do it. But then you'll lose other softwares you've installed from source in the default prefix...
To be safe you have to delete everything in this folder. This is why using the default prefix is a bad idea.You could probably grep for codeblocks and hope if you've deleted everything, but I'm not sure you would succeed.