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

4123 commits

Author SHA1 Message Date
Alain Magloire
d00a62b1c1 updated. 2002-10-16 20:14:48 +00:00
Alain Magloire
195442a581 Remove unused imports and changing some scopes to
not generate synthetic methods.
2002-10-16 20:14:36 +00:00
Alain Magloire
05f2fa57f8 updated. 2002-10-16 14:39:27 +00:00
Alain Magloire
39725b1b3f Remove unused imports. 2002-10-16 14:39:18 +00:00
David Inglis
ffbaedf13d call builder as full build 2002-10-15 17:58:22 +00:00
Judy N. Green
703ab2853a Rolled back to 1.1 for use with Eclipse 2.0.1 Aug 29.
The fix in 1.2 can only be used whne we move forward to support Eclipse builds newer than 20 September 2002.
2002-10-15 16:25:08 +00:00
Alain Magloire
45377a0e86 Patch From Thomas Fletcher to add some C/C++ directives. 2002-10-11 13:40:51 +00:00
Alain Magloire
f076b37dfa Patch form Thomas Fletcher to fix a NullPointerException. 2002-10-11 13:30:21 +00:00
Judy N. Green
541c32acf4 Fixed a problem that was causing backward disply of second line of code see CDT UI PR# 24648 2002-10-10 18:42:22 +00:00
Judy N. Green
35b418ed8f added non NLS comments to text 2002-10-10 18:14:29 +00:00
Alain Magloire
060fdc1e1f Provide the external String for AsmEditor.name 2002-10-08 20:09:14 +00:00
David Inglis
d481a848f4 use nature id in nature class 2002-10-04 18:09:47 +00:00
David Inglis
75201f7a47 fix NPE when editor closes 2002-10-01 01:19:32 +00:00
Judy N. Green
1fc9b37e74 Changed visibility od isCandidate to public to facilitate JUnit tests 2002-09-30 19:34:16 +00:00
David Inglis
4ea7546869 cleanup CEditor removed unused extension points 2002-09-30 13:30:58 +00:00
Judy N. Green
4579380b9a Eclipse insists on rearranging the imports. No Changes :) 2002-09-25 20:44:39 +00:00
David Inglis
fc3bcd32fe fixup CDocumentProvider 2002-09-24 19:59:20 +00:00
David Inglis
72fb069bf4 fix typeo 2002-09-24 13:38:41 +00:00
David Inglis
43cc7240f6 fix C '#' derectives not bing highlighted 2002-09-24 13:36:38 +00:00
David Inglis
d36366a47c make getChildren async for bin and arc containers 2002-09-23 16:44:44 +00:00
Alain Magloire
a21b0d6c09 Refactor outside of cdt.internal 2002-09-23 16:28:26 +00:00
Alain Magloire
8e1114ed84 make getChildren() a synchronous
and getBinaries synchronous.
Change the provider.
2002-09-23 13:41:17 +00:00
Judy N. Green
c4801477cc Added doc to CVS Ignore 2002-09-16 20:06:10 +00:00
Judy N. Green
15b2e81e4a Added comment reminder to look into adding help pages in the future.
Initial investigation shows this to be a potentially Non-trivial task since 
we will have to extend Eclipse's internal class IHelpContextIds
2002-09-16 13:36:20 +00:00
Judy N. Green
de7ab17cbe Removed extraneous import 2002-09-16 13:34:37 +00:00
David Inglis
2b119fa9e9 uses builder api to get include paths 2002-09-06 20:17:11 +00:00
David Inglis
5374d486e7 don't delete contents of project if error occurs 2002-09-06 20:16:52 +00:00
Sebastien Marineau
3b2d390a93 Cleanups to asm editor to fix highlighting, follow color
preferences and add keyworks
2002-09-05 15:03:44 +00:00
Sebastien Marineau
9de625f710 Code assist now searches dependent projects 2002-09-05 15:03:16 +00:00
Sebastien Marineau
2c7b6ef139 Remove pulled-in 2.0 code 2002-09-05 15:02:56 +00:00
Sebastien Marineau
80a8ea37e5 Allow superclass to trigger redraw 2002-09-05 15:02:19 +00:00
Judy N. Green
654e98387e Exclude closed projects from list of candidates for conversion 2002-09-05 15:01:06 +00:00
Judy N. Green
0b134d6140 Removed again ... 2002-09-04 15:18:05 +00:00
Judy N. Green
35b1ad68ff Add a build.xml file for CDT UI 2002-09-04 15:13:30 +00:00
Judy N. Green
92613e51a3 Added op_error title and messages that were missing 2002-09-04 15:12:06 +00:00
David Inglis
754430c066 *** empty log message *** 2002-09-03 18:16:50 +00:00
Sebastien Marineau
9461885204 Add context menu ID's for the editor and ruler
(Outliner to follow)
2002-08-28 22:42:29 +00:00
Sebastien Marineau
b6d69ba0e1 Merge in fix submitted by Alex Chapiro for NPE in CView 2002-08-26 22:11:42 +00:00
Sebastien Marineau
43f276c433 Bugfix for asm editor exception 2002-08-26 22:10:35 +00:00
David Inglis
c2bcc53963 changed plugin name 2002-08-26 17:43:52 +00:00
Sebastien Marineau
76353eb064 Remove more deprecated function warnings 2002-08-21 01:06:51 +00:00
Sebastien Marineau
4175540e12 Remove more deprecated function warnings 2002-08-21 01:00:42 +00:00
Sebastien Marineau
942d39e28e Remove deprecated function warnings (patch from Thomas FLetcher) 2002-08-21 00:55:28 +00:00
Sebastien Marineau
73e5cca874 Remove deprecated function warnings (patch from Thomas FLetcher) 2002-08-21 00:47:20 +00:00
Judy N. Green
cc9642e5a1 Added methods to create and convert to
default standard make C and C++ projects from simple projects such as 
when checking out new code "as a project" from CVS.
Using CCorePlugin as the holder of all knowledge as to what a C/C++ Standard Make project is.
2002-08-15 20:41:10 +00:00
David Inglis
d356f299da added debug launch action to c perspective 2002-08-15 19:49:43 +00:00
David Inglis
de3813f5f2 handle non-ui startup 2002-08-15 19:48:44 +00:00
David Inglis
7fed901ae5 removed bogus projectNatureImages extension 2002-08-15 14:43:30 +00:00
Judy N. Green
46acfebc85 Moved catch block for CoreException from page level to Wizard level 2002-08-14 13:45:57 +00:00
David Inglis
7d0d12f449 allow init in non-ui thread 2002-08-13 20:38:25 +00:00