mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
[198114] Allowed to move file into existing folder/archive on first attempt
This commit is contained in:
parent
a34964063b
commit
0e3cfb1675
1 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType
|
* Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType
|
||||||
* Martin Oberhuber (Wind River) - [190442] made SystemActionViewerFilter API
|
* Martin Oberhuber (Wind River) - [190442] made SystemActionViewerFilter API
|
||||||
|
* Kevin Doyle (IBM) - [198114] Allowed to move file into existing folder/archive on first attempt
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.ui.dialogs;
|
package org.eclipse.rse.ui.dialogs;
|
||||||
|
@ -77,8 +78,8 @@ public abstract class SystemRemoteResourceDialog extends SystemPromptDialog
|
||||||
{
|
{
|
||||||
_form.applyViewerFilter(getViewerFilter());
|
_form.applyViewerFilter(getViewerFilter());
|
||||||
}
|
}
|
||||||
_form.setPreSelection(_preSelection);
|
|
||||||
_form.setSelectionValidator(_selectionValidator);
|
_form.setSelectionValidator(_selectionValidator);
|
||||||
|
_form.setPreSelection(_preSelection);
|
||||||
_form.setShowPropertySheet(_showPropertySheet);
|
_form.setShowPropertySheet(_showPropertySheet);
|
||||||
_form.setSelectionTreeToolTipText(getTreeTip());
|
_form.setSelectionTreeToolTipText(getTreeTip());
|
||||||
if (_message != null)
|
if (_message != null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue