Doug Schaefer
4a63d165b2
Added crossgcc and p2 to the site.xml.
2009-04-29 19:08:07 +00:00
Doug Schaefer
c11128ff5e
Added handling of executable bit from tar entry.
2009-04-29 19:06:55 +00:00
Doug Schaefer
82c18d8c1f
Corrected version number for p2 plugin/feature.
2009-04-29 18:58:05 +00:00
Doug Schaefer
1e4b3bb8cf
Fix path to p2 modules.
2009-04-29 18:45:05 +00:00
Doug Schaefer
33b49642c5
Adding GCC Cross and P2 features to build.
2009-04-29 18:37:33 +00:00
Doug Schaefer
0ad472a672
Feature for the Cross GCC feature.
2009-04-29 18:29:44 +00:00
Chris Recoskie
7be061117f
small change to mark org.eclipse.cdt.managedbuilder.internal.ui.workingsets as internal
2009-04-29 17:44:26 +00:00
Chris Recoskie
f22317ef0a
NEW - bug 272146: deprecate and eventually remove the CDOM
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272146
2009-04-29 13:56:59 +00:00
Chris Recoskie
d5323553c6
fix package exports
2009-04-29 13:45:55 +00:00
Marc Khouzam
d45daa1b98
Missing @since tags
2009-04-29 13:32:50 +00:00
Chris Recoskie
93990eff68
RESOLVED - bug 218565: On AIX, unable to add third path to Include Paths in Project Properties
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=218565
2009-04-29 13:11:02 +00:00
Chris Recoskie
337fa6e1bf
RESOLVED - bug 273899: xlc toolchain doesn't specify xlc error parser
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273899
2009-04-29 12:50:18 +00:00
Sergey Prigogin
c9a37ff6c0
Return a meaningful name if we can.
2009-04-29 03:28:10 +00:00
James Blackburn
2b86aeb5b9
Bug 269980 ResourceLookup#selectFileForLocation(...) may now return non-existant IFiles (as the equivalent platform methods do).
...
- FileRelevance consider IFIle#isAccessible() & link state when computing IFile relevance
- Tweak consumers who assume that ResourceLookup returns null for inaccessible IFiles
2009-04-28 20:41:49 +00:00
Vivian Kong
8e71d0d8e8
bug 273250 - Disassembly view should have LTR orientation
2009-04-28 20:11:12 +00:00
Marc Khouzam
aa531aa1e0
Use IMIProcesses instead of MIProcesses to support different version of GDB
2009-04-28 18:12:42 +00:00
Vivian Kong
e850c5811b
bug 269421 - [Accessibility] The value of the LANG attribute must be set to one of the ISO 639 language codes
2009-04-28 16:04:39 +00:00
Markus Schorn
4f634fd923
Argument deduction from class instances, bug 272848.
2009-04-28 15:52:25 +00:00
Markus Schorn
997f6d7197
Fix warnings.
2009-04-28 15:10:40 +00:00
Vivian Kong
74ec7eae9c
attempt to generate .api_description file (bug 264672)
2009-04-28 15:03:37 +00:00
Anton Leherbauer
66ff1f285c
[Bug 273471] Child nodes on C++ class disappear on PE on an Undo action
2009-04-28 12:07:18 +00:00
Chris Recoskie
09f3368f3e
RESOLVED - bug 273636: changes to enable MBS on EFS projects
...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273636
2009-04-28 12:02:33 +00:00
Markus Schorn
1e31821df4
Fixes CArrayType.getArraySizeExpression(), bug 273797.
2009-04-28 11:53:37 +00:00
Markus Schorn
71638ab566
Empty macro definition in compiler inspection, bug 274002.
2009-04-28 11:38:46 +00:00
Anton Leherbauer
e89276f505
Fix test errors if cygpath not in path
2009-04-28 10:21:57 +00:00
Anton Leherbauer
b10e6d881f
[273924] Add DisassemblyEditor to enablement expression
2009-04-28 10:21:45 +00:00
Anton Leherbauer
7068e8db28
Yet another attempt to fix BasicSearchTests
2009-04-28 10:21:27 +00:00
Markus Schorn
72a4c706d9
Performance of class name verification in new class wizard, bug 270924.
2009-04-28 09:54:17 +00:00
Markus Schorn
7238d0fff7
Fix for 273272.
2009-04-28 07:25:36 +00:00
Pawel Piech
202474d90a
[273924] - [breakpoints] Use IToggleBreakpointsTargetFactory for CDT breakpoints
2009-04-27 18:44:31 +00:00
Doug Schaefer
6423917e54
Ignoring the generated html files.
2009-04-27 16:26:40 +00:00
Doug Schaefer
06b02438e9
Removing the html files from the repo. These should be cvsignored since they are built all the time.
2009-04-27 16:24:55 +00:00
Doug Schaefer
73728bf715
ignoring the compiled exes here.
2009-04-27 16:21:42 +00:00
Anton Leherbauer
411c7f0237
Docs update, related to bug 249359
2009-04-27 15:04:34 +00:00
Anton Leherbauer
48bdc40eec
Fix CodeFormatter JUnit test, bug 272006
2009-04-27 09:19:39 +00:00
Markus Schorn
7f998b3962
Follow up for fix of bug 273759.
2009-04-27 08:53:57 +00:00
Markus Schorn
b65a792506
Fixes a loop in the c-parser, bug 273759.
2009-04-27 08:32:31 +00:00
Anton Leherbauer
7784c9c727
Add Save Actions preference page to context menu preferences, related to bug 249359
2009-04-27 07:57:46 +00:00
Sergey Prigogin
ba1c469a99
Comment adjustment.
2009-04-27 04:36:50 +00:00
Sergey Prigogin
dedd9aaf48
Comment adjustment.
2009-04-26 23:10:50 +00:00
James Blackburn
8fbaaf1fea
Bug 271264 : Error Parser tests intermittently fail
...
- Turn tests into fixtures - ResourceHelper removes resources it creates via #cleanUp()
- createCDTProject joins() FAMILY_AUTO_REFRESH job. Related to bug 273676: The platform doesn't fire resource change events if more than one WorkspaceJob is prepared. As createCDTProject opens the project with BACKGROUND_REFRESH, a refresh job is scheduled and run once during project creation. This effects the ResourceLookup's sync state wrt the tests.
2009-04-26 10:56:23 +00:00
Sergey Prigogin
5b8602978d
Cosmetics.
2009-04-25 23:44:29 +00:00
Sergey Prigogin
f39bda4cad
Bug 249359. Described Save Actions preference page.
2009-04-25 23:16:16 +00:00
Sergey Prigogin
5c017b1daf
Bug 249359. An option to remove trailing whitespace in either edited or all lines. End-of-file newline doesn't depend on changed lines. Separate preference page for save actions.
2009-04-25 22:46:49 +00:00
Marc Khouzam
02d1f6533a
[218847] Add SELECT to startup events. Also, handle ModelProxyInstalledEvent the same way as DataModelInitializedEvent, in order to get an initial selection
...
when the debug view is opened.
2009-04-24 19:44:28 +00:00
Alena Laskavaia
3178dfdffc
[272416] - fixed API problem with setter
2009-04-24 17:45:35 +00:00
Randy Rohrbach
13726315f4
Continuation of Bugzxilla 272369. Darin accepted my other patch so the presentation context now has the SHOW TYPES ICON property as well.
...
This allows us to get it from there instead of doping the ugly reflection thing.
So I removed the reflection and get it from the presentation context. I already tested this with my patch so when M7 comes out it will be fully functional.
Randy
2009-04-24 17:00:26 +00:00
Vivian Kong
23b1956aac
attempt to fix build failure
2009-04-24 15:35:18 +00:00
Vivian Kong
a0790e177e
attempt to fix build failure
2009-04-24 15:20:03 +00:00
Vivian Kong
9e3cc459c5
attempt to fix build failure
2009-04-24 14:50:43 +00:00