12
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated Reference Analyser to v2.
SRabbelier
as srabbelier
More... about 16 years ago
- Replaced the ctags-le with ctags with no VC71 dll requirement - Removed warning in build for ctags
Eran Ifrah
as eranif
More... about 16 years ago
initial work on the colouring thread
Eran Ifrah
as eranif
More... about 16 years ago
- Fixed crash in move function implementation - Fixed bug in 'New class wizard' where files were placed in the wrong directory - Fixed bug in 'New class wizard' where virtual functions declaration were not placed in the header file
Eran Ifrah
as eranif
More... about 16 years ago
updated the C++ lexer to support the disabled code
Eran Ifrah
as eranif
More... about 16 years ago
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@1001 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Eran Ifrah
as eranif
More... about 16 years ago
- added support for disabled code (initial work) - fixed bug in windows process failed on conversion
Eran Ifrah
as eranif
More... about 16 years ago
- added new API for TagsManager::GetClasses this will allow caller to retrieve all classes from the database
Eran Ifrah
as eranif
More... over 16 years ago
- added Plugins workspace
Eran Ifrah
as eranif
More... over 16 years ago
- Added new plugin Reference Analyzer - contributed by Sverr (AKA alturin marlinon)
Eran Ifrah
as eranif
More... over 16 years ago
- fixed CodeLite hang when trying to complete following expressions (where the real type and the typedef are with the same name): typedef struct sqlite3_stmt sqlite3_stmt; sqlite3_stmt tt; tt.
Eran Ifrah
as eranif
More... over 16 years ago
- makefile generation should now take place only when needed
Eran Ifrah
as eranif
More... over 16 years ago
- initial work on optimizing makefile generation code
Eran Ifrah
as eranif
More... over 16 years ago
applied the same fix (that was done to the copy) to the cut as well
Eran Ifrah
as eranif
More... over 16 years ago
- another desparate attempt to fix the copy/paste bug under Linix/KDE
Eran Ifrah
as eranif
More... over 16 years ago
fixed bug in 'Add function implementation' functionality were scope were not calculated correctly
Eran Ifrah
as eranif
More... over 16 years ago
- expermintal test for moving the file parsing to the thread
Eran Ifrah
as eranif
More... over 16 years ago
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@989 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Eran Ifrah
as eranif
More... over 16 years ago
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@988 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Eran Ifrah
as eranif
More... over 16 years ago
- Fixed bug in CC where scope where not recognized correctly (this bug was introduced in the latest CC performance improvements)
Eran Ifrah
as eranif
More... over 16 years ago
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@986 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Eran Ifrah
as eranif
More... over 16 years ago
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@985 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Eran Ifrah
as eranif
More... over 16 years ago
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@984 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Eran Ifrah
as eranif
More... over 16 years ago
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@983 9da81c78-c036-0410-9e1f-a2b0375e4b5a
Eran Ifrah
as eranif
More... over 16 years ago
- Fixed: removed all calls to static TagsManagerST::Get() within Language class since it could cause the creation of 2 instances, one for the shared object and one for the application - Fixed: removed all calls to static LanguageST::Get() within TagsManager class since it could cause the creation of 2 instances, one for the shared object and one for the application
Eran Ifrah
as eranif
More... over 16 years ago
- Fixed bug in yacc grammar which did not collect pure virutal declaration properly - All: New Class dialog now allows user to select that it would like to implement all pure vitual functions/or all virtual functions
Eran Ifrah
as eranif
More... over 16 years ago
- Fixed: Concurrent building is now working properly on Windows - Added new icon to cscope plugin - LexGCC will now also colour the line starting with 'Building' - Fixed warning for unknow image 'question_and_answer'
Eran Ifrah
as eranif
More... over 16 years ago
- Added supprort for 'throw' keyword in function declaration - Added new method 'GetMemberType' which resolves class's members type and scope - All: New class dialog now allows user to manually insert the file name for the class
Eran Ifrah
as eranif
More... over 16 years ago
- Fixed: plugn wizard now adds libwxFlatNotebook library in lower case - All: added new option in the project settings -> custom build, user can now selects the working directory - Changed: the custom build now runs the command directly through the shell and not by creating a makefile which contains the command.
Eran Ifrah
as eranif
More... over 16 years ago
- updated workspace & project for DebugUnicode build
Eran Ifrah
as eranif
More... over 16 years ago