Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] New Debug menu in 4.8 M4

Hi all,
Platform Debug has postponed the top level "Debug" menu changes to 4.8 M5.
For details checkout Bug 513355 - Create top level Debug menu

New layout for Debug perspective will be available in 4.8 M4.

Thanks & Regards,
Sarika Sinha

Date: Sun, 19 Nov 2017 09:28:02 +0100
From: Andrey Loskutov <loskutov@xxxxxx>
To: Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>,
platform-dev@xxxxxxxxxxx
Subject: [cross-project-issues-dev] New Debug menu in 4.8 M4
Message-ID: <f8c16cc8-8b97-cba2-e10c-f1949150d12e@xxxxxx>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi all,

Platform debug contributes new top level "Debug" menu in 4.8 M4,
starting with build I20171118-1500. This menu should be the home for all
debug specific menu entries previously contributed to the "Run" menu [1].

You can see the examples of the new menu here:

https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.eclipse.org_bugs_attachment.cgi-3Fid-3D271418&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=tjRIbqOr-g7xZRUXRR3_rfB-pMcLEmP47pYsccHdQQk&m=bmeooeidMTXFKG5HndleKiLBdli62ob9oRY2PmyTJ68&s=jlEeQRIeE9L7Nv2fsb4qS-RC89JObN9bNOKiAI0qhao&e=
https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.eclipse.org_bugs_attachment.cgi-3Fid-3D271420&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=tjRIbqOr-g7xZRUXRR3_rfB-pMcLEmP47pYsccHdQQk&m=bmeooeidMTXFKG5HndleKiLBdli62ob9oRY2PmyTJ68&s=A2_lAGnqqga--Lq41KAFGZrnrEOTsOgu9rvRCwnGrH4&e=.

Technically, this change introduces new menu path
(org.eclipse.ui.debug/*) with a bunch of groups (with same names as
before) but does not remove the old menu (org.eclipse.ui.run/*) and also
keeps old debug related group definitions.

The change should be backwards compatible because the old debug related
group definitions from org.eclipse.ui.run/* are not moved but copied
under the new path. The only group really *moved* from one menu to
another is the "org.eclipse.ui.run/jdtGroup", but so far we have not
found anyone contributing to it except JDT itself, so it shouldn't be a
problem.

We encourage everyone contributing "Debug" menu entries in the 4.8
release to move into the new menu. JDT contributions are already moved.
An example of the changes proposed for other clients is visible at CDT
Gerrit, see [2].

P.S.
Not directly related to the menus: be aware, that in M4 the Debug
perspective layout is changed too, see [3] and this screenshot:
https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.eclipse.org_bugs_attachment.cgi-3Fid-3D271460&d=DwICAg&c=jf_iaSHvJObTbx-siA1ZOg&r=tjRIbqOr-g7xZRUXRR3_rfB-pMcLEmP47pYsccHdQQk&m=bmeooeidMTXFKG5HndleKiLBdli62ob9oRY2PmyTJ68&s=KCKW5tqeXx3IonuSVLdkbbho85kaDwfxj72xcHgdZRI&e=.

[1]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=513355
[2]
https://git.eclipse.org/r/#/c/111427/
[3]
https://bugs.eclipse.org/bugs/show_bug.cgi?id=464898

--
Kind regards,
Andrey Loskutov



Back to the top