[ 
https://issues.apache.org/jira/browse/DIRSTUDIO-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626482#action_12626482
 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-255:
--------------------------------------------------

I successfully managed to integrate the "General" page of Eclipse in Studio by 
modifying the plugin.xml of the 'rebranded' org.eclipse.ui.ide plugin.

This piece of xml needs to be added:
   <extension
         point="org.eclipse.ui.preferencePages">
      <page
            name="%PreferencePages.Workbench"
            
class="org.eclipse.ui.internal.ide.dialogs.IDEWorkbenchPreferencePage"
            id="org.eclipse.ui.preferencePages.Workbench">
         <keywordReference id="org.eclipse.ui.ide.general"/>
      </page>
    </extension>

Furthermore, there's a new checkbox in the dialog associated with all jobs that 
allow to set the "Always run in background" flag without having to go the 
preferences. Since, we plan to move to Eclipse 3.4 dependencies, this feature 
will also be integrated in the next version of Studio.

> Run in background should be configurable so one could set it to true bye 
> default
> --------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-255
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-255
>             Project: Directory Studio
>          Issue Type: Improvement
>          Components: studio-rcp
>    Affects Versions: 1.0.1
>            Reporter: Torgeir Veimo
>             Fix For: 1.3.0
>
>
> The popup dialogue that comes us with time consuming operations should be 
> able to avoid completely by setting perform job in background to default in 
> preferences

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to