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
Judy N. Green
9cd17db724
Added Project Conversion Functionality, through wizards. Unkown to c?C++ and C to C++.
2002-08-13 15:05:20 +00:00
David Inglis
4415f739fb
handle execeptions in runnable when creating project
2002-08-13 13:17:21 +00:00
David Inglis
adb8d76574
added abstract getProjectID plus handle execeptions in runnable
...
when creating project
2002-08-13 13:17:10 +00:00
Sebastien Marineau
9089dd4dcc
Fix up the status line contributions so they work with the 2.0
...
AbstractTextEditor
2002-08-09 21:08:22 +00:00
David Inglis
284a65e273
move C nature image here
2002-08-09 20:34:08 +00:00
Sebastien Marineau
b9ffb7a6dc
2.0 cleanups
2002-08-09 02:32:38 +00:00
Sebastien Marineau
31e3dc5a93
Make preferences consistent with java
...
Add in preferences for line numbers and overview ruler
2002-08-09 02:32:07 +00:00
Sebastien Marineau
958906d808
2.0 cleanup
2002-08-09 02:31:39 +00:00
Sebastien Marineau
324f4bf5dd
Add overview ruler and line numbers
2002-08-09 02:31:24 +00:00
Sebastien Marineau
c287f57cc2
Pull in from jdt
2002-08-09 02:31:08 +00:00
David Inglis
ac5ef77825
removed console clearing logic replaced with IConsole method
2002-08-07 14:41:03 +00:00
David Inglis
4956853ad0
update to support new console extension plus removed IPropertyStore
...
in core changing it to use the plaform property store.
2002-07-26 19:15:14 +00:00
Sebastien Marineau
62922735e9
Change provider name to org.eclipse
2002-07-16 01:52:35 +00:00
Judy N. Green
88d399b94c
Removed unused imports
2002-07-12 17:13:49 +00:00
Sebastien Marineau
b2227bd4b2
Add license file
2002-07-10 21:49:08 +00:00