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

1190 commits

Author SHA1 Message Date
Alain Magloire
bbff2f727d Fix for PR 59534 2004-04-22 16:31:28 +00:00
Hoda Amer
1d3a3c4df0 Fixing Build errors for the nightly Eclipse build on 04/22 after changing a few JFace interfaces) 2004-04-22 15:40:22 +00:00
Alain Magloire
0aa20e710b Add support for Base Reference in the PathEntry 2004-04-22 04:25:33 +00:00
David Inglis
22c63f4e56 update 2004-04-22 02:54:08 +00:00
Hoda Amer
cf31f83443 Content Assist fixes 2004-04-21 20:23:34 +00:00
Bogdan Gheorghe
727994dc39 Fix for external search markers 2004-04-21 18:57:40 +00:00
Alain Magloire
add4485083 Disable the pathEntry property page 2004-04-21 18:28:07 +00:00
Hoda Amer
fc6b681d61 Content Assist fixes 2004-04-21 17:12:17 +00:00
Hoda Amer
8d33b94810 Content Assist fixes 2004-04-21 16:47:15 +00:00
Alain Magloire
4acf3441ad 2004-04-06 Chris Wiebe
initial placement of non-ui code into org.eclipse.cdt.core.browser
2004-04-21 16:13:34 +00:00
Bogdan Gheorghe
6f5c560309 Fix for Bug 54155 - [Scalability] Indexer bypassing filtering when project was closed and had no index
Fix for Search UI refresh on Linux
2004-04-21 06:33:32 +00:00
Alain Magloire
d324df3b25 Implement documentSetup and documentCreation extension point
for CDT
2004-04-21 06:15:23 +00:00
Alain Magloire
0d79336fcb simple fix to status line 2004-04-21 03:58:08 +00:00
David Inglis
6d241cf586 update cpath ui 2004-04-21 02:14:21 +00:00
David Inglis
dd0baea2ea update cpath ui 2004-04-20 19:31:05 +00:00
Alain Magloire
f6d8cec74d Fix NPE in CDocumentProvider 2004-04-20 18:37:22 +00:00
David Inglis
a16487b5bd added more exception handling in model 2004-04-20 16:13:11 +00:00
Alain Magloire
0b7e5958f2 Fix for PR 59081 2004-04-20 16:10:38 +00:00
Bogdan Gheorghe
e84ed27c29 Fix for build problem 2004-04-20 15:17:15 +00:00
David Inglis
6d0e75f1d0 enable wraping on build console 2004-04-20 14:47:33 +00:00
Alain Magloire
3c381cd8bc Change the scheduling rule 2004-04-20 05:38:31 +00:00
Bogdan Gheorghe
977904112c Fix for 58477 - Search UI does not work
Fix for 59077 - Selection Search does not work
2004-04-20 03:53:00 +00:00
Alain Magloire
7ef1a6ed7e Change The Core Model interfaces to throw CModelException when
the fail abnormally.  This forces a lot of try{} catch(){}
bloks and rethrow to be added in the code.
2004-04-20 00:06:27 +00:00
Alain Magloire
93dfa55ecf Changes to CDocumentProvider to use Eclipse-3.0 TextFileDocumentProvider
The changes had the side effect of moving the IBufferFactory also
It is now in CustoBufferFactory.  The DocumentAdapter for C File
was rewritten
2004-04-19 05:50:10 +00:00
Hoda Amer
1be0c22c6a Bug fixes 2004-04-16 20:29:07 +00:00
David Inglis
8a496f8607 work in progress - cpath ui stuff 2004-04-16 20:25:16 +00:00
Andrew Niefer
2ae68378fa work for bug 50807 2004-04-16 20:08:25 +00:00
Hoda Amer
42bb6673a1 Fix for bug#44370 2004-04-16 19:42:20 +00:00
David Inglis
0edb6132e2 register adapter factory through new extension point 2004-04-16 17:45:01 +00:00
David Inglis
8329291604 fixed cview binary continaer and binary property page 2004-04-16 16:04:42 +00:00
Hoda Amer
d49160f8ff Fix for bug#55764 2004-04-16 15:39:51 +00:00
Hoda Amer
0f799bb0a8 Fix for bug#58563 2004-04-16 14:52:27 +00:00
Alain Magloire
3dc5e212e0 Added Properties for Binaries 2004-04-16 04:21:17 +00:00
Hoda Amer
df56f209bb Refactoring &Content Assist bug fixes 2004-04-15 20:33:16 +00:00
David Inglis
e20be2336b Work in progress - start of new C Path Container Wizard 2004-04-15 19:56:41 +00:00
David Inglis
8462a05691 refactor 2004-04-15 19:53:04 +00:00
Alain Magloire
50654ac2ef Patch from Chris Wiebe to make some helper function
static.
2004-04-15 19:24:45 +00:00
Alain Magloire
cf45b52e3c Patch from Mikhailk to remove dependencies on the
debug plugins.
2004-04-15 19:17:32 +00:00
John Camelon
e50848b176 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=57928 2004-04-15 17:55:20 +00:00
Alain Magloire
ca7982b5b8 remove the contribution for Header. doing this makes all c files
have the header icon.
2004-04-15 00:28:58 +00:00
Andrew Niefer
b3ac698a40 AST work for friend declarations
for bug 45235 AST does not capture class friend relationships 
and bug 53759 ISourceElementRequestor missing callbacks for friend declarations
2004-04-14 20:43:00 +00:00
Alain Magloire
f352888033 Fix PR 58375 2004-04-14 18:06:57 +00:00
Hoda Amer
358bcc3424 Partial fix for bug#58178 2004-04-14 15:52:44 +00:00
David Inglis
88528b8277 update - work in progress 2004-04-13 20:41:46 +00:00
Hoda Amer
0d7e3bcbf0 Fix for bug#57804 : refactoring. 2004-04-13 18:03:29 +00:00
Hoda Amer
15cee9ff6a Patch for Chis Wiebe: New class wizard fixes 2004-04-13 15:52:54 +00:00
Andrew Niefer
52d4876576 restore changes lost with internationalization 2004-04-13 13:11:12 +00:00
David Inglis
4f736132e1 update 2004-04-13 04:44:07 +00:00
Bogdan Gheorghe
85666c920f Indexer watchdog patch 2004-04-13 03:52:56 +00:00
Hoda Amer
9494a0f14e Fix for bug#57692 2004-04-12 21:10:29 +00:00