1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00
Commit graph

34548 commits

Author SHA1 Message Date
Matthew Khouzam
f517c704bc replace size()|length() > 0 with !isEmpty()
isEmpty is garantied to be as fast or faster than size and
length. It is also easier to read.

Change-Id: Ia768910c21313666aeab774963c0b6e82d825b44
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
2015-03-04 10:33:47 -05:00
Marc Dumais
9105e2d42c Bug 460476 - [visualizer] make showing debug actions in toolbar
configurable

Change-Id: I860a0268c727f482fcc136031f8bd0cc11315831
2015-03-04 07:03:51 -05:00
Marc Dumais
d38aa32296 Bug 460837 - [visualizer] Add persistent information storage in the MV
Change-Id: I18bf08043c17f3bf4c1a2da86cbd6ef5b46d0120
2015-03-04 06:59:44 -05:00
Uwe Stieber
ad9890ef85 Target Explorer: A process redirected to a terminal cannot be reconnected once the process terminated 2015-03-04 09:58:35 +01:00
Alena Laskavaia
498bfb6509 converted codan test to use comment labels positioning
Change-Id: Ib389c90a8b10abac46399248f435428e27b6975b
2015-03-03 19:36:51 -05:00
Milivoje Legenovic
52794aa29c Bug 460551. C++11 Keyword 'final' not supported in code formatter
Change-Id: I87db78c4b848f2a469c8a0cd53caa6c60aa3adca
Signed-off-by: Milivoje Legenovic <duh-sa-sekirom@hotmail.com>
2015-03-03 23:37:29 +01:00
Nathan Ridge
bb4b74b367 Bug 345872 - Show correct override markers in the presence of multiple
iheritance

Change-Id: I6d9196d06d2077208ba246991ec712897c09a0df
Signed-off-by: Patrick Hofer <paedu.hofer@gmail.com>
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-03 14:32:16 -05:00
Anton Leherbauer
1beb9d15f9 Bug 205765 - [terminal] some emacs keys do not work correctly Ctrl-/ and Backspace
Change-Id: Ib1af6d41ec0ea9512b289ee78ed9c93bc522d8ee
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-03-03 14:42:21 +01:00
Anton Leherbauer
6326319292 Bug 205765 - [terminal] some emacs keys do not work correctly Ctrl-/ and Backspace
Change-Id: Ib1af6d41ec0ea9512b289ee78ed9c93bc522d8ee
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-03-03 14:42:21 +01:00
Nathan Ridge
4dd74cb463 Bug 451082 - Syntax-color 'alignof' and 'alignas' as keywords
Change-Id: Iffc19fa431df97a18a1906db73eeed280f5f2a09
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-03 03:46:32 -05:00
Nathan Ridge
d31d768681 Bug 402617 - Code completion for members of a field of a deferred class
instance

Change-Id: Idfd8535e62fa35bbed3385c5489fae81e65b64d5
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-03-03 01:59:48 -05:00
Doug Schaefer
210058b955 Hook up the new connection wizard the target selector action area.
Also externalize strings for the target selector.

Change-Id: Ib082066560a1ab786783d47f165d7638189d338d
2015-03-02 21:24:57 -05:00
Marc Dumais
da922a8b01 Bug 458671 - [visualizer] add an example of using an image on graphic
object

Change-Id: Idf604db4d0138b489d9ceda81d5848a5e4698dbb
2015-03-02 13:07:48 -05:00
Marc Dumais
4d22e11d4b Bug 458644 - [visualizer] - enhance visualizer framework, to permit
displaying images on graphic objects

Change-Id: I298ccb690fff18f655e9b78b3efa56b0a6c8de29
2015-03-02 11:50:25 -05:00
Sergey Prigogin
0ea6663c22 An attempt to make testTemplateClassMethod_207320 test less flaky.
Change-Id: I44124e7ba53be1d59a6b89b14733a0bda4320257
2015-03-01 22:34:35 -08:00
Nathan Ridge
ce34d2d48e Bug 460080 - Template id inside special cast expression forming '>>'
Change-Id: I949cef0c6774c4c90edce921c2cc99f514ffea87
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-02-28 20:56:41 -05:00
Nathan Ridge
8607866e33 Bug 460741 - Type of conditional expression in C
Change-Id: I64f4fded197b31e60d81e2fbd5a2728aa8d8d8ce
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-02-28 20:55:45 -05:00
Alena Laskavaia
de3c23df86 adjusted message for comment checker
Change-Id: I68e6bf14340e38c7c623b444870596ab917c0b40
2015-02-27 20:17:57 -05:00
Marc-Andre Laperle
26a0202bb2 Set sonar.java.source in pom
That way we don't have to remember to set it in the Hudson job or manual
maven builds.

Change-Id: I7208ddaa15d8309b78be5991e64e0e88228d2a7d
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-02-27 00:17:50 -05:00
Simon Marchi
539660d4f7 [dsf-gdb] gdb download script: add examples and print help if unsupported version is given
I got a feedback that the error message when passing an unsupported
version should be more helpful.

Change-Id: I3c925c500d6de787ca9bfce421eda6109e9f6415
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-02-26 18:26:42 -05:00
Marc Dumais
2ec6e11b2b Bug 460737 - [visualizer] enable MV to know which (cloned) instance it
is

