Sergey Prigogin
e27ca67746
Improved robustness of global scope handling.
...
Change-Id: Id0222766e8c5e258f866f9a4c8b3307a06bdf4c7
2015-06-09 11:58:47 -07:00
Marc Khouzam
e4d106f6d1
Update to use the Mars Orbit version
...
Change-Id: I5a4a4fdefc46a374148e6a3bdaeb59c21cb06d8b
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-09 13:03:16 -04:00
Uwe Stieber
468e07f062
Adapt fix for Bug 469415 (Allow user set the title explicitly) for all
...
existing connectors
2015-06-09 11:40:51 +02:00
Sergey Prigogin
e23a7dabc5
Removed an unused field.
2015-06-08 16:55:57 -07:00
Sergey Prigogin
ff84cfc4a1
Cosmetics.
2015-06-08 16:49:46 -07:00
qwang
1489103f23
Modifed the changes
...
4.Remove the super freference, there's no reason to call that way.
5. Clean up the getDefaultTerminalTitle method in
AbstractLauncherDelegate.
Change-Id: I5211dd26fa6691c666bb457a1ef10e19a190441d
Signed-off-by: Q.S. Wang <wangqs_eclipse@yahoo.com>
2015-06-07 09:50:47 +10:00
Jeff Johnston
8c8d10f2e0
Bug 469529 - null pointer exception starting Docker launcher
...
- an init() call from the Docker Launch plugin start() method may
not be able to get a Workbench Window so add code to ensure that
an NPE does not occur in ConnectionListener
- fix the ContainerLaunchConfigurationDelegate to return null for
the ipaddress() of the gdbserver run job if the info has not
yet been set (thread timing)
Change-Id: I6dae9f1997d8b5b7db3246c0feb7966c4795b05b
(cherry picked from commit bd7fad5f67
)
2015-06-06 12:24:58 -04:00
Marc-Andre Laperle
3a3557f65d
Upgrade jarsigner to final 1.1.2 release
...
Change-Id: Ia68714d4e8dd75512d6ade2f6015c1fe4be7e2d3
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-06-04 09:58:36 -04:00
Martin Oberhuber
a04778c8e8
Bug 468875 - Hide the Oldview Migration capability in Preferences
2015-06-04 07:38:33 +02:00
Martin Oberhuber
82a085a97d
Restore terminal stream id (development) after merge from 4.0_mars_bugfix
2015-06-04 07:34:48 +02:00
Martin Oberhuber
6214d729c2
Merge branch '4.0_mars_bugfix'
2015-06-04 07:28:37 +02:00
Martin Oberhuber
72b0f6ac9c
Clarify name of the TM Terminal via Remote API Connector
2015-06-04 07:18:12 +02:00
Sergey Prigogin
4890e6e7e6
Protect against an NPE.
2015-06-03 18:18:57 -07:00
Sergey Prigogin
4cf72bb41b
Cosmetics.
2015-06-03 18:14:35 -07:00
Alena Laskavaia
01bfa62a4d
launchbar: target config provider lc working copies bugs
...
per target config provider adds working copy into cache on change
notifications which creates problems
a) they never cleaned up
b) now when its searching its picking a wrong config (wc) causing
it to return invalid config
fix push up higher in launch bar itself, no point propagating
launch change notifications from working copies
Change-Id: I3b7bc94f3ef6ab385fc43cc5482ab4c9b943e8fa
2015-06-03 11:11:45 -04:00
Greg Watson
b1459f826a
Bug 468858 - initialize terminal size to fix line wrapping
...
Change-Id: I0efc6e849fa8bf2ff42f9b50aa96bcb47b6d0d5b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-03 11:11:31 -04:00
Martin Oberhuber
6076d2f016
Merge commit 'b4250143312d4821916a0322574070545042e56d' into 4.0_mars_bugfix
2015-06-03 16:17:38 +02:00
Greg Watson
3dff9eb15a
Revert "Releng: Move Remote Terminal Connection into its own profile so it can be excluded on demand"
...
This reverts commit 601770a233
.
2015-06-03 10:02:20 -04:00
Greg Watson
f16611360e
Revert "Releng: Make the nightly build repository a composite repository to make it easier to access the remote connector pieces"
...
This reverts commit a7484f418f
.
2015-06-03 10:02:16 -04:00
Greg Watson
07d4b7cfed
Revert "Releng: Make the nightly build repository a composite repository to make it easier to access the remote connector pieces"
...
This reverts commit 18b4ab639e
.
2015-06-03 10:02:12 -04:00
Greg Watson
b11f92c8b8
Merge "Bug 468858 - initialize terminal size to fix line wrapping"
2015-06-02 21:11:01 -04:00
Greg Watson
af08d66a25
Bug 468858 - initialize terminal size to fix line wrapping
...
Change-Id: I0efc6e849fa8bf2ff42f9b50aa96bcb47b6d0d5b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-02 20:37:57 -04:00
Jeff Johnston
16d9dd6ba7
Add missing icon to CDT Docker Launch plug-in.
...
- docker_small.gif was missing for SWTImagesFactory
- replace with container icon: repository-middle.gif for container Tab
Change-Id: Id18423f3bcad10142b8a3e834237f1b3bf49e7d6
Task-Url:
2015-06-02 19:44:46 -04:00
Anton Leherbauer
ab06a7362b
Fix missing context menu if Terminal is created while invisible
2015-06-02 17:11:05 +02:00
Anton Leherbauer
e58c5d3506
Fix missing context menu if Terminal is created while invisible
2015-06-02 17:10:12 +02:00
Greg Watson
34bddccabe
Bugs 468857, 468858, 468859 - Various fixes for remote terminal.
...
Change-Id: I0b05724722a0fe55f45cad5c4edff9398fbb352d
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-02 09:19:24 -04:00
Marc-Andre Laperle
30447e7806
Bug 469066 - NPE in CrossGCCBuiltinSpecsDetector.getCompilerCommand
...
Change-Id: Ie79a6043c742d9cd42bb846e5736676d9d0cbd6c
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-06-02 01:22:24 -04:00
Sergey Prigogin
a7d3f1d3b5
Bug 461676 - refactoring not work for methods in class
...
Change-Id: I770b579eb327e3f21565e95cab2894702f3d7964
2015-06-02 00:23:05 -04:00
Doug Schaefer
76267c7aa9
Adapt Arduino plug-ins to final LaunchBar API.
...
Change-Id: Ib5d7738ad137566b7cf6f9b8c177f72c747b2d2b
2015-06-01 21:59:49 -04:00
Jonah Graham
8282a1767e
Bug 469007: Reference MIExpressionsNonStopTest in test suites
...
Change-Id: If29de1ee2941a2bb3cb5c27dd9a61741b76165e6
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2015-06-01 15:08:22 -04:00
Sergey Prigogin
f2e7ffec54
Bug 469023 - UnsupportedOperationException in CPPVisitor.createBinding
...
Change-Id: I10653fc6a23364d0977d3f7dc6e92b84812bf5bb
2015-06-01 10:24:02 -07:00
Anton Leherbauer
4ea71eb57e
Fix NPEs when closing Old Terminal view and avoid opening on top of Welcome
2015-06-01 16:22:50 +02:00
Anton Leherbauer
11f2794bd6
Fix NPEs when closing Old Terminal view and avoid opening on top of Welcome
2015-06-01 14:24:37 +02:00
Uwe Stieber
fc2a5462c1
Releng: Also delete empty directories
2015-06-01 12:07:21 +02:00
Uwe Stieber
9dcbba9066
Releng: Add mkdir tasks to "deploy"
2015-06-01 11:47:09 +02:00
Uwe Stieber
23b3fd4cd0
Releng: Update terminal stream id
2015-06-01 11:41:16 +02:00
Uwe Stieber
fe1ca8742c
Releng: Update Orbit repository link
2015-06-01 11:38:00 +02:00
Uwe Stieber
491a4c3259
Releng: Update Orbit repository link
2015-06-01 11:31:23 +02:00
Uwe Stieber
3e73e96587
Releng: Update Orbit repository link
2015-06-01 11:30:32 +02:00
Uwe Stieber
18b4ab639e
Releng: Make the nightly build repository a composite repository to make
...
it easier to access the remote connector pieces
2015-06-01 11:28:20 +02:00
Uwe Stieber
a7484f418f
Releng: Make the nightly build repository a composite repository to make
...
it easier to access the remote connector pieces
2015-06-01 11:26:42 +02:00
Uwe Stieber
601770a233
Releng: Move Remote Terminal Connection into its own profile so it can
...
be excluded on demand
2015-06-01 10:51:06 +02:00
Doug Schaefer
e1ac2000de
Final LaunchBar 1.0 API. Lots of clean up and simplification.
...
launchConfigAdded becomes pretty important. Requires providers
to be able to find descriptor and target from the incoming
configuration if they own it. Also added handing for a default
when the target is null.
removed ownsConfiguration in providers since the launchConfigAdd
does that by returning false.
Added enablement for config providers, but that will need work
and some default property testers for it to be useful.
For the correct way to add in a config provider, check out the
Arduino change for this API at:
https://git.eclipse.org/r/#/c/49029/
Change-Id: I46b194a933c846d7d3e4eea8a0213c4ec324816f
2015-05-30 23:34:00 -04:00
Martin Oberhuber
b425014331
Bug 468875 - Unconditionally hide the "Terminal (Old)" view shortcut
2015-05-30 15:42:32 +02:00
Greg Watson
7b12ea8e37
Bug 468857, bug 468858, bug 468859 - Various fixes for remote terminal.
...
Change-Id: I0b05724722a0fe55f45cad5c4edff9398fbb352d
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-05-29 18:32:51 -04:00
Nathan Ridge
aa463781be
Bug 468557 - Fix a typo in CPPCompositesFactory.getCompositeBinding()
...
that was causing a CompositingNotImplementedError
Change-Id: Ida8e09dbc438f23ed3187f97429efe1a31b4d037
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-05-29 17:44:33 -04:00
Roberto Oliveira
695167eb07
Bug 468492: Add _Decimal types.
...
- Types added: _Decimal32, _Decimal64, _Decimal128.
Change-Id: I9660dfa16f860b5fd31cf028812f1ab464b18709
Signed-off-by: Roberto Oliveira <rdutra@linux.vnet.ibm.com>
2015-05-29 17:51:48 -03:00
Alena Laskavaia
f4944e5e27
launchbar: enablement expressions for desc. type
...
added ability to define enablement for descriptor type,
to allow lazy loading of plugins
Change-Id: I9a9f494d0720f752c0cfebf20316f9f8274ee23f
2015-05-29 13:16:51 -04:00
Doug Schaefer
a2babed084
Fix Arduino to managed the target in the delegate.
2015-05-29 11:27:06 -04:00
Doug Schaefer
109655d384
Final Arduino touches for Mars. Preference Page, template cleanup.
...
Externalized Strings.
Change-Id: I3450fe67fa3f3e3db40955be926b8b62951460f1
2015-05-29 11:26:38 -04:00