Terminal Line Buffer increase

Hello I am new to the community, I am still working on setting up PHPStorm.  My current catch is the line buffer in the Terminal Plugin.  The line buffer holds about 100 ish lines.  Is there any way to increaese this line buffer?  I have been unable to find a setting for it.  Thanks for any directions.

Edit...
I am on a Mac

6
12 comments

Please try increasing

terminal.buffer.max.lines.count

value: Help/Find action, type 'registry', search the registry for the key above.
Note: this registry key is not available in PHPStorm 8, you need using PHPStorm 9 EAP
14
Avatar
Permanently deleted user

How would this work for Mac?  I don't think it has a registry.

1

Just follow the instructions given -- it's IDE's internal registry (hidden settings, if you wish) and not your OS.

1

@Garrett you can open registry with ctrl+shift+A (Actions) -> type 'registry'

5
Avatar
Permanently deleted user

Cmd+shift+A   Then type 'registry'

It was the first entry

Thanks for the answers.

terminal.buffer.max.lines.count


6
Avatar
Permanently deleted user

Worked for WebStorm as well. 

For MAC users, as Garrett mentioned:

1. Cmd+shift+A
2. Type 'registry' in the search box
3. Click 'Registry...' to view registry details
4. Scroll down to 'terminal.buffer.max.lines.count' (or it may be near the top if it has been updated previously)
5. Click on the value in the Value column, enter new value (eg. '5000')
6. Click 'Close'

I had to restart WebStorm before the change worked.

Thanks for everyone's answers. 

4
Avatar
Permanently deleted user

perhaps something this important should be discoverable from the settings dialog. default is 1000 lines which is not enough for most developers

3

FYI, when you're viewing the registry you can simply type "terminal.bu" to jump to that specific entry

1

The setting name 'registry' MUST be changed.

The name smells and recalls and reminds me to painful 'WINDOWS REGISTRY' memories!

See @... 's confusion!! (https://intellij-support.jetbrains.com/hc/en-us/community/posts/206381169/comments/207487949).

 

We all have critical trauma from MS still..

0

This registry setting seems to have been removed at some point and is not available in IntelliJ IDEA 2021.2 (Ultimate Edition), which is unfortunate as stated above, 1000 lines is not enough. Please add this back in!

0

This setting was moved in UI starting 2021.2, you can find it at Settings | Advanced Settings: Terminal > Terminal scrollback buffer size

4

When I increased the buffer size in Settings > Advanced Settings > Terminal scrollback buffer size as mentioned above, I had to close and re-open IntelliJ for the new setting to take effect.

0

Please sign in to leave a comment.