Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Trying to get "Link with editor" boolean value
Trying to get "Link with editor" boolean value [message #1794828] Fri, 07 September 2018 09:26
Un Known is currently offline Un KnownFriend
Messages: 1
Registered: September 2018
Junior Member

Hi everyone, I'm trying to get the boolean value of "link with editor" from RCP plug-in button, but somehow it always returns "false".

Code:
((CommonNavigator) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().findViewReference(IPageLayout.ID_PROJECT_EXPLORER, null).getView(true)).isLinkingEnabled();


Anyone have an idea why?)

Previous Topic:Eclipse Photon (4.8.0) RCP application plug-ins loading issue
Next Topic:Error In Maven POM.XML
Goto Forum:
  


Current Time: Sat Jul 27 11:03:37 GMT 2024

Powered by FUDForum. Page generated in 0.04654 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top