Can there be created multiple workspaces in STMCubeIDE and choose which one to display?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-18 2:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-18 8:09 AM
You can create as many workspaces as you want. You choose the one to open on startup (unless you told it not to ask you anymore). You can't open more than one at a time, but you can run multiple STM32CubeIDE instances to open one workspace each.
There are also command line options that can be used to explicitly specify which workspace to open.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-20 12:36 AM
I obviously told the IDE not to ask me about which workspace to use anymore...So i tried opening a new STM23CubeIDE instance and know i have enabled the option to ask me about choosing my workspace. Thanks a lot
"There are also command line options that can be used to explicitly specify which workspace to open." - How do i do this? (currently using version 1.7.0)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-20 1:45 AM
This is inherited from Eclipse, so see:
You want the -data option, and give it the folder where your workspace is (ie, where the .metadata is)
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-20 6:28 AM
