12
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Mar 24, 2024 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed build error More... 8 days ago
updated wxdap to the latest More... 8 days ago
Fixed: mouse middle button does not close the tab More... 8 days ago
add missing headers required on Ubuntu More... 8 days ago
Added missing header file for Linux / macOS More... 8 days ago
Find in files: hitting ENTER in any field should trigger the search Tab: when using GenericNoteboko allow to user to remove / set the x button & enable/disable scrolling between tabs using the mouse scroll button More... 8 days ago
Windows: revert back to `clGenericNotebook` on Windows due to very noticeable slowness when using `wxAuiNotebook` More... 8 days ago
Remove old sqlite3 references. (#3350) More... 8 days ago
Msvc fixes (#3348) More... 8 days ago
Remove CodeDesigner Plugin: (#3347) More... 8 days ago
closes #3105. (#3349) More... 8 days ago
Fixed: when LSP tries to place many markers ("diagnostics") on the editor, it causes an excessive reads from the disk which can cause a noticable lag Editor navigation bar: remove the "bookmark" button (it causes too much extra work for CodeLite with no real benefit) More... 11 days ago
Typo (#3346) More... 11 days ago
Remove Tweaks Plugin: - No longer provided. - no longer compile. More... 13 days ago
Fix typo: siganture -> signature. More... 15 days ago
A more correct fix to commit: db09c57c4057ed47453c727cbffb789ccaabf75a More... 15 days ago
force showing hidden files/folders until we make them configurable More... 15 days ago
File system workspace: show hidden files + folders More... 15 days ago
Filter "self", "&mut self" etc only when the current editor is of Rust or Python More... 15 days ago
Fixed: function argument tip window no longer jumps when one of the arguments has "(" in it More... 16 days ago
Fixed: there is a noticable lag when typing while the function argument tooltip is shown Fixed: when the function arguments tip window shows, skip the first argument if it is "self" (e.g. for class method in Python or Rust) More... 16 days ago
Fix SIOF (Static Initializer Order Fiasco) with lazy initialization of loggers: `clStandardPaths::Get().GetUserDataDir()` (called from Logger constructor) requires that Application is set. More... 17 days ago
Replace `SmartPtr` by `std::shared_ptr`/`std::unique_ptr`. More... 20 days ago
Update README.md More... 22 days ago
Fixed: spellchecker highlights sometimes are not aligned with the editor text More... 24 days ago
Remove some VLAs (Variable Length array) (c++ extension). Unneeded BTW, as we already have vector. More... 26 days ago
use native buttons on GTK, always More... 29 days ago
Use native `wxCommandLinkButton` for the welcome page More... 29 days ago
fixed: https://github.com/eranif/codelite/issues/3333 More... 29 days ago
MSW: use native button More... 29 days ago