Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2006-05-10Fixed endless loop, bug 100300.Markus Schorn1-2/+1
2006-05-10Patch from Dave Daoust, Discouraged access, bug 100186.Markus Schorn1-21/+6
2006-05-09Add support for getting the list of source files from a mach-o binary. Also f...Ken Ryall2-7/+67
2006-05-09Added parameters types to allow for content assist to show something useful i...Doug Schaefer30-248/+872
2006-05-09Patch from Anton Leherbauer, NPE, bug 131267.Markus Schorn1-9/+14
2006-05-09Patch from Anton Leherbauer, Background color of templates, bug 105614.Markus Schorn1-4/+7
2006-05-09Patch from Anton Leherbauer, Formatter and preferences, bug 126617.Markus Schorn1-33/+76
2006-05-09Changed label 'Code Assist' to 'Content Assist', bug 85064Markus Schorn3-5/+5
2006-05-09Skip over parameters when adding names. Done to match the last update in PDOM...Doug Schaefer1-1/+10
2006-05-09Handle namespaces when looking up parents when adapting bindings.Doug Schaefer1-0/+9
2006-05-08Fixed NPE in DOM Viewer.Doug Schaefer1-1/+1
2006-05-05Got rid of the caching of Chunks for now. The databases aren't too large yet ...Doug Schaefer2-45/+0
2006-05-05Cache PDOMFiles in the fast indexer and reuse them when creating PDOMNames. S...Doug Schaefer10-87/+55
2006-05-04Fix for 138333. Missing break causing pragmas to be marked as errors.Doug Schaefer1-0/+1
2006-05-04Fix 139787 - Implement a simple isSameType for PDOMCStructure and an equals f...Doug Schaefer2-1/+16
2006-05-04Fix for 140118. Use the getLocation on the working copy's resource to the the...Doug Schaefer2-5/+5
2006-05-03Added support for extracting the list of source files from ELF-DWARF.Ken Ryall4-5/+331
2006-05-03Fixed a couple of exceptions when fast indexing ACE&TAO.Doug Schaefer2-4/+11
2006-05-03fix for 139920Chris Recoskie1-1/+15
2006-05-03Makes this compilable with MVC++6.0, related to bug 139891Markus Schorn2-9/+1
2006-05-03Updated starter.exe from Markus Schorn to fix the bug#139891Mikhail Sennikovsky1-0/+0
2006-05-03Adds default preference pages for the C- and Makefile Editor; Toni's patch fo...Markus Schorn1-1/+18
2006-05-02Removed killer.cpp.Doug Schaefer4-399/+2
2006-05-01Bug 139583 - fixed not implemented error in PDOMCPPFunction.isSameType.Doug Schaefer1-1/+6
2006-05-01implemented build/clean selected filesChris Recoskie1-0/+14
2006-05-01Fixed Open Declaration to look at PDOM Bindings.Doug Schaefer1-0/+12
2006-05-01Enough to get firefox indexed.Doug Schaefer6-12/+291
2006-04-29Fixes to get Firefox Fast indexed, at least the easy fixes :(.Doug Schaefer2-2/+4
2006-04-29Added cancel to full indexer. Fixed macro collection where macros from skippe...Doug Schaefer6-23/+205
2006-04-28Added cancel for Fast Reindexing jobs.Doug Schaefer1-0/+6
2006-04-28Changed the way Strings are stored in the PDOM to support strings larger than...Doug Schaefer18-305/+757
2006-04-28Libraries recompiled deu to native code changes made by Markus SchornMikhail Sennikovsky2-0/+0
2006-04-28Libraries recompiled due to native code changes made by Markus SchornMikhail Sennikovsky2-0/+0
2006-04-28Removed unnecessary call to available()Markus Schorn1-1/+0
2006-04-28Let spawner kill subprocesses, bug 119387Markus Schorn7-457/+479
2006-04-28Removed implementation of available0, as it depends on a specific JVM, bug 11...Markus Schorn1-28/+1
2006-04-28Add support for finding external resources.Ken Ryall1-2/+11
2006-04-28Allow public access to project so clients can use it to resolve name conflict...Ken Ryall1-0/+4
2006-04-27Removes command line length limitation and implements method available(), bug...Markus Schorn2-0/+0
2006-04-27Let spawner kill subprocesses, bug 119387.Markus Schorn3-5/+27
2006-04-27Removes command line length limitation, bug 138444.Markus Schorn2-24/+113
2006-04-27Changes to source to fix 119618, binaries to be compiled.Markus Schorn3-0/+53
2006-04-26Patch from Anton Leherbauer for bug 39521, highlighting of number constants.Markus Schorn3-36/+193
2006-04-25Hooked up the ctags preferences/property page. Optimized the use of Strings a...Doug Schaefer25-284/+379
2006-04-25Patch from Anton Leherbauer for bug 78670, add *.c++ to content-type.Markus Schorn1-1/+1
2006-04-25Patch from Anton Leherbauer for bug 39399, 'goto home' in CEditor.Markus Schorn1-0/+11
2006-04-25Patch from Anton Leherbauer for 138330, NPE in AsmEditorMarkus Schorn1-9/+10
2006-04-24A little ctags clean up. Added delta handling for Ctags. Looks a lot like Fas...Doug Schaefer4-120/+315
2006-04-24Clean up the Null indexer's reindexing.Doug Schaefer2-3/+52
2006-04-24Cleaning up the Full and Fast indexers. They are pretty close now.Doug Schaefer7-191/+172

Back to the top