Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-05-29Bug 144277: No images for source containers types (temporary fix).Mikhail Khodjaiants2-0/+7
2006-05-28Bug 135034 - Handle project deletion while indexing. Cancels all pending and ↵Doug Schaefer8-10/+77
the current task if they are started by the indexer associated with the project. Also snuck in a change to the menu items for Searching decls and refs, i.e. removed to "All" to match the JDT.
2006-05-28Bug 143488 - Hooked up the FindAction to the Selection Parse methods for ↵Doug Schaefer4-50/+21
getting full name text selections. Also upgraded these methods to reuse TextSelection from JFace instead of rolling our own.
2006-05-27Bug 137959 - Added struct kind to PDOMCPPClassType.Doug Schaefer10-43/+56
Also cleaned up the firing of PDOM change events so that they happen on each write lock release.
2006-05-27Improved resolution of qualified names during indexing.Doug Schaefer3-5/+11
2006-05-27Fixed up the search element and search match to eliminate duplicate matches ↵Doug Schaefer4-37/+36
from multiple projects.
2006-05-27Fixed a typo in the PDOMSearchQuery that was dropping definitions.Doug Schaefer1-1/+1
2006-05-26Bug 137138: Common source containers get disposed.Mikhail Khodjaiants3-3/+13
2006-05-26Bug 122010: Registers View is displayed even if supportsRegisters and ↵Mikhail Khodjaiants2-1/+7
supportsRegisterModification are disabled. Fix for supportsRegisterModification.
2006-05-26Bug 134310 - Fix the GCC error parser which was really slow on long command ↵Doug Schaefer5-20/+20
lines. Now if the line is longer than a magic number (1000 for now), it is skipped since it's not likely to be an error message. Bug 143952 - Skipping over "instantiated from here" so that it doesn't appear as an error.
2006-05-26Implemented a couple of methods in PDOMCPPClassType which are now called ↵Doug Schaefer2-2/+15
since I fixed qualified name support. Also fixed the label for the text selection query to show which text we're searching for.
2006-05-26Fix for 141001: FileContextBuildMacroValues now implements CloneableMikhail Sennikovsky1-2/+2
2006-05-26Bug 141653 - Iimproved support for qualified named during binding ↵Doug Schaefer2-15/+70
resolution. Fixed Open Declaration to look for definitions as well as declarations (the PDOM keeps these separate where the DOM does not).
2006-05-26Fix to the externalized stringMikhail Sennikovsky1-1/+1
2006-05-25Bug 137970: No default debugger in C++ managed project.Mikhail Khodjaiants2-0/+11
2006-05-25Bug 109733: Request to make certain methods as public (MISession and ↵Mikhail Khodjaiants3-1/+15
MIInferior).
2006-05-25Bug 109733: Request to make certain methods as public (null check for ↵Mikhail Khodjaiants2-3/+10
setPrompt).
2006-05-25Make user-defined includes and symbols appear first in the path entry list.Mikhail Sennikovsky1-1/+1
The current order is: 1. User values defined via options 2. User values defined via environment 3. Tool built-ins
2006-05-25patch from Tianchao Li to fix bug # 136136David Inglis12-209/+222
2006-05-25Bug 142713 - For some reason the number of template parameters in this code ↵Doug Schaefer1-6/+8
was smaller than expected. Could be due to some unimplemented methods in the PDOM, but I'm not sure of that. At any rate, I've added a check to skip over the tempate if the number of parameters wasn't large enough.
2006-05-25Bug 143093 - Check for null translationUnit. Not sure why it would be null, ↵Doug Schaefer1-1/+3
but whatever...
2006-05-24Turned off all interaction with content assist with the PDOM. There isn't ↵Doug Schaefer5-13/+27
enough information in the PDOM for this to work correctly yet.
2006-05-24Bug 143593: Module's children are not expandable.Mikhail Khodjaiants3-0/+11
2006-05-24Bug 140973 - Fix yet another ClassCastException...Doug Schaefer1-1/+2
2006-05-24bug #142464. NPE in CElementAdaptorFactoryAndrew Niefer1-2/+7
2006-05-24fix for 137674Chris Recoskie10-29/+262
2006-05-24Bug 141819 - Fix providers for some of the plugins.Doug Schaefer6-1/+6
2006-05-24Fixed 77947 - fixed copyright holders in the about box.Doug Schaefer3-4/+4
2006-05-24Updated the about.html files.Doug Schaefer28-390/+490
2006-05-24fix for 139663Chris Recoskie2-0/+27
2006-05-23Bug 133964: getBinary() method in CDebuggerTab always returns null.Mikhail Khodjaiants2-0/+7
2006-05-23Fixed up search including assing support for both the List and Tree view, ↵Doug Schaefer18-289/+483
the remove element menu items, and search rerunning. Also made a common Label provider for all index based views. Also removed the LinkageCache which is no longer used since the PDOM now caches Linkages.
2006-05-23Move the Full indexer to the PDOM Indexer Task Framework.Doug Schaefer7-84/+21
2006-05-23Making Strings translatable for the macro setting UI (bug# 139010)Mikhail Sennikovsky1-10/+10
2006-05-23Turns out getting rid of flush in the preferences was a bad idea. I now do ↵Doug Schaefer1-14/+18
it in a job delayed 2 seconds to ensure any incoming .setting dirs are processed. Probably won't work on large projects but the side affects are only a log file.
2006-05-23Added Rebuild Index Object Contribution for ICProject.Doug Schaefer3-1/+73
2006-05-23Really turn off the ctags indexer. Now if the ctags indexer gets asked to ↵Doug Schaefer6-17/+15
run, it'll simply set the indexId of the project to the null indexer. Also cleaned up some of the magic constants in CCorePlugin.
2006-05-23Bug 141509 - Handle project import where the project gets added and then ↵Doug Schaefer2-31/+33
later the project preferences get loaded.
2006-05-22Sorting the projects in the IndexView to match the projects view.Doug Schaefer1-5/+10
2006-05-22Fixed the IndexView to handle added and removed projects.Doug Schaefer1-3/+64
2006-05-22Removed the ctags indexer from the UI. Added a check box to the indexer ↵Doug Schaefer9-66/+116
preference page to allow for all projects to be updated to the new preference.
2006-05-19Bug 142860: Breakpoint marker is not shown in the editor's ruler.Mikhail Khodjaiants4-3/+31
2006-05-19Put the PDOM back to per project. Increased the Chunk size in the database ↵Doug Schaefer32-215/+264
to 16K so that less handles are created on Windows.
2006-05-19Warning cleanup.Mikhail Khodjaiants2-3/+7
2006-05-19Fixes to let the Linux kernel index.Doug Schaefer1-1/+4
2006-05-18Two major PDOM changes. First, the PDOM is now per workspace. Indexers ↵Doug Schaefer64-777/+872
remain per project. There were a lot of changes to make this work. Second, the macros are now cached on the PDOMCodeReaderFactory which is now used for the duration of a reindex request. This vastly improves the performance of the fast indexer.
2006-05-18Moved the new static methods from AbstractCLaunchDelegate to the new utility ↵Mikhail Khodjaiants1-1/+1
class.
2006-05-18additional target tool calculation fixesMikhail Sennikovsky2-2/+2
2006-05-18target tool calculation now works when the targetTool is not specified with ↵Mikhail Sennikovsky6-49/+92
the tool-chain
2006-05-17Moved the new static methods from AbstractCLaunchDelegate to the new utility ↵Mikhail Khodjaiants3-107/+151
class.

Back to the top