Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer1-1/+1
2006-01-02Add translatable attribute patchLeo Treggiari7-2/+109
2005-12-31Cleanup.Mikhail Khodjaiants4-6/+10
2005-12-29Temporary fix for bug 122344: Memory monitors are not shown in the Memory view.Mikhail Khodjaiants2-1/+6
2005-12-29Bug 122336: Use the asynchronous tree viewer in the Modules view.Mikhail Khodjaiants1-2/+1
2005-12-29Bug 122336: Use the asynchronous tree viewer in the Modules view.Mikhail Khodjaiants16-594/+642
2005-12-29Update loadExtensionsSynchronized to handle issue with setting the 'loaded' f...Leo Treggiari1-1/+8
2005-12-28HTMLTextPresenter implements DefaultInformationControl.IInformationPresenterE...Mikhail Khodjaiants2-8/+19
2005-12-28Cleanup.Mikhail Khodjaiants3-4/+9
2005-12-28Cleanup.Mikhail Khodjaiants2-2/+6
2005-12-28Replaced deprecated org.eclipse.jface.util.ListenerList by org.eclipse.core.r...Mikhail Khodjaiants2-1/+6
2005-12-28Cleanup.Mikhail Khodjaiants4-3/+9
2005-12-28Cleanup.Mikhail Khodjaiants5-5/+11
2005-12-27Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.Mikhail Khodjaiants10-5/+25
2005-12-24Added skipping of problem bindings. More stuff shows up now. Still don't know...Doug Schaefer2-19/+18
2005-12-23Fixed the binding type bug that prevented incremental indexing from getting h...Doug Schaefer7-21/+85
2005-12-21Pretty massive update to the PDOM. Made IBindings adaptable. Introducing the ...Doug Schaefer70-375/+1653
2005-12-20Bug 121474: NPE in CDebuggerTab.Mikhail Khodjaiants2-23/+25
2005-12-20Bug 120390: Avoiding .gdbinitMikhail Khodjaiants9-38/+44
2005-12-16Bug 118809: Failure to evaluate stack frame. Previous fix didn't work for sta...Mikhail Khodjaiants2-1/+8
2005-12-16loadExtensionsSynchronized is not called when unnecessaryMikhail Sennikovsky1-0/+3
2005-12-15Fix bugzilla 118869 - incorrect .d files on WindowsLeo Treggiari1-25/+59
2005-12-15Update getDependencyExtensions to add the "h" extension to the C++ header fil...Leo Treggiari1-1/+23
2005-12-12Additional option enablement functionality and testsMikhail Sennikovsky18-188/+1936
2005-12-09Added decl/def/ref differentiation to PDOM Names, hooking them up correctly t...Doug Schaefer4-21/+125
2005-12-08Bug 118809: Failure to evaluate stack frame.Mikhail Khodjaiants2-27/+53
2005-12-02Apply patch for bugzilla 93013 - Run As and Debug As menu items now show up f...Leo Treggiari1-1/+9
2005-12-02Fixed NPE that occured during automated test suite.Doug Schaefer1-0/+3
2005-12-02Patch for Oleg Krasilnikov (oleg.krasilnikov@intel.com).John Camelon2-53/+95
2005-12-02Got rid of the static project references in our .project files. PDE takes car...Doug Schaefer15-45/+1
2005-12-02Cleaned up the implementation of strings in the database. I now store the len...Doug Schaefer10-249/+138
2005-12-02Added incremental parsing for the PDOMUpdator. Added dynamic updating of the ...Doug Schaefer9-44/+183
2005-12-01Added tracing option for PDOM timing so it doesn't print it out all the time.Doug Schaefer2-2/+10
2005-12-01Made languages more dynamic. No more hard coding. The PDOM records and manage...Doug Schaefer11-57/+251
2005-11-30Initial check-in for the Option Value Handler functionality fixesMikhail Sennikovsky11-97/+254
2005-11-29Partial fix for bug 118114: Cannot view typedef'ed array in debugger.Mikhail Khodjaiants2-4/+5
2005-11-29Bug 100298: [Memory View] Changing variable's value from variables view or me...Mikhail Khodjaiants3-2/+37
2005-11-28Bug 118272: Invalid stack trace when stepping out of function.Mikhail Khodjaiants2-7/+18
2005-11-28Added C++ functions to the list of PDOM Bindings.Doug Schaefer3-7/+133
2005-11-28Fixed PDOM rebuilding. Fixed file names to be paths in file system instead of...Doug Schaefer5-24/+38
2005-11-28Fixed bugs with macro resolution in path entry calculationMikhail Sennikovsky1-46/+82
2005-11-28Working on getting language and type info into the bindings. Fixed up the nam...Doug Schaefer28-622/+355
2005-11-26More preparation for language specific PDOM bindings. Including a fancy new l...Doug Schaefer5-94/+132
2005-11-26Final removal of the pdom plugin, the PDOMCorePlugin class. Moved everything ...Doug Schaefer13-94/+91
2005-11-26Removed the PDOM code from the AST Service Provider code. PDOM is only availa...Doug Schaefer1-6/+1
2005-11-26fix bug 105839Andrew Niefer1-1/+8
2005-11-25Moved the PDOM into the Core. Started introduction of ILanguage, the mechanis...Doug Schaefer48-44/+3198
2005-11-25crecoskie Nov 25, 2005Chris Recoskie1-1/+14
2005-11-251.File context macro support implementedMikhail Sennikovsky12-162/+195
2005-11-25fix bug 105769Andrew Niefer3-1/+23

Back to the top