1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-05 08:05:24 +02:00
Commit graph

2494 commits

Author SHA1 Message Date
Doug Schaefer
a8d7b7028c Bug 125576 - PDOM wouldn't turn off. 2006-01-30 20:17:26 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Doug Schaefer
314113adb0 PDOM - Hooked up resolveBinding and OpenDeclarations. 2006-01-18 17:59:29 +00:00
Doug Schaefer
1849e12a38 Bug 104792 - Content proposal filtering feature. 2006-01-18 15:44:24 +00:00
Doug Schaefer
e0a9f12895 Bug 104792 - Content proposal filtering feature. 2006-01-18 15:34:05 +00:00
Doug Schaefer
276c7dbb16 Turn off use of the PDOM for open declarations, for now... 2006-01-13 20:20:49 +00:00
Doug Schaefer
6535d63ad3 Fixed an NPE in the IndexingJob. Fixed support for multiple languages in a project. Changed the index view to not use virtual trees (way to slow). We'll keep an eye on memory consumption before deciding which way to go. 2006-01-11 18:35:38 +00:00
Doug Schaefer
0623b903f8 PDOM - Started adding elements for C. Fixed index view so that it updates, despite a current bug in the JFace Virtual Trees that prohibits nice updating. 2006-01-09 18:31:36 +00:00
Doug Schaefer
0c006716b3 Fixed NPEs that occured because CShiftData didn't capture the element. It now passes on the WorkingCopy from the CReconcilingStrategy. 2006-01-06 18:12:26 +00:00
Doug Schaefer
3f96a4af6c Bug 118887 - New Class wizard was allowing the project as a source folder, even if it wasn't. This causes a number of NPE reports and weird behavior. 2006-01-04 21:36:52 +00:00
Doug Schaefer
4e01b3df9a Bug 122472 - Turned off the problem annotation by default. There have been too many false error reports from this. 2006-01-04 20:51:11 +00:00
Doug Schaefer
28af61ba10 Bug 113518 - Patch to improve performance of CModel at reconcile time. 2006-01-04 20:09:35 +00:00
Doug Schaefer
c5c47c0842 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
Doug Schaefer
046c7ad162 Added skipping of problem bindings. More stuff shows up now. Still don't know how to update the IndexView after a PDOM update, though... 2005-12-24 03:30:45 +00:00
Doug Schaefer
943a30e50c Fixed the binding type bug that prevented incremental indexing from getting hooked up correctly. Hookedup fields to their classes. Added support for viewing members in the IndexView and reordered the way members are added. 2005-12-23 16:55:55 +00:00
Doug Schaefer
a9d3047502 Pretty massive update to the PDOM. Made IBindings adaptable. Introducing the Index View. 2005-12-21 21:01:29 +00:00
Doug Schaefer
2b2f1eaba6 Got rid of the static project references in our .project files. PDE takes care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress. 2005-12-02 20:43:14 +00:00
Doug Schaefer
41d26bc514 Moved the PDOM into the Core. Started introduction of ILanguage, the mechanism of language extensibility for the CDT. 2005-11-25 22:01:48 +00:00
Doug Schaefer
28de4d648c Changed the interfaces on the CEditor so that it works for both 3.1.x and 3.2. 2005-11-18 16:06:53 +00:00
Doug Schaefer
f385ba4ef0 Cleaned up dependencies a little. 2005-11-15 21:40:08 +00:00
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
Doug Schaefer
f1fa62b185 Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries. 2005-11-10 21:41:23 +00:00
Doug Schaefer
a17df8ba39 Patch for Todd 2005-11-10 15:20:17 +00:00
Doug Schaefer
7c13219552 Fixed NPE in open declaration. 2005-11-09 16:19:01 +00:00
Doug Schaefer
9746494f77 Made the completion parse use the PDOM code reader to make it incremental. Also added CPPVariable bindings so that the icons will appear in content assist. 2005-10-18 14:55:33 +00:00
Doug Schaefer
cb04187d5b A little more PDOM magic. Project deletes, incremental parsing. 2005-10-17 21:34:42 +00:00
Doug Schaefer
18d33b21ec Bug 109109 - missing return in equals method. 2005-09-28 19:55:44 +00:00
Alain Magloire
41d098da72 2005-08-27 Alain Magloire
Fix PR 108206: Do not use the UI thread when parsing
	the working copy for the outliner.
	* src/org/eclipse/cdt/internal/ui/CElementAdapterFactory.java
	* src/org/eclipse/cdt/internal/ui/DeferredCWorkbenchAdapter.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlinePage.java
	* src/org/eclipse/cdt/internal/ui/editor/CContentOutlineProvider.java