Change-Id: I586dedab6df808f9e68600fa55fa1169b44defaf
2015-02-26 15:07:53 -05:00
Uwe Stieber
ef371f478b Terminals: Remove unnecessary dependency to o.e.ui.forms 2015-02-26 08:38:28 +01:00
Marc Khouzam
3642fbc5cd Bug 459972: Update all target files on master for o.e.remote 2.0
Change-Id: Ib9dc2ae0f4011e8db5ab09527c2b89b70ce95d16
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-26 00:22:17 -05:00
Alena Laskavaia
396b946015 codan - checker for comments
implement few code style rules for comments
- no line comments (sometimes enforced)
- no nested comments (no /* in block comment)

Change-Id: Ib4042a8ffab0dc1c5effd7b77ab6d2f51a1e6cae
2015-02-25 20:19:39 -05:00
Uwe Stieber
7ab002e332 Target Explorer: Bug 429088 - The "System" menu has no accelerators 2015-02-25 15:23:26 +01:00
Uwe Stieber
40af8fd24c Terminal: Enable terminal logging only if any terminal tracing option is
enabled and the bundle state location can be determined
2015-02-25 12:04:54 +01:00
Uwe Stieber
bbc2062eeb Terminal: Enable terminal logging only if any terminal tracing option is
enabled and the bundle state location can be determined
2015-02-25 12:04:54 +01:00
Anton Leherbauer
54b71c9c08 Bug 420927 - ITerminalViewControl.connectTerminal() steals keyboard focus
On connect
- don't set focus
- properly reset terminal state

Use better initialization of default encoding.

Change-Id: I712958fc8ea906a15b7219be151c6d43c06762f9
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-25 10:30:05 +01:00
Anton Leherbauer
50a4d171c1 Bug 420927 - ITerminalViewControl.connectTerminal() steals keyboard focus
On connect
- don't set focus
- properly reset terminal state

Use better initialization of default encoding.

Change-Id: I712958fc8ea906a15b7219be151c6d43c06762f9
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-25 10:30:05 +01:00
Anton Leherbauer
08ac472198 Bug 460703 - [terminals] Add support for middle mouse button paste 2015-02-25 10:17:34 +01:00
Simon Marchi
0ba2118dc9 [dsf-gdb] debug tests: Adjust buffer sizes in MIMemoryTest to take word size into account
Change-Id: I1ffa59165c713609b25b9331c3d245094df4544e
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-02-24 22:26:43 -05:00
Sergey Prigogin
b1d0e96fc1 Cosmetics. 2015-02-24 10:52:18 -08:00
Alena Laskavaia
7f4a8de499 Fixed category name "&C/C++" (Removed &)
- looks like Mars now renders & in category names :)

Change-Id: Iaf568be59959f3477b6d203e15620e0ceec0095b
2015-02-24 13:37:32 -05:00
Anton Leherbauer
0b4533ee5d Terminals: Keep context menu from being disposed if terminal is disposed
Related to Bug 458625.
2015-02-24 17:02:09 +01:00
Marc Khouzam
b7bfd5fec4 Bug 458650: Remove change not directly related to NPE
Partial revert of commit 196d978624.

The removed change was causing a problem where the connectionCombo
pulldown was being set to its first element even for existing LC

Change-Id: I6888f2f783a303770d2924d0351b5dd7b5c055cc
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-24 08:54:01 -05:00
Anton Leherbauer
d4a119e55b Bug 392029 - CommandInputField: Enter key on the number pad does not work
Change-Id: I631e73a166db6f927403f6fd8ca585c3492e607a
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24 12:45:40 +01:00
Anton Leherbauer
f5b531df69 Bug 392029 - CommandInputField: Enter key on the number pad does not work
Change-Id: I631e73a166db6f927403f6fd8ca585c3492e607a
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24 12:45:40 +01:00
Anton Leherbauer
69b22f674e Bug 460655 - [terminal] Reparenting a terminal widget leaks resources
When moving a terminal widget under a new SWT parent we have to take
special care not to leak resources.

Change-Id: I9b397b77c8473df55e6330e2c43d04cb668772ee
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24 11:31:08 +01:00
Anton Leherbauer
08f710c414 Bug 460655 - [terminal] Reparenting a terminal widget leaks resources
When moving a terminal widget under a new SWT parent we have to take
special care not to leak resources.

Change-Id: I9b397b77c8473df55e6330e2c43d04cb668772ee
Signed-off-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2015-02-24 11:31:08 +01:00
Anto Leherbauer
5f9c9c21a2 Terminals: Bug 443048 - Can't use Middle click to close shell Tabs
inside Terminal View
2015-02-24 11:16:57 +01:00
Uwe Stieber
ca5915af42 Terminal: Ignore findbugs warnings in test classes 2015-02-24 09:39:59 +01:00
Marc-Andre Laperle
5664514d00 swtbot: Wait for the presence of a text pattern in the console view
Instead of relying only on a sleep, wait until the specified console
view has the specified text pattern.

Change-Id: I196ac1f1c04212c536b9bd5917156f24158df469
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-02-23 20:24:46 -05:00
Sergey Prigogin
6744ecdeab Cosmetics. 2015-02-23 16:28:26 -08:00
Sergey Prigogin
e424d5f1a3 Bug 460646 - Open Element doesn't work for a class inside an anonymous
workspace
2015-02-23 16:27:56 -08:00
Sergey Prigogin
0a69302022 Cosmetics. 2015-02-23 16:27:54 -08:00
Michi
151a5d30c5 Bug 460341 - Nested Template Specialization not properly resolved
Change-Id: I10564878dc0daacad58d164941d73749bf77e787
Signed-off-by: Michi <woskimi@yahoo.de>
2015-02-23 18:46:01 +01:00
Uwe Stieber
0739245a5c Terminal: Remove empty about.mapping files 2015-02-23 16:41:33 +01:00
Uwe Stieber
be8ecd06c3 Terminal: Remove empty about.mapping files 2015-02-23 16:41:33 +01:00
Uwe Stieber
8b0620e163 Terminal: Fix findbugs warnings 2015-02-23 15:52:05 +01:00
Uwe Stieber
f9b67a6411 Terminal: Fix findbugs warnings 2015-02-23 15:52:05 +01:00