Recommended names for the different parts of the Positron interface? #6330
Replies: 1 comment 3 replies
-
Thank you so much for your interest in updating your package to show how to use Positron! 🙌 We have some initial documentation at https://positron.posit.co/, especially with relevant info for this at "Guides". You'll notice that some components have a different name than RStudio (like the Data Explorer) and some are the same as RStudio (like the Console). The layout for Positron is much more flexible than RStudio, so we won't be able to say something like "there are four main areas". We do inherit a fair number of UI components from VS Code, so their docs are also a good place to look for things, such as what the Activity Bar is or what the Command Palette is. We are following the VS Code style of capitalizing these components. Do you have any other specific questions on components? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What names does Posit plan on using for the different panes/panels/views/tabs of the Positron interface? And how does it plan to write them (ALL CAPITALS? Title case? et cetera)?
As an example, The RStudio docs specify that the four main areas of the interface are "panes" and that, within panes, we have "tabs." The docs also specify that the tabs, like "Console," are in title case.
What will be the equivalent terms/punctuations for Positron?
I ask because I am rewriting my tutorial.helpers package and I want my language to match the (eventual) Posit documentation.
Beta Was this translation helpful? Give feedback.
All reactions