Merged
Conversation
Remove the bundled ctagsd language server from the build and detector registration so CodeLite no longer discovers or exposes it as a managed LSP backend. Update the LSP documentation to reflect the reduced set of built-in C/C++ language servers and to generalize the guidance around conflict handling and CMake integration for clangd. * LSP plugin * Build system * Documentation **Generated by CodeLite** Signed-off-by: Eran Ifrah <eran@codelite.org>
Remove the legacy workspace parse/retag entry points from the UI and frame event handling. The workspace menu no longer exposes the Parse Workspace action, and the main frame no longer routes menu commands or delayed timer-driven reparses for it. The workspace creation path is also simplified so it no longer opens or stores the tags database in the workspace file metadata. In addition, the class wizard flow stops triggering an incremental workspace parse after generating files, leaving parsing to the normal project/workspace refresh mechanisms. * UI/menu resources * Main frame event wiring * Workspace creation and wizard post-generation behavior **Generated by CodeLite** Signed-off-by: Eran Ifrah <eran@codelite.org>
Eliminate the legacy retagging flow from project creation, file additions, file renames, and several editor/workspace UI actions. Workspace and file tag refreshes are no longer triggered directly from Manager, FileViewTree, MainBook, or ContextCpp, and the retag-in-progress guard is removed along with its related menu and update handlers. The change also fixes the FileSystemWorkspace compile-flags file helper declaration to use the correct class name. * Manager * FileViewTree * MainBook * ContextCpp * FileSystemWorkspace **Generated by CodeLite** Signed-off-by: Eran Ifrah <eran@codelite.org>
Jarod42
reviewed
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.