Too many tabs in my IDE

does anybody know if there is a way to group the tabs in arduino IDE into 1, seems like this new 2.0 blynk platform has many many tabs… :thinking: :thinking: :thinking: :thinking:

The Edgent examples are split in to tabs to make them easier to manage and work with.
If you really wanted to you could copy the code from all of the tabs into the main tab and remove the #includes that point to the tabs you’re deleting, but you’d be crazy to do that in my opinion.

Pete.

2 Likes

Is there a reason you want to split small, easily searched code blocks into a giant monolithic blob that is hard to read through?

1 Like

guess I’m just a crazy kinda guy ! thank you Pete you always come to my rescue !
:grin: