1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 20:15:22 +02:00
Commit graph

15991 commits

Author SHA1 Message Date
Pawel Piech
b634edc1e1 [197844] Cleaned up warnings. 2008-05-14 05:07:09 +00:00
John Cortell
1c28b186cf Fixed typo in method name 2008-05-13 23:57:44 +00:00
Francois Chouinard
b9fa4f4ff2 Renamed a couple of private methods. 2008-05-13 20:54:33 +00:00
Mike Kucera
8a42979447 added support for namespaces nested inside classes 2008-05-13 20:25:16 +00:00
Marc Khouzam
88119eb1ea Bug 223386
Improve the variableObjectId to use contexts for comparison.  The value of this approach is that it is future proof no matter how many levels of container contexts are used later on.
2008-05-13 19:59:14 +00:00
Pawel Piech
84def940c0 [202852] Switched to using ViewerDataRequestMonitor. 2008-05-13 17:01:59 +00:00
Pawel Piech
a437c66f4b [202852] Got rid of references to register group. 2008-05-13 16:32:12 +00:00
Randy Rohrbach
0a03668473 bugzilla 202852 2008-05-13 16:14:04 +00:00
Randy Rohrbach
3052dbcd3c More work on bugzilla 202852 2008-05-13 16:09:37 +00:00
Oleg Krasilnikov
4e2a3b2bfc Bug #229327 : CDT help pages for Property Tabs are not accessible 2008-05-13 16:04:05 +00:00
Andrew Ferguson
2a8ddcb4ee add template parameters to DOM view 2008-05-13 12:44:38 +00:00
Markus Schorn
829a826ec9 Fixes CCE by removing need for ICPPTemplateDefinition.getTemplateScope(), bug 231744. 2008-05-13 12:01:16 +00:00
Oleg Krasilnikov
b41f6b472d Remove "getHelpId()" 2008-05-13 11:15:03 +00:00
Oleg Krasilnikov
76f792c6e4 Small text fix 2008-05-13 09:23:23 +00:00
Oleg Krasilnikov
a26f5af11d Bug #229771 Usability: Bad Environment preference dialog layout 2008-05-13 08:57:26 +00:00
Oleg Krasilnikov
6be6c455c6 Bug #229771 Usability: Bad Environment preference dialog layout 2008-05-13 08:47:37 +00:00
Pawel Piech
9400014991 [231687] - [concurrency][view model] RequestMoniotr.setStatus(CANCEL) being called even though request is not canceleld. 2008-05-12 23:02:23 +00:00
Pawel Piech
25f8027f2c [221899] Additional cleanup after removing checkService(). 2008-05-12 22:41:47 +00:00
Pawel Piech
1de4e83823 [231686] - [commands] AbstractMIControl.stopCommandProcessing() can throw exceptions if called twice. 2008-05-12 22:36:29 +00:00
Pawel Piech
c9c4a33ef3 [221899] Removed pre-processed example sources from CVS. 2008-05-12 22:06:30 +00:00
Randy Rohrbach
def2b2d472 Bugzilla 213629 2008-05-12 18:47:56 +00:00
Randy Rohrbach
6290d55275 Bugzilla 202852 & 211490. 2008-05-12 17:22:01 +00:00
Pawel Piech
7e61e9f632 [205871] - Switched to using ViewerDataRequestMonitor to avoid setting a CANCEL status to a viewer update request monitor. 2008-05-09 20:18:37 +00:00
Mike Kucera
28a6dc5f30 fixed final template bugs that were caused by ambiguous declarator nodes 2008-05-09 18:06:28 +00:00
Pawel Piech
9bff408ec5 [231347] - [commands] The TX thread in the command control never terminates 2008-05-09 18:01:44 +00:00
Pawel Piech
36d8ba04ce [229606] - [concurrency] NegativeArraySizeException when launching with enabled assertions 2008-05-09 17:54:10 +00:00
Pawel Piech
2f40ba594e [212942] - [modules] Modules Detail Viewer should have an enablement expression 2008-05-09 17:05:17 +00:00
Warren Paul
ce88bbac4a fixed bug #217189. 2008-05-09 16:03:01 +00:00
Marc Khouzam
8a84fa9f72 Bug 219179
Properly deal with children of pointers when -var-info-path-expression is not available
2008-05-09 15:46:38 +00:00
Doug Schaefer
72580d7559 Fix up plugin dependencies. 2008-05-09 15:11:34 +00:00
Markus Schorn
4d2627c171 Fix warnings. 2008-05-09 14:49:29 +00:00
Doug Schaefer
6519bc4131 Fixed up the dependency name. 2008-05-09 13:59:41 +00:00
Markus Schorn
1e130b3edf Rework fix for 213861 and defer even more instantiations, related to bug 229218. 2008-05-09 12:58:26 +00:00
Anton Leherbauer
73fe0cb572 Fix hover move-into behaviour 2008-05-09 11:41:44 +00:00
Anton Leherbauer
3a389ae973 Enable Resume Without Signal action only if plug-in is active 2008-05-09 09:38:07 +00:00
Anton Leherbauer
e65eee8ef2 Avoid breaking API change by keeping and deprecating obsolete methods (bug 118100) 2008-05-09 09:37:08 +00:00
Warren Paul
97f1304af9 don't use the control if already disposed. 2008-05-08 23:55:09 +00:00
Francois Chouinard
ff5a0f3650 Patch for bug 230804 2008-05-08 20:52:29 +00:00
Mike Kucera
19b5878bd9 created secondary parser for disambiguating template parameter declarations 2008-05-08 19:44:40 +00:00
Warren Paul
f55cab3c2e fixed bug where the default source folder in the wizard would be incorrect when creating a new class, source or header file when the structured selection was a source folder. 2008-05-08 18:34:00 +00:00
Marc Khouzam
0a3dfda3fd Bug 230434
When stepping a stack frame that is not the top level, GDB switches to the top level frame first.  Therefore, when we get a stopped event, we are not sure what the frame is, in GDB, so we should reset it internally.
2008-05-08 13:31:45 +00:00
Sergey Prigogin
5eb63f4700 Spell correction hover. 2008-05-08 13:21:52 +00:00
Markus Schorn
eb179298f4 For deferred class instances also defer selection of partial instantiation, bug 229218. 2008-05-08 13:10:05 +00:00
Anton Leherbauer
3b147b1e56 Fix for 230984: Sourcefolder duped in std makefile projects 2008-05-08 12:35:34 +00:00
Andrew Ferguson
8d6cd53eb4 229989: apply fix: GeneratePDOM should not export PDOM's which are not sync'ed to project content 2008-05-08 09:41:13 +00:00
Andrew Ferguson
c81305c4cf fix warnings 2008-05-08 09:12:57 +00:00
Andrew Ferguson
642e523cf3 207840: PDOM non type template parameters (fix) 2008-05-08 09:05:30 +00:00
Anton Leherbauer
457b9eae1d Fix for missing refresh on project close 2008-05-08 06:44:46 +00:00
John Cortell
81120f9c45 Fix label handling for ICBreakpoint.TEMPORARY and add label for new SOFTWARE type. 2008-05-08 03:16:26 +00:00
Pawel Piech
b6e4d9c3cf [229572] - [disassembly] Cannot access memory at address 0x0 2008-05-08 03:12:09 +00:00