User Interface@userinterface

Like other editors, HBuilderX take a common user interface and layout. The project explorer is displayed on the left and the content of the file is displayed on the right.

User Interface@userinterface - 图1

Basic Layout@basic-layout

The UI is divided into areas:

  • Editor - The main area to edit your files. You can open as many editors as you like side by side vertically and horizontally.
  • Project Explorer - Contains different views like the Explorer to assist you while working on your project.
  • Toolbar
  • Status Bar - Information about the opened project and the files you edit.
  • Console - You can display different panels below the editor region for output or debug information, errors and warnings, or an integrated terminal. Panel can also be moved to the right for more vertical space.

Each time you start HBuilderX, it opens up in the same state it was in when you last closed it.

Minimap@minimap

A Minimap (code outline) gives you a high-level overview of your source code, which is useful for quick navigation and code understanding.

A file’s minimap is shown on the right side of the editor. You can click or drag the shaded area to quickly jump to different sections of your file.

User Interface@userinterface - 图2

Notes:

  • You can right-click on the far right side of the editor to close or open the mini map.
  • [Settings - Editor], supports to change the pixel width of the mini map, the default value is 100

Outline View@outline

The outline on the left is a powerful tool for navigating large documents.

HBuilderX provides an elegant and concise document navigation interface.

Click the outline icon in the bottom status bar to open the outline view. The shortcut key is [win: alt+w, mac: ctrl+w]

User Interface@userinterface - 图3

Built-in Explorer@Built-in-Explorer

Here is just a brief introduction to the built-in resource manager, Details

The built-in resource manager of HBuilderX gives you a larger resource management interface and greatly improves the efficiency of file management.

Compared with the resource manager that comes with OS, HBuilderX resource manager provides special optimization for programming files.

  • Large icon view, Directly display the html title, vue page, component name
  • Preview the content of markdown directly
  • Expand an extra column in the list details to display svn/git status

User Interface@userinterface - 图4

editor layout@editor-layout

By default, editor groups are laid out in vertical columns.

You can easily arrange editor groups in any layout you like, both vertically and horizontally.

Top Menu “view -> layout”, There is a set of predefined editor layouts。

User Interface@userinterface - 图5

Single Window@single-window

Single Project window: It is the project explorer, only one project is displayed。

On the main window, Click the menu [View] [New Window] to create a single project window.

On the main window, select an project, right-click on the menu, and click [Open in New Window] to open the project in the single project Window.

Detailed description of the single form