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

12331 commits

Author SHA1 Message Date
Sergey Prigogin
04042aeeb9 Bug 450888. Fixed inconsistent handling of significant macros. 2014-11-29 16:54:24 -08:00
Sergey Prigogin
0460895b24 Cosmetics. 2014-11-29 16:26:05 -08:00
Alena Laskavaia
8bc2e3a81b FileListControl adjustments
* Changed button bar layout to be et the end, rather some-what in the
middle
* Make SelectPathInputDialog remeber previously entered path
* Make workspace selection dialog set proper initial selection, even if
this widget runs without cdt context

Change-Id: I04caec8c05b644977ec0dda622beefa2b8c9eba2
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
Reviewed-on: https://git.eclipse.org/r/37032
Tested-by: Hudson CI
2014-11-27 16:26:15 -05:00
Sergey Prigogin
f4a12cb474 Bug 450888. A failing test case for the example in comment #0. 2014-11-24 18:50:10 -08:00
Sergey Prigogin
264a95da6c Bug 450888. Trigger index rebuild since storing of source files changed. 2014-11-24 18:17:18 -08:00
Sergey Prigogin
9a6e5cde11 Removed dead code. 2014-11-24 18:15:21 -08:00
Sergey Prigogin
0ab02df0d8 Fixed a deprecation warning. 2014-11-24 18:13:49 -08:00
Sergey Prigogin
30c61470fb Cosmetics. 2014-11-24 18:12:08 -08:00
Nathan Ridge
c78d2fe823 Bug 451772 - Syntax-color names of structures in C files
Change-Id: I193648ffd15f581af75f71d62261068543a5769d
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/36887
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-23 21:43:42 -05:00
Nathan Ridge
17ec42f5cd Bug 451772 - Allow testing syntax coloring in C files
Change-Id: Id97c56b5f076764fea29e3fef002f7b96edb8c73
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/36886
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-23 21:42:16 -05:00
Nathan Ridge
34f513ccfa Bug 442754 - Avoid using a static constant to give production code
different behavior during a test

Change-Id: I115677ee2a5b6b7ccceb75949678d31a08f01732
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/36885
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-23 11:26:07 -05:00
Sergey Prigogin
df1abc266e Removed an obsolete test disablement.
Change-Id: I796fdc2cc73c9c9800b0f437a0cdfa206afc2953
Reviewed-on: https://git.eclipse.org/r/36874
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-22 00:28:45 -05:00
Sergey Prigogin
14bd577ad2 Automatically add appropriate #include statements in index tests. 2014-11-21 14:42:39 -08:00
Sergey Prigogin
6a1c54cc57 Cosmetics. 2014-11-21 14:42:37 -08:00
Sergey Prigogin
7608776881 Bug 450888 - Index update problem caused by applying significant macros
to a source file
2014-11-18 20:37:52 -08:00
Sergey Prigogin
a3e3cec9c1 Test case demonstrating the problem for bug 450888. 2014-11-17 18:34:49 -08:00
Sergey Prigogin
a3962a9bd8 Cosmetics. 2014-11-17 18:12:53 -08:00
Sergey Prigogin
73a74679fe Cosmetics. 2014-11-17 17:22:37 -08:00
Nathan Ridge
dd919f8f93 Bug 379626 - Incorrect syntax coloring of dependent method call
Change-Id: Id1b327a814d91ff88984362402666a9e640248f5
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/35519
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-15 01:26:24 -05:00
Nathan Ridge
356478286c Bug 442754 - Refactor the test harness for semantic highlightings
Change-Id: I649b80e96f87481802c6b2f29029ed42bdb491a8
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/35518
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-15 01:25:41 -05:00
Alvaro Sanchez-Leon
5e9f4f0d1f Bug 450192 - configurable maven builds to skip ppc64le
Change-Id: Ib811afd6b1d7efc293d6ca5b1c2ef7f6328deb21
Reviewed-on: https://git.eclipse.org/r/35981
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-11-10 08:03:03 -05:00
Anton Leherbauer
24cb9ee547 Bug 450057 - Open Element fails to find function for certain wildcard patterns 2014-11-05 10:39:26 +01:00
Sergey Prigogin
48a407097e Bug 450020 - NPE in CPPVisitor.createType 2014-11-04 15:15:25 -08:00
Sergey Prigogin
1e6aea01da Filter for an API tooling warning. 2014-11-04 15:01:10 -08:00
Sergey Prigogin
2c8b0701cc Bug 450009 - NPE in CPPSemantics.getContainingNamespaceScope called from
IndexUI.findSpecializations
2014-11-04 15:00:31 -08:00
Sergey Prigogin
8997a49ef1 Cosmetics. 2014-11-04 12:32:02 -08:00
Sergey Prigogin
90e95ab4eb Bug 419399 - Preference for Format with no selection
More robust implementation of region expansion.
2014-10-31 15:38:44 -07:00
Sergey Prigogin
31119f627e Fixed broken tests. 2014-10-31 15:38:42 -07:00
Sergey Prigogin
08fd13ed9f Bug 419399 - Preference for Format with no selection
A minor fix in the preference page.
2014-10-28 20:20:40 -07:00
Sergey Prigogin
653d74eceb Bug 449099 - IllegalArgumentException: waldo is not a member of A 2014-10-28 14:43:40 -07:00
Sergey Prigogin
c28c3c5aab Cosmetics. 2014-10-28 14:35:12 -07:00
Sergey Prigogin
9134d71fe5 Fixed an unsafe method call. 2014-10-27 19:41:43 -07:00
Sergey Prigogin
078541c956 Bug 448785 - Name resolution problem with nested alias template 2014-10-27 18:04:06 -07:00
Sergey Prigogin
e437230f58 Cosmetics. 2014-10-27 18:01:08 -07:00
Sergey Prigogin
27f00a30d8 Bug 419399 - Preference for Format with no selection
The user now has a choice between formatting the entire file and
formatting the statement on the current line.

