Patch for faster TagsManager::GetAllTagsNames
-
- CodeLite Curious
- Posts: 2
- Joined: Tue Jun 16, 2009 7:06 am
- Contact:
Patch for faster TagsManager::GetAllTagsNames
Here's patch for speeding up TagsManager::GetAllTagsNames when all CodeCompletionColourOpts are selected by using a query without a "where" clause.
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Patch for faster TagsManager::GetAllTagsNames
I already downloaded it from SF and applied it today in my local copy, but not yet committed.basic wrote:Here's patch for speeding up TagsManager::GetAllTagsNames when all CodeCompletionColourOpts are selected by using a query without a "where" clause.
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Patch for faster TagsManager::GetAllTagsNames
patch applied in svn trunk
Eran
Eran
Make sure you have read the HOW TO POST thread