[IDE Tool] pbTabMan

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
chi
Addict
Addict
Posts: 1028
Joined: Sat May 05, 2007 5:31 pm
Location: Linz, Austria

[IDE Tool] pbTabMan

Post by chi »

A simple tab manager for the PB IDE (Windows only)

Image
With pbTabMan you can Save all opened tabs, Load or Clear them
Last edited by chi on Fri Jun 07, 2019 1:11 pm, edited 3 times in total.
Et cetera is my worst enemy
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: [IDE Tool] pbTabMan

Post by RSBasic »

I also had this idea and was on my ToDo list. Now I don't need to develop the tool.
Nice tool
Image
Image
User avatar
chi
Addict
Addict
Posts: 1028
Joined: Sat May 05, 2007 5:31 pm
Location: Linz, Austria

Re: [IDE Tool] pbTabMan

Post by chi »

RSBasic wrote:Nice tool
Thx, I hope all works as expected... Wrote the tool a few years ago but never released it ;)
Et cetera is my worst enemy
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: [IDE Tool] pbTabMan

Post by RSBasic »

chi wrote:
RSBasic wrote:Nice tool
Wrote the tool a few years ago but never released it ;)
Yes I had that, too. I developed my tool "Multicolor Procedure List" in 2012, but never finished it. Then this year it was newly developed and finished. :D
Image
Image
BarryG
Addict
Addict
Posts: 3292
Joined: Thu Apr 18, 2019 8:17 am

Re: [IDE Tool] pbTabMan

Post by BarryG »

What does pbTabMan do, before I download it? There's no description in the first post.
User avatar
chi
Addict
Addict
Posts: 1028
Joined: Sat May 05, 2007 5:31 pm
Location: Linz, Austria

Re: [IDE Tool] pbTabMan

Post by chi »

BarryG wrote:What does pbTabMan do, before I download it? There's no description in the first post.
Updated the first post ^^
Et cetera is my worst enemy
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: [IDE Tool] pbTabMan

Post by Josh »

chi wrote:you can Save all opened tabs, Load or Clear them
Also some questions, before I download:
  • Are the source codes saved even if they are not dirty? Ide 'Save all' doesn't do it. I would like it to save the open foldings, display position and tabposition, even if no changes are made to the text.
  • All source codes will be reloaded, even if they are not saved? Sometimes I save my source code and reload it to delete the Undo/Redo stack.
  • Clear all open tabs, sounds very dangerous. Are the contents of all tabs really deleted?
sorry for my bad english
User avatar
chi
Addict
Addict
Posts: 1028
Joined: Sat May 05, 2007 5:31 pm
Location: Linz, Austria

Re: [IDE Tool] pbTabMan

Post by chi »

Josh wrote:
chi wrote:you can Save all opened tabs, Load or Clear them
Also some questions, before I download:
  • Are the source codes saved even if they are not dirty? Ide 'Save all' doesn't do it. I would like it to save the open foldings, display position and tabposition, even if no changes are made to the text.
  • All source codes will be reloaded, even if they are not saved? Sometimes I save my source code and reload it to delete the Undo/Redo stack.
  • Clear all open tabs, sounds very dangerous. Are the contents of all tabs really deleted?
Due to some IDE limitations I was not able to perform the tasks from pbTabMan within a running instance.
pbTabMan will close the PB-IDE (with usual save prompts) and launch a standalone UI, where you can Save, Load and Clear... Internally I'm just reading/writing the path of each tab from/to the PureBasic.prefs ([OpenedFiles]) in the .\AppData\Roaming\PureBasic folder. Hope this helps?!
Et cetera is my worst enemy
Post Reply