1

I have been working in tizen studio for Gear s2 web app. I have opened many projects in project explorer, but there in no close option available when I right click on a project in project explorer.

Govind
  • 73
  • 9

3 Answers3

1

I think SDK developer miss the close project at context popup menu.

Use Project menu on top.

Select projects and click the Project - Close Project

pius lee
  • 1,164
  • 1
  • 12
  • 28
  • This command just collapse the project, nothing else. It does not close the project – Govind Sep 21 '16 at 05:42
  • 1
    No, It actually close the project. For example, Closed projects will not build at Build All command. and also it should be excluded when search somthing in workspace. – pius lee Sep 21 '16 at 06:07
0

As of Tizen Studio 1.0, there is no "Close project" option in Project Explorer context menu. So, one can either close a project using top Project menu (as shown here) or add a custom key binding.

To add a custom key binding

  1. Go to Window -> Preferences -> General -> Keys
  2. Scroll down to or type "Close Project" in search field
  3. Put the cursor to "Binding:" input field
  4. Press the preferred key combinations to close a project, e.g., Ctrl+X

Now you can close projects by selecting them in Project Explorer and pressing the chosen keys. Hope this helps.

Tizen Studio 1.0. Preferences Window

Community
  • 1
  • 1
ozbek
  • 20,955
  • 5
  • 61
  • 84
-1

Try selecting project(s) from Project Explorer and press delete button. You will get a pop up named "Delete Resources". Then press "Ok".

enter image description here

Yasin shihab
  • 382
  • 1
  • 5