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

9226 commits

Author SHA1 Message Date
Sergey Prigogin
ad3552fcce Cosmetics. 2010-08-22 20:47:42 +00:00
Sergey Prigogin
99f4235d7e Cosmetics. 2010-08-22 06:21:44 +00:00
Sergey Prigogin
393c776410 Cosmetics. 2010-08-21 20:32:00 +00:00
Sergey Prigogin
5faa4da90e Cosmetics. 2010-08-21 20:26:23 +00:00
Sergey Prigogin
f7e376cfc7 Cosmetics. 2010-08-21 20:03:09 +00:00
Sergey Prigogin
f045947eb5 Cosmetics. 2010-08-21 19:51:10 +00:00
Sergey Prigogin
8a89295bbd Cosmetics. 2010-08-21 19:42:25 +00:00
Andrew Gvozdev
e9a31cfcb2 bug 322661: Codan preferences page should show up in editor preferences 2010-08-20 14:05:36 +00:00
Anton Leherbauer
eabf8400b2 Bug 323206 - [Code templates] Pop up error when using code formatter option and ${line_selection} 2010-08-20 08:21:32 +00:00
Markus Schorn
7a22acef41 Bug 316307: [C++0x] Syntax for lambda expressions. 2010-08-19 14:34:05 +00:00
Markus Schorn
04b85fcd5b Bug 305978: Fix encoding of deleted function flag. 2010-08-19 13:58:19 +00:00
Alena Laskavaia
28d0d546c0 Bug 319111 - revert test patch - not working yet 2010-08-19 01:00:25 +00:00
Markus Schorn
2d5e046e1c Bug 322988: Testcase. 2010-08-18 08:42:52 +00:00
Alena Laskavaia
ba16e750fa annotation is a problem if it inherits from resource problemmarker, having it inherit from cproblem marker is unnecessary restriction 2010-08-16 02:16:15 +00:00
Andrew Gvozdev
927fba2490 bug 322725: Content type of .cproject should be XML by default 2010-08-15 17:42:25 +00:00
Andrew Gvozdev
aae17ceace bug 322695: Can't access preferences of any unrelated CDT project having "bad" project in workspace 2010-08-15 02:08:08 +00:00
Andrew Gvozdev
cb1a62793d bug 322695: Can't access preferences of any unrelated CDT project having "bad" project in workspace 2010-08-14 01:54:56 +00:00
Anton Leherbauer
183bbf1878 Bug 322129 - "Unknown Hyperlink" if more than hyperlink available 2010-08-13 12:03:58 +00:00
Anton Leherbauer
e7c7fe70db Bug 308837 - [templates] ${enclosing_method} does not work for functions 2010-08-13 11:55:54 +00:00
Anton Leherbauer
e03e78d88e Increment plug-in version. 2010-08-13 11:32:49 +00:00
Markus Schorn
507d844b5e Bug 305978: [C++ 0x] Deleted functions, additional testcase and a fix. 2010-08-13 10:58:14 +00:00
Anton Leherbauer
ca643bbb15 Bug 314958 - Editor does not format array initializers correctly 2010-08-13 10:55:44 +00:00
Anton Leherbauer
d02d896e6d Fix occasional test failure 2010-08-13 10:55:09 +00:00
Anton Leherbauer
28707df0c7 Bug 316289 - NPE in ProblemsLabelDecorator 2010-08-13 09:37:02 +00:00
Anton Leherbauer
771fd82c2f Bug 289461 - Editing a method's comment/documentation block results in wrong line-ending character (LF instead of CRLF) to be inserted 2010-08-13 09:36:38 +00:00
Markus Schorn
96c5c7725a Bug 319175: Parser adds proposals for preferred namespaces. 2010-08-13 09:14:58 +00:00
Markus Schorn
6048a19e1c Bug 321976: Sorting of CElements. 2010-08-13 08:47:10 +00:00
Alena Laskavaia
d535cea64c Bug 321881 - CDT editor should have selection expansion - contribution from Tomasz Wesolowski 2010-08-13 01:01:13 +00:00
Alena Laskavaia
67f3e3b559 Bug 320561 - Override markers in C++ editor, contribution from Tomasz Wesolowski 2010-08-13 00:21:08 +00:00
Alena Laskavaia
f0599555d3 a little check preventing Widget is disposed exception 2010-08-12 18:58:07 +00:00
Markus Schorn
8311576fa8 Bug 305980: [C++0x] Inline namespaces 2010-08-12 14:50:50 +00:00
Ken Ryall
4be5e0c3eb Bug 322297 - enhance Coff.java class Symbol to have final static constants for type and class manipulation 2010-08-12 05:56:26 +00:00
Vivian Kong
e92c84adf6 Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class for John Liu 2010-08-12 00:23:50 +00:00
Vivian Kong
8951c5d12b Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class for John Liu 2010-08-11 21:09:24 +00:00
Alena Laskavaia
1735b0d4ed Bug 319111 - Generate getters and setters fails on complex field types 2010-08-11 02:37:42 +00:00
Alena Laskavaia
78fdb615a6 Bug 321972 - DeclarationGenerator discards basic type qualifiers ( Tomasz Wesolowski) 2010-08-11 02:30:49 +00:00
Alena Laskavaia
2828f69a77 tests for getter and setter generation 2010-08-11 02:05:56 +00:00
Andrew Gvozdev
418504cb70 bug 322204: Sort order of build configurations is chronological and not alphabetical in the toolbar 2010-08-10 20:10:02 +00:00
Vivian Kong
19646e5f50 Bug 322269 StandaloneIndexerTask creates status with a wrong status code 2010-08-10 19:43:26 +00:00
Vivian Kong
130420ce3c Bug 322268 CPPSemantics should check null for op2 in function findOverloadedOperator 2010-08-10 19:41:26 +00:00
Markus Schorn
e50404e83d Bug 305978: [C++0x] Defaulted and deleted functions. 2010-08-09 12:56:57 +00:00
Markus Schorn
f1bab4f41f Bug 305978: [C++0x] Defaulted and deleted functions. 2010-08-09 08:36:50 +00:00
Markus Schorn
475aebee89 Fix occasional test failure. 2010-08-09 08:11:20 +00:00
Sergey Prigogin
0583881ce1 Fixed typos. 2010-08-09 01:22:13 +00:00
Markus Schorn
c209eb8372 Bug 313982: Content assist in placement new. 2010-08-06 11:12:02 +00:00
Sergey Prigogin
38fed492bf Bug 321760. 2010-08-05 18:10:41 +00:00
Sergey Prigogin
93d1052f06 Cosmetics. 2010-08-05 18:04:49 +00:00
Markus Schorn
a02b55c5b1 Bug 319481: Key bindings for Open Call Hierarchy on Mac. 2010-08-05 14:58:32 +00:00
Markus Schorn
3805136b3f Bug 321856: Stack overflow for recursive function type. 2010-08-05 13:56:30 +00:00
Markus Schorn
afe222fa0c Attempt to fix occasional test failures. 2010-08-04 14:25:54 +00:00