This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSV6 Delete Workspace

Hello,

I've searched here, but not found. I do not want to delete parts of the contents of a workspace. I want to delete a whole workspace that I accidentally set up. Is there a switch in the CCS?

Best regards

Friedrich

  • Hello Friedrich,
    Are you referring to the Workspace folder?
    processors.wiki.ti.com/.../Eclipse_Concepts

    If so, you can simply manually delete the folder outside CCS. CCS will then create a new one in its place (or you can specify a new location for it).

    Thanks
    ki
  • Soory this is CCSV5 and old. If I Search in the text "delete" there is no response.
    I have found the solution and I do not have to read so much text.

    Removing an unwanted workspace from Eclipse
    Posted on April 4, 2012

    I was having a problem that occurred when I stated eclipse. I found that there where workspaces available in the drop down option that I no longer wanted to use.

    Here is a step by step on how to remove obsolete workspaces from eclipse.

    1. Go to your workspaces folder and delete the folders/workspaces you no longer require. If you start eclipse at this stage you will see the folders you just deleted are still available in the eclipse workspace dropdown. So close/cancel eclipse.

    2. Go to the folder where the eclipse.exe lives, move to \configuration\.settings and open the file org.eclipse.ui.ide.prefs for editing.

    3. In the variable RECENT_WORKSPACES=C:/blah/blah , remove the paths to the folders you deleted in step one.

    4. Start eclipse and the unwanted options should not be in the recent workspaces option drop-down.

    Erst die WORKSPACE löschen.
    dann
    org.eclipse.ui.ide.prefs
    suchen ( steht unter C:\ti\ccsv6\eclipse\configuration\.settings)
    öffnen mit neotepad++
    z.B. der Inhalt sieht so aus

    MAX_RECENT_WORKSPACES=5
    RECENT_WORKSPACES=D\:\\CCS6\\CODE_MSP430\nD\:\\CCS6\\CODE_28027\nD\:\\CCS6\\CODE_28069\nD\:\\CCS6\\CODE_28062
    RECENT_WORKSPACES_PROTOCOL=3
    SHOW_WORKSPACE_SELECTION_DIALOG=true
    eclipse.preferences.version=1

    und hier den Verweis rausnehmen. Ein Verweis ist z.B. oben rot gekennzeichnet.

    Best regards
    Friedrich