1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

823 commits

Author SHA1 Message Date
Alain Magloire
e03a6c0446 Tentative fix for PR 57128 2004-04-05 19:17:24 +00:00
Hoda Amer
a0aed1c95c Content Assist and Refactoring bug fixes 2004-04-05 14:26:48 +00:00
Alain Magloire
19af5bd03e CView has its own ContentProvider. 2004-04-05 04:37:00 +00:00
John Camelon
45cf3d9fb2 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=43215 2004-04-05 03:03:31 +00:00
David Inglis
381b012a01 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57146 2004-04-03 04:19:16 +00:00
David Inglis
f594128873 support multiple binary parsers 2004-04-02 19:07:41 +00:00
Alain Magloire
d02bc06723 Add new filter to hide/show non C Projects 2004-04-02 16:27:05 +00:00
Alain Magloire
79caadc27f include container. 2004-04-01 21:08:10 +00:00
Alain Magloire
c018f7411c New set of icons on April first 8-) from Chris. 2004-04-01 18:25:40 +00:00
David Inglis
914825d390 removed xerces dependency 2004-04-01 02:39:16 +00:00
Bogdan Gheorghe
affd1175f1 Fix for 56943 - CDT hang on Autobuild, added missing index marker icon 2004-03-31 19:41:59 +00:00
Alain Magloire
e635fb93e7 Fix PR 56895 2004-03-31 15:31:53 +00:00
Bogdan Gheorghe
5c3d8fdb41 Fix annotations in overview bar, added index IProblem markers, added new preference page for controlling external search markers 2004-03-31 07:57:18 +00:00
David Inglis
5cfae571a1 fixed NPE when message field is disabled 2004-03-31 02:40:20 +00:00
Bogdan Gheorghe
c2ca5725c1 Fix for Annotation refresh problem (56760) 2004-03-30 23:13:39 +00:00
Alain Magloire
c3f3e1e881 New set of icons from Chris Wiebe. 2004-03-30 21:46:13 +00:00
Alain Magloire
223e4b652a CView was not refreshing when close project. 2004-03-30 20:48:40 +00:00
Alain Magloire
656d676a73 New icon fo the namespace. 2004-03-30 15:18:24 +00:00
Alain Magloire
ad8331a061 Check if the resource is accessible 2004-03-30 14:48:09 +00:00
Alain Magloire
24a43f659d Fix PR 56734 2004-03-30 14:34:45 +00:00
Alain Magloire
f76fe15b92 Fix PR 56650 2004-03-30 06:08:56 +00:00
Alain Magloire
36e409eaa3 Change the old implementation of filter in the CView to match
the PackageExplorer.
2004-03-30 05:35:52 +00:00
Alain Magloire
d6b510d200 Added the Probelem view as the default instead of the
Task view.
2004-03-29 17:21:31 +00:00
Bogdan Gheorghe
c1b941c286 Fix for CSearchQuery M8 changes 2004-03-29 16:51:35 +00:00
Bogdan Gheorghe
4d5a0e4e7c Deactivated popup of new search view for now. 2004-03-29 05:46:11 +00:00
Bogdan Gheorghe
de01048e51 Added background search from CSearchPage 2004-03-29 04:32:01 +00:00
Alain Magloire
58513148c2 Provide the action "show selected element" 2004-03-29 02:34:48 +00:00
Alain Magloire
a9d96b7796 keep the order of the sourceroots. 2004-03-27 04:50:20 +00:00
David Inglis
12a4c3d3df work in progress on c path ui control - ui not enabled yet see plugin.xml 2004-03-26 22:05:27 +00:00
Hoda Amer
f2dba87e93 Joined effort with Bogdan, Added parser timeout capability that is used by Content Assist 2004-03-25 18:48:27 +00:00
Bogdan Gheorghe
5ab48f40ff External markers patch: allows searches on external included files 2004-03-24 15:29:07 +00:00
Alain Magloire
775e82edd0 Check for Reorder IPathEntry and do a refresh 2004-03-24 01:15:13 +00:00
Hoda Amer
d6eba35511 Fix for bug#52858 2004-03-23 20:20:34 +00:00
Hoda Amer
297edc9e7b Fix for bug#51303 & bug#53066 2004-03-23 17:06:58 +00:00
Andrew Niefer
3b02aaec46 externalize strings from Tanya Wolff 2004-03-22 22:16:55 +00:00
Alain Magloire
f19ce7f75a Show the Binary in the cview even if not an ICElement 2004-03-22 03:21:59 +00:00
Alain Magloire
90ef8946ae Fix the CView sorting. 2004-03-21 07:04:01 +00:00
David Inglis
a85f27eed2 use new cdescriptor operation for changes 2004-03-19 20:31:33 +00:00
Hoda Amer
cb1e01065f Fix for bug#54325 Refactor: Check for name collision 2004-03-19 17:02:18 +00:00
Andrew Niefer
f8d8ad6843 externalizing strings from Tanya Wolff 2004-03-18 23:34:30 +00:00
Alain Magloire
1df94abba2 New icons 2004-03-18 22:51:00 +00:00
David Inglis
bea720fa70 fixed NPE on init 2004-03-18 15:10:24 +00:00
Alain Magloire
24b55c3712 Change in the hierarchy of the core Model:
ICModel
	   ICProject
	      ISourceRoot
	         IBinary
	         IArchive
	         ITranslatioUnit
	         ICContainer
	The ISourceRoot been added to better separate
	the files.  By default the entire project is the
	SourceRoot.
2004-03-18 05:42:51 +00:00
Hoda Amer
0daa1a8b68 Patch for Tanya: Externalizing ui strings 2004-03-17 16:32:42 +00:00
Hoda Amer
a1952b6c09 Patch for Tanya: Externalizing ui strings 2004-03-17 15:42:41 +00:00
Andrew Niefer
a7c0f2524f externalize strings from Tanya Wolff 2004-03-17 15:26:34 +00:00
Andrew Niefer
8f0618aeb2 class browser and type hierarchy property files from Chris Wiebe 2004-03-16 22:42:44 +00:00
Hoda Amer
60e93cc60b Fix for bug#54324 Refactor: Invoke rename refactoring from editor 2004-03-16 21:22:47 +00:00
Hoda Amer
e74475bdbe Fix for [Bug 54323] Refactor: Menu item from outline view 2004-03-15 21:17:47 +00:00
Alain Magloire
a5f8faffc5 The build actions were always disable. 2004-03-15 17:09:59 +00:00