This patch depends on the change in platform.text
https://git.eclipse.org/r/#/c/31337/

Change-Id: I6ae5b925a8ebdce0eec7ff34f7b3f84da0d9c326
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Reviewed-on: https://git.eclipse.org/r/31338
2014-10-27 13:29:24 -04:00
Nathan Ridge
f9f0d4c3da Bug 447728 - Support for types of unkown fields
Change-Id: Id8ccc110930b86a762a847ff50a8659c87318a4b
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/35302
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-10-23 14:35:49 -04:00
Sergey Prigogin
8e5a31e714 Bug 446711 - Name resolution problem with dependent enumeration
Handling of internal enumerator types during instantiation of an
enumeration.
2014-10-22 10:03:26 -07:00
Sergey Prigogin
4e5201e47c Cosmetics. 2014-10-20 16:40:15 -07:00
Sergey Prigogin
0c4ddcf922 Bug 446711 - Name resolution problem with dependent enumeration
Fixed ownership of enumeration specializations.
2014-10-20 12:30:45 -07:00
Sergey Prigogin
197e893939 Bug 446711 - Name resolution problem with dependent enumeration 2014-10-17 16:58:16 -07:00
Sergey Prigogin
7e213ecb19 Incremented plugin version for CDT 8.6. 2014-10-17 16:58:14 -07:00
Sergey Prigogin
7434fcbf4c Cosmetics. 2014-10-17 16:58:12 -07:00
Sergey Prigogin
3ac977929a Cosmetics. 2014-10-09 10:32:13 -07:00
Wei Li
856b684824 Bug 426675: fix "index update with modified files" for a sub-directory
Change-Id: I3dad716cd11a464c97ee35fdabb8b9762238ccf3
Signed-off-by: Wei Li <wei.r.li@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/34434
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-10-09 13:28:07 -04:00
Nathan Ridge
d9cefc1e0c Bug 439477 - Ranking list-initialization sequences
Change-Id: I4c0dd621f91830ab1852abd1340b23e39a7dc4eb
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/34543
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-10-09 10:13:03 -04:00
Sergey Prigogin
06d5c452ce Bug 446380 - Problem with int(expression) in enumerator value 2014-10-08 15:04:02 -07:00
Sergey Prigogin
044d2cfaae Cosmetics. 2014-10-08 15:04:00 -07:00
Sergey Prigogin
5c894b881c Removed use of deprecated methods. 2014-10-08 15:03:58 -07:00
Sergey Prigogin
e83e8a688b Cosmetics. 2014-10-08 15:03:56 -07:00
Sergey Prigogin
20feb58da0 Bug 446225 - Captured variables not recognized as usages 2014-10-07 15:54:08 -07:00