CodeLite 16.0.0
Downloads
As always, all downloads are available through our download page
Bug fixes
- Fixed: externally modified files are not reloaded
- Remove redundant file system scan
- Fixed: always pass
RootURIwhen sendingInitializerequest to the LSP server, even if the user did not provide one - Fixed: JSON encoding issue
- Fixed:
codelite-terminaldoes not apply environment variables when generatingcompile_flags.txtfile required byclangd - Fixed: Linux: Move tab right / left with the keyboard does not work
- Fixed: file system workspace: in some cases, system scan is not working as intended and only scans the top level
- Fixed: code formatter regression which caused CodeLite to override the user's settings
- Fixed: GTK: right click on tab causes a weird behavior of selecting random file
- Fixed: Implement All Un-Implemented Functions not working when header and source are not placed in the same directory
- Fixed: wxCrafter: "Insert into new Sizer" should not be visible for wxAuiManager (by rlbxku1r)
- Fixed: CodeLite Makefile Generator - UNIX: Windows resource files are not compiled
- Fixed: "Closed other tabs" -> send "close event" for every closed tab
- fixed: PHP workspace: allow user to include the workspace or project folder when selecting
Find In Folderfrom the context menu - fixed: PHP workspace: make it multiple selection
- Fixed: make sure that the editor folder exists before writing
- Fixed: C++ workspace: post/pre build events: ignore empty commands
- Fixed: Feature request: include file extensions for Drupal projects
- Fixed: Fix Output View multi-byte text handling (rlbxku1r)
- Fixed: PHP settings: post parse-workspace event only when a PHP workspace is opened
- Fixed: spell checker: when calling "Check" on a file, do not uncheck the option of the 'continuous checking'
- Fixed: keyboard shortcuts are now working once again in wxCrafter
- Fixed: word completion is broken if a word contains letters with diacritics
- Fixed: avoid restarting any non C++ Language Server when the build process ends
- Fixed: crash when clicking on the "Link Editor" and no active editor is opened
- Fixed: colours and fonts dialog: changing the global theme now enables the
applybutton - Fixed: Syntax highlight Dialog: when importing a theme, print its name in the completion dialog
- Fixed: use custom GTK code to get the parent bg colour
- Fixed: GTK assertions
- wxCrafter: Fix inconsistent style of option array strings. These strings are now properly wrapped according to the 'Generate Translatable Strings' setting (rlbxku1r)
- wxCrafter: Fix invalid string literal in auto-generated
wxHtmlWindowcode (rlbxku1r) - wxCrafter: Add missing translations (rlbxku1r)
- Fixed:
codelite-terminalshould now start onmacOS - Fixed:
Quick Add Nextnow ensures that if the match is in a hidden line (akafolded), it unfold it. fixes: https://github.com/eranif/codelite/issues/2748 - Git plugin: operations on the tree view now uses the correct repository path
- Fixed: https://github.com/eranif/codelite/issues/2763 - Goto Declaration/Implementation doesn't work (well) with tabs
- fixed: on linux, on certain window managers, the tooltip size calculation is smaller than the size required for actually drawing it
- MSW: don't allow dark mode for text controls
- Removed the non maintained Notebook style:
TRAPEZOID - Fixed: [Wrap with brackets option not working][fixes: https://github.com/eranif/codelite/issues/2822]
- Find Replace Bar: fixed issue with no Latin charcters
- Fixed: code completion tooltip generated by the CTags code completion engine are not compatible with markdown syntax
- Fixed: function hover tip should not be rejected by the file system workspace (rlbxku1r)
- Fixed: changing the zoom in one editor, applies it to other editors as well
- CodeLiteDiff fixes
- Code Formatter: various fixes to
clang-format - Fixed:
Close other tabscontext menu entry, does not attempt the modifiedthistab - Fixed navigation bar persistency issue (rlbxku1r)
- Fixed:
Remoty: whenRemotyis enabled, typing in theRemote pathfield manually, causes CodeLite to crash - Fixed: Create New C++ Project: do not prompt the user to switch to
CodeLite Makefile Generator - UNIXwhen using GCC from the MinGW MSYS repository - Fixed: navigation bar commit message does not update with when changing lines
- Fixed: Syntax Highlight: clicking on the
Restore Defaultsbutton, will now restore the previous font + selected theme - Fixed: GNU make & bash builder: Fix error with parent directory name containing spaces (rlbxku1r)
- Fixed: CodeFormatter:
Export .clang-format filepoints to the workspace directory by default - Fixed: Debugger: Fix a regression that the setting
Use CTRL key to evaluate expressions under the cursordoesn't remember its value - Fixed: Project Settings: Don't try to save or clone an unnamed compiler
- Fix Search & Replace for UTF-8 string
- Fixed: GTK: at times, right clicking inside an editor might trigger the tab control context menu this could happen when right clicking near the top edge of the editor.
- Fixed: GTK: output view/workspace view: choosing "hide" or "detach" from the tab context menu for a non active tab, would perform the selected action on the active tab
- Fixed: File System Workspace: Reload Workspace does not restore session
- Fixed: Regression: Find Bar: unable to navigate using the
TABbutton - Fixed: Regression: Language Server Plugin: Find Symbol does not highlight the match
Improvements
- Fixed: be more tolerant for language server implementations that do not implement the protocol as is (e.g. rust)
- Added
Rustsyntax highlight - LSP: support completion item's doc implemented inside
MarkupContent - Added new
Rustplugin:- Debugger support via
rust-gdb - Project management
- Code completion via the Language Server Plugin using the
rlsserver or therust-analyzerLSP - Build output is clickable and allows user to quickly open problematic source files
- Debugger support via
- Git Commit List dialog: layout changes. Make the diff window occupy half of the dialog
- Windows / macOS: visual updates to the notebook control
- clToolBar: honour the
wxTB_NODIVIDERstyle flag - use a more sensible colours for highligthing text in the various tree / list controls
- Implemented a custom Menu Bar
- Better dark mode support on windows
- General performance & stability fixes
- Added new Remote plugin which allows user to load a remote "File System Workspace" over SSH
- Task view removed. It is now part of the Find In Files dialog
- Colours and fonts dialog: updating the text selection colours is now done for all the languages supported for the currently active theme
- Windows: use codelite-exec to launch program when the 'pause when execution ends' flag is checked in the project settings. This also prints the program exit code
- Remoty plugin: use the newly added
codelite-remoteinterface which allows using various plugin on a remote machines:Gitfind in filesLanguage Server Pluginover SSH- Diff plugin
- UI updates
- Added new tab control style:
FIREFOX(screenshot below)

- Build tab output rewritten: it now honours the terminal colours

- Git plugin log view re-written and it now uses the same control as the build output, which honours the terminal colours
- Project Settings: Improve dirty settings detection (rlbxku1r)
- Project Settings: Use
appendby default for PCH flags option (rlbxku1r) - Various fixes for building CodeLite using MinGW + CMake (Tim Stahlhut)
- Windows and macOS are now built against latest wxWidgets 3.1.6
clangd+clang-formatthat comes with CodeLite for macOS and Windows are now using version12.0.0- File System Workspace: support multi-line commands in the build pages
- When using the file system workspace, export a special enviroment variable
CXX_INCLUDE_PATHSthis variable contains a list of compiler search paths for header files, separated by;is useful when usingCMake+MinGW+file system workspaceunder windows, where theCMAKE_EXPORTS_COMPILE_COMMANDSdoes not include the compiler search paths, which breaksclangdcode completion - GDB-MI output parser re-written to support custom file paths with unusual characters
- VIM:Add some new commands (
~,o,O) (mx) - When importing themes with true black colour as their background colour, soften the it a bit
- git plugin: better support for remote repository where the workspace is not set in the root folder of the workspace
- change the location of CodeLite temp folder into
/tmp/codelite/PID. This should reduce the spam under the/tmpfolder - Support drawing multiline text in the clTreeCtrl
- Code completion entry tooltip: CodeLite now supports Markdown rendering
- New project wizard: more fixes to avoid problems when using
MSYS2compiler on Windows (rlbxku1r) - wxCrafter: Fix wrong tree order on the first sibling widget duplication (rlbxku1r)
- LSP
Find Symbol: Make text selectionUTF-8aware - Multiple tooltip Markdown renderer fixes (rlbxku1r)

- Colouring of semantic tokens is now done by the Language Server plugin
- Updated the default themes that comes with CodeLite
- C++ context menu:
Find Declaration&Find Implementationentries are now replaced withe single, intelligentFind Symbolentry - Use native checbox drawings on Windows for clTreeCtrl/clDataListCtrl
- Implemented: Feature request: "Open resource" dialog should support optional [:line[:column]] "coordinates"
- New: added an option to highlight the current line number (in the line number margin)
- C++ workspace dialog updated
MINIMALandDEFAULTtab design refreshed- Build tab: added
Copy allcontext menu entry - Find bar: the search logic re-written from scratch. With the old search, replacing 1000+ string instances using
Replace Allon a file with size of 6MB took roughly 45 seconds (On Windows machine, 32GB memory and 24 cores) With the new code (which performs in-buffer replacement where it can) this takes roughly 300ms! - CodeLite logo updated
- C++ new class wizard: use
C++11features (rlbxku1r) - C++ parser: fix parsing class with
final(rlbxku1r) - C++ parser: accept
C++17nested namespaces (rlbxku1r) - Improve compiler detection code (rlbxku1r)
- Semantic highlight should now work on files opens via
Remoty - Identify files starting with shebang
#!/usr/bin/env python3as python files - Various
codelite_indexerfixes: (rlbxku1r)- accept
C++11type alias - accept
C++11finalkeyword - accept
C++11alignaskeyword - accept
C++11noexceptkeyword - Accept
C++17nested namespace notation - Properly collect using aliases (e.g.
using std::shared_ptr;)
- accept
- Script language keywords updated to include:
local,function,exitandreturn - Remoty: support for auto detection of:
pylsplanguage server - SFTP: attempt to compare checksums before re-downloading file from remote server
- Recognize
.tsfiles types (TypeScript) - Code cleanup: removed all
terncode completion code, usetypescript-language-serverinstead - Added new language server tab to log LSP messages of type
logMessage,telemetryandshowMessage - Improved Visual Studio compiler detection (rlbxku1r)
- File types:
patchanddiffare now properly identified by CodeLite - Better dark theme support for Linux built with
-DWITH_NATIVEBOOK=0 - Language Server Plugin: implement semantic highlight (
textDocument/semanticTokens/full) using thetextDocument/documentSymbolmessage - Updated the colour themes
- Source code formatter: added an option to disable the formatting engines
- Lexer: separate JSON from the JavaScript file
- CodeFormatter: added basic JSON formatter
- Handle various workspace files (
NodeJS,Docker,FSW,Rust,Remoty) asJSONfiles - The 'best project settings' for certain builders can be obtained from the builder object. (rlbxku1r)
- Auto-detect and set the output file extension (exe, lib, dll, a, so, dylib) for given project type. (rlbxku1r)
- MSVC project templates: Use /MT(d) compiler option by default. (rlbxku1r)
- Colour
.tomlfiles asINIfiles ("properties") - Remoty: re-wrote the "Open workspace" dialog
- SFTP browser dialog: if the path in the "Browse" entry is a file path, remove the file name and just open the folder
- Fix Visual Studio 2022 detection (rlbxku1r)
- Add option to enable spell checking on wxTextCtrl from within wxCrafter (iwbnwif)
- Allow the user the change the active project from the menu (Workspace -> Set active project) or from the "Goto Anything" dialog (
Ctrl-Shift-P) - Language Server Protcol: implemented
Hoverrequest message - Language Server Protocol: implemented
Find references. This feature will only be shown for Language Servers that support it likeclangdpython-lsptypescript-language-serverrust-analyzer
- The old code completion was removed from CodeLite (
codelite_indexer), instead, we now provide our own C++ language server namedctagsdwhich a re-written from scratch code completion engine with excellent C++11/14 features - Line margin: highlight the current line, in addition this feature performance is now in
O(1)and is not depend on the size of the opened file - Editor track changes: re-designed. Modified lines / saved lines are now marked using dedicated line number colour
- Colours: CodeLite now offers to ability to import VSCode themes (in the JSON format)
- We now provide wxCrafter standalone builds for Windows / GTK (experimental)
- wxCrafter: allow to keep sizers are members
- wxCrafter: fixed: crash when clicking on
Select virtual directorywhile in standalone mode - wxCrafter: event handlers are now using the
wx3.0syntax ofBind()/Unbind()instead ofConnect()/Disconnect() - wxCrafter: by default, generate
.hppfiles instead of.h - Remoty plugin: the way it launches language servers on the remote machine has changed. See the docs for more details
- Improved file syntax using the shebang
- Make the
Preferencesdialog more native to the host OS - Added an option to enable/disable the newly added feature of highligting the current line number. This should allow CodeLite running on older machines with bad graphics cards to run smoother
- Improved type info tooltips (
ctagsd) - Better CYGWIN integration
- Find Bar: use the same text control as the main editor instead of
wxTextCtrl - Added
cancelbutton to theBuild & Executedialog - Simplified
Rustformatter to