Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

code completion breaks after changing header file

<< < (2/5) > >>

Hyena:
everything seems fine here. when I start the project it initially says in the bottom right corner that parsing is paused. then I toggle it by right clicking on the project name, but still autocomplete doesn't work.

Pecan:
@ Hyena

Please start your CodeBlocks with the /d parameter so that it shows the
Codeblocks debug tab.

Load the project giving you the problem, then after the problem occurs, right click on the "Code::Blocks debug" tab and chose "copy to contents to clipboard".

Paste that into a txt file, zip it up and append it to a message to us so we can try to get a clearer picture of the problem.

 

Hyena:
unfortunately I wasn't able to locate the "code::blocks debug" tab anywhere. I did attach the console output of it though.

Pecan:
I'm guessing that one of those enabled plugins is not passing events along to other plugins because Clangd_client isn't even starting up or initializing.

The log also shows that Clangd_client AND Codecompletion plugins are being loaded. That should not happen.

Please disable all plugins marked with a 'd' in the following list, run codeblocks again, and attach the resulting log again.

Thanks.


--- Code: --- HelpPlugin: loaded
SmartIndentXML: loaded
d rndgen: loaded
cbDragScroll: loaded
ReopenEditor: loaded
d MouseSap: loaded
d CodeCompletion: loaded
d Cscope: loaded
d SymTab: loaded
d lib_finder: loaded
AutoVersioning: loaded
wxSmith: loaded
wxSmithMime: loaded
d HeaderFixup: loaded
d Profiler: loaded
d HexEditor: loaded
ToDoList: loaded
Abbreviations: loaded
d CodeSnippets: loaded
d CppCheck: loaded
cbKeyBinder: loaded
wxSmithAui: loaded
d DisplayEvents: loaded
clangd_client: loaded
d copystrings: loaded
d EnvVars: loaded
Debugger: loaded
d SmartIndentLua: loaded
d BYOGames: loaded
ThreadSearch: loaded
Compiler: loaded
BrowseTracker: loaded
ClassWizard: loaded
OpenFilesList: loaded
d wxSmithContribItems: loaded
d RegExTestbed: loaded
IncrementalSearch: loaded
ProjectsImporter: loaded
d Cccc: loaded
d Valgrind: loaded
FilesExtensionHandler: loaded
d SpellChecker: loaded
d ProjectOptionsManipulator: loaded
d Exporter: loaded
d CB_Koders: loaded
d SmartIndentPython: loaded
d EditorTweaks: loaded
d CodeStat: loaded
DoxyBlocks: loaded
AStylePlugin: loaded
d SmartIndentHDL: loaded
Autosave: loaded
ScriptedWizard: loaded
OccurrencesHighlighting: loaded
d SmartIndentFortran: loaded
EditorConfig: loaded
SmartIndentPascal: loaded
SmartIndentCpp: loaded
ToolsPlus: loaded
NassiShneidermanPlugin: loaded


--- End code ---

Hyena:
attached is the requested output. the clang code completion still didn't work.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version