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

34770 commits

Author SHA1 Message Date
Rob Stryker
899208ac28 Bug 466488 - Clicking edit on launches that have no launch group, tabs,
or have other errors, causes several error dialogs to pop up.

Change-Id: Id5b56c2696e4911143a4daeb93cc8a442b3ebe33
Signed-off-by: Rob Stryker <rob.stryker@jboss.com>
2015-05-07 14:29:11 -04:00
Stefan Xenos
4dc26f9a20 Switch from SubProgressMonitor to SubMonitor to improve progress
reporting.

Signed-off-by: Stefan Xenos <sxenos@google.com>
Change-Id: Ibd635b59d17e88f93439c7041994b6006d74434e
2015-05-07 12:57:31 -04:00
Alena Laskavaia
d7a91f70ee Bug 466490: [launchbar] Color of the sash
Trying to make sash more visible

Change-Id: I6baeb1b05451e808c86204d0b0b1a1c13af5c7de
2015-05-07 08:31:39 -04:00
Uwe Stieber
ebc9a45689 Control: Bug 325540 - The class TerminalInputStream is obsolete and
should be removed
2015-05-07 14:30:43 +02:00
Uwe Stieber
08844f654a Control: Fix Bug 367855 - TerminalActionPaste uses wrong icon for
disabled state
2015-05-07 13:49:17 +02:00
Uwe Stieber
b1957c3415 Serial: Remove unused constructor 2015-05-07 13:39:34 +02:00
Uwe Stieber
d284988e61 Local: Fix Bug 466650 - Avoid org.eclipse.ui.startup extension for local
"show-in Git Bash" discovery
2015-05-07 12:04:26 +02:00
Uwe Stieber
1b5d872532 Modify SDK feature to match the old TCF Terminal SDK features 2015-05-07 09:47:56 +02:00
Anton Leherbauer
21e5739a8f Rework fix for bug 420928
We need to continue polling the text model until the terminal is
actually disconnected from the input stream, otherwise error messages
about connect failures don't appear in the terminal.
2015-05-07 09:46:16 +02:00
Uwe Stieber
53e33dcc46 Fixed missing explicit casts 2015-05-07 09:24:10 +02:00
Uwe Stieber
3c482638be Update "Save Actions" to not remove unnecessary cast 2015-05-07 09:19:09 +02:00
Uwe Stieber
a80476f557 UI: Review view category names and view names 2015-05-07 08:54:55 +02:00
Uwe Stieber
95937ea537 Fix bug 466654: The Terminal feature name should be "Terminal (Console)
View"
2015-05-07 08:16:28 +02:00
Uwe Stieber
a18e88bc51 Cleanup: Make provider names consistent 2015-05-07 08:07:13 +02:00
Uwe Stieber
ca86c90468 Cleanup: Fix some warnings 2015-05-07 07:55:10 +02:00
Sergey Prigogin
07117f922a Cosmetics. 2015-05-06 18:11:14 -07:00
Sergey Prigogin
f14b41343a Cosmetics. 2015-05-06 17:36:57 -07:00
Sergey Prigogin
0f25dd18d3 Cosmetics. 2015-05-06 12:49:14 -07:00
Sergey Prigogin
fa989bde50 Moved TypeMarshalBuffer from org.eclipse.cdt.internal.core.pdom.db to
org.eclipse.cdt.internal.core.pdom.dom

Change-Id: Ie4614ba8972cf6cb86ccfa5ef3d5cbc620fe9787
2015-05-06 11:25:40 -07:00
Sergey Prigogin
15da05324a Cosmetics. 2015-05-06 10:18:08 -07:00
Uwe Stieber
5ef6efe70a View: Do not show the "Choose terminal:" combo box if there is only one
possible selection
2015-05-06 17:10:43 +02:00
Uwe Stieber
98c485b819 Releng: Minimum version of cdt.core is 5.6.0 2015-05-06 16:29:00 +02:00
Max Weninger
71e04c4a86 SSH: Add the SSH port to the terminal title if different from the
default SSH port

Signed-off-by: Max Weninger <max.weninger@windriver.com>
2015-05-06 16:24:27 +02:00
Uwe Stieber
60e547451c Process: Adjust cdt.core dependency to build against Juno 2015-05-06 15:58:37 +02:00
Uwe Stieber
eb87450c2f Local: Adjust cdt.core dependency to build against Juno 2015-05-06 15:53:58 +02:00
Rob Stryker
4e67214de3 Bug 466489 - Limit launchbar-visible configs to public launch types; fix unit test
- Cleanup of bad catch block

Change-Id: If5c9adcc6970ffb480312e2453fcb153674cf79b
Signed-off-by: Rob Stryker <rob.stryker@jboss.com>
2015-05-06 09:37:16 -04:00
Uwe Stieber
fa5b76e3ad Releng: Updated config to use CDT 8.7 Mars for Mars build and added Juno profile 2015-05-06 14:17:45 +02:00
Uwe Stieber
d393b87e1d Releng: Added Eclipse 4.5 Mars target platform definition 2015-05-06 14:02:13 +02:00
Uwe Stieber
3d4a9569d9 SSH: Fix SSH terminal not connecting 2015-05-06 13:16:54 +02:00
Uwe Stieber
4049e12bff Local: Fix the local terminal connector feature names 2015-05-06 12:57:19 +02:00
Uwe Stieber
ed3ab9dd5a Releng: Added p2.inf files to get the terminals features using the old
namespace gets uninstalled/updated
2015-05-06 10:40:57 +02:00
Sergey Prigogin
89ae641793 Fixed a resource leak. 2015-05-05 18:25:41 -07:00
Sergey Prigogin
e8e43a37f8 Fixed a compiler warning. 2015-05-05 15:59:48 -07:00
Greg Watson
4d01c83ba4 Merge "Fix plugin-id of extension point." 2015-05-05 17:40:26 -04:00
Alena Laskavaia
fd58fed7e4 launch bar: corrected edit dialog handling of adding of new LC
- launch bar launch config was not handling add of another launch config
correctly - it was just resetting itself to handle new LC. This cannot
really be done because this dialog is bound to launch group and new lc
may not be part of it and may not even support the mode current dialog
is in. Also that make missyncronization between LC stored in parent and
LC stored in getTabViewer which can cause other nasty problems.
So let parent handle adding (which only handles locatio change) and for
duplication we just open a new dialog and close current one.

Change-Id: I2dde5c3af26d901d1f4b18cad84a83a9857a6ca9
2015-05-05 16:33:56 -04:00
Sergey Prigogin
7bc5a81935 Cosmetics. 2015-05-05 10:22:25 -07:00
Alena Laskavaia
03ab4beaf8 launch bar: "launch" button name in LC edit dialog
- use same name as in LaunchConfigurationDialog, i.e. Run, Debug, etc.

Change-Id: I497ff5c7913c47e3cfeb736557a3c8e90040d2ef
2015-05-05 11:19:25 -04:00
Uwe Stieber
3b495dda2c Releng: Remove p2.inf files 2015-05-05 17:02:06 +02:00
Marc Khouzam
956ae66e83 Update p2.inf for 8.7 release
Change-Id: Ie98c5cd10163a777e1de886c68750136e221fa28
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-05 10:31:46 -04:00
Greg Watson
4a8667661f Fix plugin-id of extension point.
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-05 09:23:02 -04:00
Uwe Stieber
9f0824baea Releng: Limit the version range the p2.inf files apply too 2015-05-05 14:42:41 +02:00
Uwe Stieber
fa14c05620 Releng: Added p2.inf files to get the terminals features using the old
namespace gets uninstalled
2015-05-05 11:48:20 +02:00
Doug Schaefer
3c1869984a Fix layout of Arduino feature files. 2015-05-04 23:08:03 -04:00
Marc Khouzam
e820f872ad Incremented CDT feature version to 8.7.0
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-04 21:07:13 -04:00
Doug Schaefer
8432a50e01 Bug 466209 - Add Arduino to category.xml
Change-Id: Iee345c76a57edf1b5c85feea8a2988ce37ed1e65
2015-05-04 19:40:07 -04:00
Doug Schaefer
076e141b69 Bug 466209 - Initial commit of Arduino plugins.
Includes freemarker jar which we have CQ approval for.

Change-Id: I8f36cd7f4539497bab5f106f84216f75a25da3a0
2015-05-04 16:34:10 -04:00
Simon Marchi
cb16665cc7 Bug 293832 - [dsf-gdb] Ask gdb for variable value, even if it is a complex type
Currently, CDT does not ask GDB for the value of the variables it
believes to be of complex types, such as structures. However, as
described in the bug, it assumes that a typedefed pointer is a complex
structure. Because of that, it displays a value of "{...}" for it
instead of the pointer value.

By asking GDB for the value of the variable even if it's of a complex
type, CDT will always display the right thing for the value. This will
cause a few more -var-evaluate-expression calls, but their number is
still limited to what is visible in the variables view. So the impact
should be negligible.

Screenshot of before/after:
	http://i.imgur.com/Sx5ZPfO.png

It is still impossible to edit the value, but this would be addressed in
another patch.

Change-Id: I92e6ead6351677e098a56d4af5bdb85fc61df080
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
2015-05-04 16:03:18 -04:00
Alena Laskavaia
3e548fced4 launchbar: hook up connect/disconnect state for target selector
Change-Id: I93240fa2385053454fe9f84279eddc1518290d4f
2015-05-04 13:44:16 -04:00
Uwe Stieber
8e6b5d7ccc Releng: Fix providerNames 2015-05-04 10:23:43 +02:00
Marc-Andre Laperle
9f39b4828d Bug 464222 - Trying to create a new remote launch gives a NPE
This could happen if a project was selected before creating the launch
and the project was missing a project description. For example, if the
.cproject was missing.

Change-Id: I3ecea6c4ee3cd3939c07ade361b2180fd86e6949
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-05-02 09:16:21 -04:00