Skip to content

Terminology

Austin Condiff edited this page Aug 6, 2024 · 9 revisions

Terminology

ui-diagram

Overview

Please review Apples own terminology to help you better understand our own.

List of Terms

Term Definition
Workspace A workspace is a single instance of a CodeEdit window that represents one open project. You can have multiple workspaces open with one project each.
Project A project is the content you load into a workspace. It is what the workspace represents.
Sidebar A workspace has two sidebars. The navigator sidebar and the inspector sidebar. Sidebars can be toggled to show or hide and may be resized.
Navigator Area The navigator sidebar sits on the leading edge of the workspace window and is used to navigate through the project. It contains the Project Navigator, Find Navigator, Extension Navigator, and more.
Navigator An item within the navigator sidebar.
Editor Area The editor area takes up the main section in the workspace. It displays open editor(s) which can be in split layout.
Editor An editor is within the editor area and is a combination of a Tab Bar, Jump Bar and Source Editor.
Inspector Area The Inspector sidebar is dynamic to the currently selected file. It contains the File Inspector, History Inspector, and more depending on the file type of the selected file.
Inspector An item within the inspector sidebar.
Status Bar The status bar sits on the bottom of the Editor. It gives quick access to some editor-specific settings, shows the location of the cursor in the editor, and gives access to the integrated terminal, output view, and debug console.
Utility Area A toggle-able bottom drawer that sits right below the Editor Area.
Utility An item within the Utility Area
Toolbar The toolbar is the top most part of the workspace window. It contains buttons for toggling the sidebars, the branch selector, and other toolbar items.
Tab Bar The tab bar sits on top of the editor and shows tabs for each opened file. Tabs can be reordered or closed. Once selecting a tab the content of the selected file will show up in the editor.
Jump Bar The jump bar is located just below the tab bar in an editor and visually presents the path of the currently opened file in the project. When selecting a path section a menu appears to browse the contents of the parent directory.
Source Editor The Source Editor is within an Editor and displays editable text contents of the file it represents.
Activity Viewer The activity viewer sits in the toolbar and displays project specific information and build status.
Extension An extension is an independent piece of code that extends the functionality of CodeEdit. Extensions are written by the community and are published to be available in the Extension Store.
Extension Store A repository of all available extensions that the user can install.
Extension Library Extensions that the user has installed.
Clone this wiki locally