Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Code Recommenders » How to change folder path in Eclipse's custom Import Wizard(How to change folder path in Eclipse's custom Import Wizard)
icon3.gif  How to change folder path in Eclipse's custom Import Wizard [message #788917] Thu, 02 February 2012 11:27 Go to next message
Vaibhav Bhalke is currently offline Vaibhav BhalkeFriend
Messages: 2
Registered: February 2012
Junior Member
Hi all,

I am new to eclipse plugin development area. I am facing some problem related to customization.

We developed our custom Wizard by extending org.eclipse.jface.wizard.Wizard
and some interface like IImportWizard etc.

Currently our project contains 1 folder "reference".

When we are trying to import some file then we want to specify our folder_path in textBox (containerNameField from WizardResourceImportPage.java).
i.e Into folder: [org.eclipse.platform.doc/reference/common][Browse]. See Image.

index.php/fa/6986/0/

In Image by default eclipse showing Path of "Into folder" on which user perform right click operation.

While Importing our custom wizard, things we want to do
#1 We want to create "common" folder under any folder (folder on which user perform right click operation) lets say "reference"

#2 User can see Into folder: [project_name/A/common]

#3 Imported file should copy into created "common" folder.

Our user don't want to use browse btn for specifying destination folder.


Any help or guidance in this matter would be appreciated.


Re: How to change folder path in Eclipse's custom Import Wizard [message #788925 is a reply to message #788917] Thu, 02 February 2012 11:39 Go to previous message
Marcel Bruch is currently offline Marcel BruchFriend
Messages: 289
Registered: July 2009
Senior Member

This is not the right forum for this kind of questions. This question should be asked at the Eclipse platform forum instead. Please post it there.

Marcel
Previous Topic:New DEV build v0.5 available
Next Topic:New feature: Showing static hooks in Extdoc View
Goto Forum:
  


Current Time: Mon May 06 17:13:32 GMT 2024

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

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

Back to the top