Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2006-04-20Put the browser folder back into the build.properties.Doug Schaefer1-0/+1
2006-04-19Updated reconciler usage to make use of new MonoReconciler classThomas Fletcher2-28/+2
2006-04-19Put the Type Cache back and reactivate the code that uses it, i.e., Open Type...Doug Schaefer19-0/+4884
2006-04-19Put the Type Cache back and reactivate the code that uses it, i.e., Open Type...Doug Schaefer14-82/+944
2006-04-19Fix 137463 NPE in addName when the name.toCharArray() was null for anonymous ...Doug Schaefer1-2/+6
2006-04-18Changed reconciler to be non-incremental due to the latency that isThomas Fletcher1-2/+5
2006-04-18Got our first entries from ctags. Fixed open declaration to deal with line nu...Doug Schaefer6-24/+332
2006-04-17Removed the -a option from ctags so that it creates a new file for each reque...Doug Schaefer2-41/+58
2006-04-17Hooked up ctags indexer, although it doesn't record any bindings yet. Got rid...Doug Schaefer17-160/+717
2006-04-14That was weird. When we removed the ListenerList class with the old refactori...Doug Schaefer1-1/+1
2006-04-14Adds text-search to the context-menu. See https://bugs.eclipse.org/bugs/show_...Markus Schorn1-1/+10
2006-04-14Fixes the NPE by asking for the active editor instead of the active part.Markus Schorn1-31/+10
2006-04-14fixed PR 133200David Inglis1-6/+5
2006-04-12Remove the removed source folders from the build.properties file.Doug Schaefer2-5/+0
2006-04-12Remove the removed source folders from the build.properties file.Doug Schaefer2-8/+1
2006-04-12Testing the scalability of the Commit Files dialog. No really, I've removed t...Doug Schaefer463-73072/+1234
2006-04-10Help address NPEs in tests.Doug Schaefer1-44/+46
2006-04-10Fix NPEs around project creation and deletion.Doug Schaefer2-2/+5
2006-04-09Hooked up the PDOM to content assist. Addes a getExpressionType to IASTExpres...Doug Schaefer42-640/+396
2006-04-09Removed the old search page.Doug Schaefer2-725/+0
2006-04-08Added the external tool launcher I used to build the winreg DLL.Doug Schaefer1-0/+8
2006-04-07Fix NPE on clean/build after older indexer has been removed.Doug Schaefer1-2/+3
2006-04-07PR 62772David Daoust1-14/+19
2006-04-07Turn off the old indexer. Good night, Gracie...Doug Schaefer2-29/+27
2006-04-07The IndexView now skips linkages in the hierarchy if there is only one in a p...Doug Schaefer3-15/+25
2006-04-07PDOM - Change the IndexView content provider to use the new IPDOMVisitor patt...Doug Schaefer1-206/+88
2006-04-05Changed the PDOM delete method to clear since it doesn't really delete the da...Doug Schaefer13-11/+143
2006-04-05Bug 135050 - Don't set the indexer id when it isn't set in the project prefer...Doug Schaefer1-2/+0
2006-04-05Moved IWorkingCopyProvider and PathUtil out of the browser source folder into...Doug Schaefer31-31/+32
2006-04-05Moved some general utility classes from the index source folder to the utils ...Doug Schaefer3-0/+0
2006-04-05Added better timing stats for the Fast indexer.Doug Schaefer2-1/+7
2006-04-05Fix NPE bug 134969. Broke when I converted IProject to ICProjects everywhere....Doug Schaefer1-1/+1
2006-04-04Patch for Anton Leherbauer bug 81555. Use a CDT specific partitioning for (al...Doug Schaefer5-14/+50
2006-04-04Turn code completion back on. The PDOM isn't quite ready yet for content assist.Doug Schaefer1-1/+1
2006-04-04Fix up the compile error with ICSearchConstants by extracting the two inner c...Doug Schaefer28-30/+75
2006-04-04Flipped back to a read/write lock on the pdom. Made the indexing operations o...Doug Schaefer11-385/+286
2006-04-03Make the Windows registry code a little more robust.Doug Schaefer4-27/+24
2006-04-03Windows registry access utility.Doug Schaefer7-0/+128
2006-03-31Hooked up the Fast indexer so it should work now. Also changed a few interfac...Doug Schaefer30-623/+482
2006-03-31update error parser junits to read a set of files with output to feed parserDavid Inglis6-161/+662
2006-03-31fixed NPEDavid Inglis3-9/+32
2006-03-30Turn off indexing for now until I get things set up. I had visions of bad thi...Doug Schaefer1-3/+5
2006-03-30Integrated indexing into PDOM. Also change the names of a couple of things, s...Doug Schaefer61-467/+522
2006-03-29Patch for Beth Tibbits: PR133723. Add minimal support for pragmas to the DOM.Doug Schaefer2-0/+2
2006-03-29Patch for Jeff Overbey PR133386. Allow contributions to the C Model from exte...Doug Schaefer11-32/+187
2006-03-28A smarter way to deal with readers/writers of PDOM database, i.e. using sched...Doug Schaefer6-42/+427
2006-03-27Added read/write locks for the PDOMDatabase.Doug Schaefer1-0/+50
2006-03-24Test ported and defects documented in source (See also bug #129768)Norbert Plött1-0/+132
2006-03-24Test ported and defects documented in source (See also bug #129768)Norbert Plött2-0/+267
2006-03-24Test ported and defects documented in source (See also bug #129768)Norbert Plött1-0/+134

Back to the top