12
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: https://sourceforge.net/p/codelite/bugs/877/ Also, don't allow no meta key to be none, if no meta key is selected force 'shift'
Eran Ifrah
as eran
More... about 11 years ago
Removed obsolete file
Eran Ifrah
as eran
More... about 11 years ago
Updated labels in the Syntax Highlight dialog
Eran Ifrah
as eran
More... about 11 years ago
Make the theme change apply to all the workspace + output windows (even when detached) CppChecker: fixed: double click a message should now open the file properly
Eran Ifrah
as eran
More... about 11 years ago
The output windows "References", "Replace" and "Output" now also honors the theme colors
Eran Ifrah
as eran
More... about 11 years ago
Removed the style wxDV_ROW_LINES from the GitConsole (the colors seems to be hard coded in wxWidgets and does not work well in dark theme)
Eran Ifrah
as eran
More... about 11 years ago
Added new event type: wxEVT_CL_THEME_CHANGED - this event is sent when the theme is modified by the user codelite will make sure that all core windows will update their colors accordingly, while it is the plugin reponsbility to update their windows (by handling this event)
Eran Ifrah
as eran
More... about 11 years ago
Updated code completion tooltip (it now looks similar to NetBeans)
Eran Ifrah
as eran
More... about 11 years ago
Fixed compilation error on linux
Eran Ifrah
as eran
More... about 11 years ago
Add missing include fileo
Eran Ifrah
as eran
More... about 11 years ago
Merge branch 'master' of ssh://git.code.sf.net/p/codelite/codelitegit
Eran Ifrah
as eran
More... about 11 years ago
Updated make_mac_bundle.sh script to include the new codelite-icons-dark.zip set
Eran Ifrah
as eran
More... about 11 years ago
Updated CMake file to include the new codelite-icons-dark.zip set
Eran Ifrah
as eran
More... about 11 years ago
fixed folder icon
Eran Ifrah
as eran
More... about 11 years ago
Fixed rogue icon
Eran Ifrah
as eran
More... about 11 years ago
Workspace icons are now also bnw
Eran Ifrah
as eran
More... about 11 years ago
Make the dark theme icons black-n-white
Eran Ifrah
as eran
More... about 11 years ago
Modified mime type icons to use a bit darker background
Eran Ifrah
as eran
More... about 11 years ago
Dark Theme now applies to the workspace view
Eran Ifrah
as eran
More... about 11 years ago
Dark Theme now applies to the workspace view
Eran Ifrah
as eran
More... about 11 years ago
CodeFormatter: make sure that the file asyle.sample is installed CodeFormatter: use the LexerConf::Apply to use the settings for the sample text in the dialog
Eran Ifrah
as Eran
More... about 11 years ago
Fixed: code completion box and the function calltip should now be in sync under linux as well
Eran Ifrah
as Eran
More... about 11 years ago
A better fix for selecting the proper function calltip (a one that does not crash :D)
Eran Ifrah
as eran
More... about 11 years ago
Synchronize between the entry selected in the code completion box and the function that is displayed after the code completion box is dismissed
Eran Ifrah
as eran
More... about 11 years ago
git: log dialog should now remember its position / size code completion box: use a thin border
Eran Ifrah
as eran
More... about 11 years ago
CMake: fixed: link against richtext if WXC is set to 1
Eran Ifrah
as eran
More... about 11 years ago
added placeholder so the directory 'debuggers' will be added to the git repo
Eran Ifrah
as eran
More... about 11 years ago
Git: the tree view should display deleted files Git: modified new file is now shown properly in the tree view
Eran Ifrah
as eran
More... about 11 years ago
Avoid prompting the user before removing the auto generated version file Fixed wrong colours used for edit margin
Eran Ifrah
as Eran
More... about 11 years ago
Fixed: when switching between codelite's coloring themes, make sure that the caret colour is also set properly ContextBase class now uses the same method as other classes to apply the lexer colours (by calling "LexerConf::Apply(wxStyledTextCtrl* ctrl)")
Eran Ifrah
as eran
More... about 11 years ago