12
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
optimized the previous commit: only ask for semantic tokens for the active editor. It is not need for non visible editors since a request on their behalf is made automatically once they are set active More... 9 months ago
fixed: changing theme loses the semantic tokens colouring More... 9 months ago
editor: support highlighting the caret line using a thin frame (this is now the default) More... 9 months ago
more improvements to the "git blame" page More... 9 months ago
Git blame: display the file path in the editor tab More... 9 months ago
prettify the blame info page More... 9 months ago
git blame is now displayed as an editor instead of a dialog More... 9 months ago
since we are using bash as our terminal on all platforms, no need to locate ssh executable just use `ssh` More... 9 months ago
added missing header fixes: https://github.com/eranif/codelite/issues/3251 More... 9 months ago
when opening a terminal, set the working directory to the workspace folder More... 9 months ago
auto save plugin: save remote files More... 9 months ago
added tinyjson as dep More... 9 months ago
Windows & Linux: allow hiding the menu bar. This requires a CodeLite restart More... 9 months ago
simplified clResult<T,E> class More... 9 months ago
C++ syntax: added co_yield, co_await & co_return as keywords More... 9 months ago
CMake Plugin: after generating CMakeLists.txt, refresh the tree view More... 9 months ago
CMake Plugin: added new context menu to the file system tree view for easy CMakeLists.txt generation More... 9 months ago
fixed: macOS: SpellChecker plugin not loaded More... 9 months ago
Fixed: [Bug]: Removing file(s) in Workspace View also removes deselected files, wrong dialog, bad spelling... fixes: https://github.com/eranif/codelite/issues/3233 More... 9 months ago
fixed: [Bug/Regression]: Left-click on ruler to place a break-point shows right-click popup menu instead closes: https://github.com/eranif/codelite/issues/3247 More... 9 months ago
clAnsiEscapeCodeColourBuilder: small refactoring More... 9 months ago
LSP: Rename Symbol: display the old name in the "New name" dialog More... 9 months ago
LSP: completed the implementation for "Rename Symbol" (tested on `clangd` and `rust-anaylyzer`) More... 9 months ago
LSP: initial work on "rename symbol" More... 9 months ago
code formatter: when attempting to format a remote file which is modified, ensure it is saved first More... 9 months ago
fixed various code errors as described here: https://pvs-studio.com/en/blog/posts/cpp/1065/ closes: https://github.com/eranif/codelite/issues/3249 More... 9 months ago
code formatter: fire the wxEVT_FORMAT_INPLACE_COMPELTED event *after* the remote formatter process terminated More... 9 months ago
Implemented `clSFTPManager::AsyncExecute` Code Formatter: use the newly added `AsyncExecute` method for formatting remote files More... 9 months ago
use busy cursor when formatting remote file More... 9 months ago
code formatter: when formatting remote files, use the new clSFTPManager API. This ensures that if the file is formatted *after* being saved More... 9 months ago