Reorganising Project Tabs

Sorry if this has been answered before (I did do a search). I’ve been meaning to ask this for years.

Is there a way to reorganise the project tabs? I’ve tried drag and drop, and all manner of key combinations.

I’m guessing it’s not possible without closing all tabs and then opening them in the order I want, but I thought I’d ask in case I’m missing something.

= Steve

Hi Steve

There isn’t currently any built in way to do this. The tab control we use for the open projects doesn’t support drag and drop re-ordering - the good news is I wrote that control so I can look at adding that for a future release.

For now, you could manually edit

C:\Users\[youruser]\AppData\Roaming\FinalBuilder8\current.xml

The list of open projects are at the end of that file - make sure FinalBuilder is closed when you do this.

Hi Vincent,

<< C:\Users\[youruser]\AppData\Roaming\FinalBuilder8\current.xml >>

Awesome. I’ll do that.

Thanks.