2005-08-27 22:50:52 +00:00
Alain Magloire
a43ab33c8c 2005-08-27 Alain Magloire
Fix PR 108205: limit the number of refresh by ignoring WorkingCopies events.
	* src/org/eclipse/cdt/ui/CElementContentProvider.java
2005-08-27 22:46:56 +00:00
Alain Magloire
09fcd6ef44 2005-08-20 Alain Magloire
Fix PR 105613:  Preview label duplicated
	* src/org/eclipse/cdt/internal/ui/preferences/CTemplatePreferencePage.java
2005-08-21 03:30:49 +00:00
Alain Magloire
b1afdc1ddd 2005-08-20 Alain Magloire
Fix for PR 106540: Link with editor did not work correctly for non C resources.
	* src/org/eclipse/cdt/internal/ui/cview/CView.java
2005-08-21 03:01:41 +00:00
Alain Magloire
ef4e5c166a 2005-08-20 Alain Magloire
Fix PR 86802 106911 87497 : Assembly editor fixes.
	* src/org/eclipse/cdt/internal/ui/editor/asm/ASMEditorActionContributor.java
	* src/org/eclipse/cdt/internal/ui/editor/asm/AsmSourceViewerConfiguration.java
	* src/org/eclipse/cdt/internal/ui/editor/asm/AsmTextEditor.java
	* plugin.xml
2005-08-21 02:48:27 +00:00
Chris Wiebe
7c7f60df97 2005-08-09 Chris Wiebe
Fix bug# 106564: platform keybindings
	plugin.xml
2005-08-09 21:25:36 +00:00
Alain Magloire
ecce7764c9 2005-08-08 Alain Magloire
Fix PR 106340: ArrayOutOfBoundException
	* src/org/eclipse/cdt/internal/ui/actions/GoToNextPreviousMemberAction.java
2005-08-08 16:23:42 +00:00
Doug Schaefer
37216cd824 [105915] Updates to fix up the ISV docs 2005-08-05 15:20:45 +00:00
Doug Schaefer
08367e21b0 Patch for Devin: Fix for 105220 and friends. 2005-08-04 13:50:51 +00:00
David Inglis
546a228e85 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=102195 2005-08-02 15:53:05 +00:00
Alain Magloire
a61bb7af39 Disable Type Hierarchy 2005-07-29 19:28:53 +00:00
David Inglis
ceb1591cf9 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=102195 2005-07-28 14:26:15 +00:00
Bogdan Gheorghe
888428b1fa User Docs for indexer
Take out "Add to index menu item"
2005-07-27 20:03:26 +00:00
Doug Schaefer
13211bd14e More fun with EPL. I think we have all Java files compliant now. 2005-07-22 14:55:56 +00:00
Alain Magloire
78a4a96e57 Fix copyright 2005-07-22 03:32:01 +00:00
John Camelon
3464d93dee Patch for Devin Steffler.
Fixed Bug 104128 - Selection Search from CView doesn't work
2005-07-21 23:23:26 +00:00
Chris Wiebe
1c3ede2638 2005-07-21 Chris Wiebe
Fix PR 104442
	* src/org/eclipse/cdt/internal/ui/text/FastCPartitionScanner.java
2005-07-20 23:35:04 +00:00
John Camelon
9f3f21f55d Patch for Devin Steffler.
Fixed Bug 104532 	opening an #included header file from the outline view does not work with linked folders
2005-07-20 19:28:57 +00:00
Andrew Niefer
ad2b990865 fix bug 104506: StringIndexOutOfBoundsException 2005-07-20 15:13:57 +00:00
Doug Schaefer
028d21cfd8 Bug 103857 - Limited the search to exclude fields and methods since they usually have a more limited scope (really only want global only). Also fixed up the keyword contributor to work when there is no completion node. 2005-07-19 17:34:38 +00:00
Doug Schaefer
6de6572a5a Bug 88796 - Refactored keyword completion into separate contributor. Added some of the missing keywords and made the keywords language specific for c versus c++. 2005-07-19 15:40:28 +00:00
John Camelon
08278a1193 Patch for Devin Steffler.
Fixed Bug 103697 - Open Definition/Declaration on files in linked folders open a new editor
2005-07-18 23:47:30 +00:00
Alain Magloire
d896048b89 2005-07-09 Alain Magloire
Fix PR 102324: Fire event in the property page for change contentType
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
2005-07-17 02:46:04 +00:00