---
title: "Code Editor toolbar | Grafana Plugins documentation"
description: "Learn how to use the Code Editor toolbar to expand, copy, paste, wrap code, and toggle the mini map for better code management."
---

# Code Editor toolbar

> Note
> 
> The Business Text panel supports the Code Editor toolbar starting from version 5.3.0. Additional buttons were added in 5.4.0.

## Expand the editor

For a better user experience, use the expand editor button.

[](/media/docs/grafana/panels-visualizations/business-text/button.png)

You can find this button in all areas where you might need to have an extensive piece of code.

[](/media/docs/grafana/panels-visualizations/business-text/window.png)

## Additional buttons

- **Copy code**: Copies the highlighted code to the memory buffer.
- **Paste code**: Pastes the content from the memory buffer.
- **Wrap code on new lines**: Fits the text into the visible area on the screen.
- **Show/Hide mini map**: Shows or hides the far right area depicting the code at scale.

[](/media/docs/grafana/panels-visualizations/business-text/more-buttons.png)
