Skip to content
Krzmbrzl edited this page Mar 17, 2016 · 3 revisions

Wizards

A wizard is a little helper when it comes to some repetitive work that requires some pre-defined steps to perform (for example the creation of a new file).
Each wizard is available from a specific context that can be:

  • ProjectExplorer: Rightclick anywhere in the ProjectExplorer
  • Project: Righclick on or within any project
  • SQDevProject: Righclick on a SQDevProject

_SQDev_ provides the following wizards for you: * **SqfNewFileWizard (Project)** that guides you through the creation of a new SQF-file * **SQDevProjectWizard (ProjectExplorer)** that will let you create a new SQDevProject that fits your needs * **ImportWizard (ProjectExplorer)** allowing you to import your created missions as an SQDevProject in the eclipse workspace to work on them from within eclipse * **ExportWizard (SQDevProject)** allowing you to export your SQDevProjects as mission files to whereever you want
Clone this wiki locally