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

12149 commits

Author SHA1 Message Date
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
Mike Kucera
28a6dc5f30 fixed final template bugs that were caused by ambiguous declarator nodes 2008-05-09 18:06:28 +00:00
Warren Paul
ce88bbac4a fixed bug #217189. 2008-05-09 16:03:01 +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
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
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
John Cortell
b36ad37def Addressed two loose ends of bugzilla 118100 2008-05-08 02:42:34 +00:00
John Cortell
79aa62cd97 Renamed ICBreakpointTyped to ICBreakpointType 2008-05-07 23:29:25 +00:00
John Cortell
9ec9ace2e4 Typo 2008-05-07 23:25:31 +00:00
Mike Kucera
c348507f85 fixed bug with typename before identifier not parsing, fixed bug with conversion function name with template not parsing 2008-05-07 22:17:09 +00:00
Jason Montojo
83f704c367 Bug 230820 - externalized strings for org.eclipse.cdt.gnu.{build,debug}-feature; cleaned up feature.properties 2008-05-07 18:17:33 +00:00
Andrew Ferguson
b786f524dc 207840: add PDOM non-type parameters 2008-05-07 17:29:07 +00:00
Andrew Ferguson
f0b43c8098 207840: add unit test 2008-05-07 16:29:40 +00:00
Andrew Ferguson
73b13e3128 disallow using a template name as a type name in a simple declaration 2008-05-07 11:27:05 +00:00
Andrew Ferguson
c2f4ab53ca fix race condition 2008-05-07 10:42:33 +00:00
Markus Schorn
215d87e7ae Fixes endless loop of content assist within c-initializer clause, bug 230389. 2008-05-07 09:13:03 +00:00
Markus Schorn
b8817c486c The project scanner discovery has to append (rather than prepend) system includes to the search path, bug 226228. 2008-05-07 07:05:42 +00:00
John Cortell
1f35172785 Updated to provide clarity on the use of TEMPORARY as a special-case, bit-wise qualifier. 2008-05-06 21:01:02 +00:00
Mike Kucera
3f5cccb36d fixed problems with DOM parser running in LR parser suite 2008-05-06 19:43:14 +00:00
Mike Kucera
72312ab02a Added several core parser tests to the LR parser test suite 2008-05-06 14:47:33 +00:00
Alena Laskavaia
5a0701efaa bug 118100 - moving breakpoints types in ICBreakpointTyped 2008-05-06 13:51:32 +00:00
Mikhail Khodjaiants
2cac1ea941 API change in AbstractHandler. 2008-05-06 12:44:44 +00:00
Markus Schorn
1318ab37dd Fix for template type resolution bug 229917. 2008-05-06 12:40:24 +00:00
Andrew Ferguson
e100fce79a add test for missing problems when using a template name as a type name in a declaration (see 207840) 2008-05-06 12:08:53 +00:00
Markus Schorn
94d7f9594a Show in include browser for external files with multiple projects, bug 230032. 2008-05-06 10:45:56 +00:00
Anton Leherbauer
4bf9d0cd24 Follow up fix for 228063 2008-05-06 10:16:19 +00:00
Andrew Ferguson
35e40a0f8e 229992: add flag for deletion 2008-05-06 09:50:27 +00:00
Alena Laskavaia
c6ce322757 pr 98684 - ui updates and validator - patch from Andy 2008-05-05 21:07:00 +00:00
Mike Kucera
df1f2e40e1 fix for parsing example 162230, template specializations in class body 2008-05-05 18:53:16 +00:00
Mike Kucera
17931aa374 fixed bug with content assist not working on top level named type specifier 2008-05-05 18:13:05 +00:00
Mike Kucera
1a60090ab9 fixed bug with completion token not being recognized 2008-05-05 14:43:04 +00:00
Anton Leherbauer
36b57b7212 Fix JUnit tests 2008-05-05 14:40:34 +00:00