Mikhail Khodjaiants
01eaafd33a
Use getters to access members of "MICommand".
2006-02-06 22:37:21 +00:00
Mikhail Khodjaiants
c2dfa48e4d
Bug 114793: Add an extension point to contribute command factories.
2006-02-06 21:46:39 +00:00
Mikhail Khodjaiants
c5831cdf12
Bug 114793: Add an extension point to contribute command factories.
2006-02-06 21:08:44 +00:00
Mikhail Khodjaiants
71d38ceea2
Bug 114793: Add an extension point to contribute command factories.
2006-02-06 20:48:26 +00:00
Mikhail Khodjaiants
ad1a1771a9
Updated comments.
2006-02-06 17:10:32 +00:00
Andrew Niefer
2fb074e190
bug 98171: implement some get* methods on CPPClassTemplate
2006-02-04 23:18:17 +00:00
Mikhail Khodjaiants
e609f306b4
NPE in CDebuggerTab when attaching to a target.
2006-02-03 22:08:51 +00:00
Mikhail Khodjaiants
dca057c82a
Cleanup.
2006-02-03 21:28:29 +00:00
Mikhail Khodjaiants
115d5f27ff
The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage".
2006-02-03 20:07:27 +00:00
Mikhail Khodjaiants
b6d6d8f874
The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage".
2006-02-03 19:57:35 +00:00
Andrew Niefer
1390e00319
bug 126058: better handling of problem on the namespace alias
2006-02-03 02:42:12 +00:00
Doug Schaefer
a830eb5ddd
Turned off a test that was hanging on my machine. It was passing on the build machine so it must be a timing issue. (i.e. it has an evil Thread.sleep() in it).
2006-02-02 21:39:26 +00:00
Doug Schaefer
59830a2ba7
PDOM - Added Handling for C++ namespaces.
2006-02-02 21:27:14 +00:00
Norbert Plött
8811ecbb05
Added documentation for Completion Proposal Filter preference
2006-02-02 13:39:28 +00:00
Norbert Plött
fcf2affd05
Added documentation comments for the schema of ProposalFilter extension point.
2006-02-02 13:33:42 +00:00
Mikhail Khodjaiants
4ea7c1845d
Replaced "debugger page" by "debuggerPage".
2006-01-31 20:47:27 +00:00
Mikhail Khodjaiants
06c2cfafd5
Bug 124966: GDBTypeParser.parse(String) parses incorrectly. Applied patch from Matthias Spycher (matthias@coware.com).
2006-01-31 16:52:11 +00:00
Mikhail Khodjaiants
ef1cb915f1
Bug 124519: CDT launch shortcuts ignore Common Tabs "Launch in background" option. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com).
2006-01-30 22:46:16 +00:00
Mikhail Khodjaiants
3513e5a634
Bug 123997: launching subclasses of AbstractCLaunchDelegate causes progress information to be lost. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com).
2006-01-30 21:30:54 +00:00
Doug Schaefer
a8d7b7028c
Bug 125576 - PDOM wouldn't turn off.
2006-01-30 20:17:26 +00:00
Mikhail Khodjaiants
29c2e5c8da
Bug 125603: Debugger don't stop on breakpoints if src is linked.
2006-01-30 19:48:37 +00:00
Mikhail Khodjaiants
f96f4300b0
Bug 118894: Allow stopping at other locations other than main(). Applied patch from Ken Ryall (Nokia).
2006-01-30 02:23:02 +00:00
Mikhail Khodjaiants
037c32a015
Bug 125561: ClassCastException in Modules view.
2006-01-27 20:49:45 +00:00
Mikhail Khodjaiants
713fef5b08
Bug 107202: slow debug launch with external sources. Use "-p" option when passing a large number of directories to "cygpath".
2006-01-27 19:21:16 +00:00
Mikhail Khodjaiants
4e635ba7cd
Bug 102043: Console Output Does Not Appear When Launching An Application.
2006-01-26 16:56:06 +00:00
Mikhail Khodjaiants
ca2ea100c4
Reversing changes made to fix bug 107571. The fix for bug 119683 covers this problem too. Inferior process shouldn't be shown as a part of the attach session.
2006-01-25 19:19:21 +00:00
Mikhail Khodjaiants
16f558adbe
Reversing changes made to fix bug 107571. The fix for bug 119683 covers this problem too.
2006-01-25 19:18:46 +00:00
Doug Schaefer
2855f876ac
PDOM - Add option to skip parsing of there is no build information.
2006-01-24 18:23:53 +00:00
Doug Schaefer
4fd1cf2064
Made the PDOMUpdator show the whole path to the TU.
2006-01-24 17:57:34 +00:00
Doug Schaefer
6a0b94fd93
PDOM - Stoped the PDOMUpdator from running on projects that don't have it turned on. Speed up in adaptBinding. Started recording types for variables, starting with PDOMCPPVariables.
2006-01-24 17:29:52 +00:00
Mikhail Khodjaiants
910021b305
Make compatible with Java 1.4.
2006-01-23 21:37:52 +00:00
Mikhail Khodjaiants
143d697e5e
Bug 119683: long messages during launch cause gdb to timeout, launch to fail.
2006-01-23 20:25:43 +00:00
Mikhail Khodjaiants
dd546cab07
Bug 119683: long messages during launch cause gdb to timeout, launch to fail. New "createSession" method accepts File instead of IBinaryObject.
2006-01-23 20:21:52 +00:00
Mikhail Khodjaiants
5e3cdd0b2e
Bug 60682: No schema for CDebuggerPage extension point.
2006-01-23 02:29:29 +00:00
Leo Treggiari
09fc3cd62d
Fix bug 123461 - Deriving from the same tool twice within the same configuration does not work
2006-01-21 02:10:08 +00:00
Leo Treggiari
ee778cd7ee
Add Test for bug 123461
2006-01-21 02:08:53 +00:00
Leo Treggiari
60194c446d
Fix bug 123461 - Deriving from the same tool twice within the same configuration does
2006-01-21 02:08:20 +00:00
Doug Schaefer
72552ca1bc
PDOM - Fix NPE.
2006-01-20 19:57:51 +00:00
Doug Schaefer
f5223537de
PDOM - Fixed some NPE's and PDOMNotImplemented errors to plow through Mozilla (Firefox).
2006-01-20 19:28:56 +00:00
Doug Schaefer
f61c63ba58
PDOM - Some minor fixes to get by PDOMNotImplemented errors while indexing real projects.
2006-01-19 21:03:11 +00:00
Doug Schaefer
0017da7863
Fixed up handling of header files to check the nature of the project.
2006-01-18 18:56:25 +00:00
Doug Schaefer
e39bead08b
PDOM - Extended resolveBinding and openDeclaration to C.
2006-01-18 18:35:23 +00:00
David Inglis
58f26dfed6
Fixed build for jar'd plugins
...
cleaned up .project files
2006-01-18 18:16:35 +00:00
Doug Schaefer
314113adb0
PDOM - Hooked up resolveBinding and OpenDeclarations.
2006-01-18 17:59:29 +00:00
Doug Schaefer
1849e12a38
Bug 104792 - Content proposal filtering feature.
2006-01-18 15:44:24 +00:00
Doug Schaefer
e0a9f12895
Bug 104792 - Content proposal filtering feature.
2006-01-18 15:34:05 +00:00
Leo Treggiari
c1c8415408
Fix bugzilla 83583 - Add Solaris project-types with a space after the Output-Flag
2006-01-17 00:47:53 +00:00
Leo Treggiari
8508ef12ac
Set enablement project-type to isTest="true"
2006-01-17 00:44:54 +00:00
Leo Treggiari
1ebfda405f
Add 'Expert settings' with Command line pattern to tool options page
...
Apply patch for Bugzilla 121994 - "Show All Project Types" checkbox resets "Project Type" dropdown
2006-01-17 00:43:33 +00:00
Leo Treggiari
636fd2d51a
Apply patch for Bugzilla 123302 - NPE in ErrorParserManager during build
...
Apply patch for Bugzilla 123497 - Project with multiple dependencies fails to build: "no rule for target"
Fix problem with tool 'copy' constructor not copying commandLinePattern
Fix bugzilla 117311 - QT / MOC compiler and CDT
2006-01-17 00:42:42 +00:00