IDE ToolsPanel - List of Open Files

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PB400
New User
New User
Posts: 5
Joined: Wed Feb 08, 2017 10:21 pm

IDE ToolsPanel - List of Open Files

Post by PB400 »

Please could a new tab be added to the ToolsPanel that would list the PB Source Files that are currently open in the IDE. I know this essentially replicates the source Tabs above the editor panel however the Tabs are painful to use when working on smaller laptop sized screens or when there are a large number of source files open.

I use PB professionally, full time, for large and small projects and often need to have other source files open at the same time. Constantly having to single click backwards and forwards along the tabs, one by one, to the required source is very painful and very inefficient.

If it could be incorporated on the Procedure Tab in a TreeGadget style this would be ideal. It would allow fast single click access to a procedure in a source file which would be even better. If it was just a list of source files though that would be fine as this would still be a massive help.

I appreciate there is a some conceptual overlap with the ToolsPanel-ProjectTab but I need access to all sources not just those within a single project.

Many thanks for the consideration of this request, it really is a major problem for me.
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: IDE ToolsPanel - List of Open Files

Post by Demivec »

PB400 wrote:Please could a new tab be added to the ToolsPanel that would list the PB Source Files that are currently open in the IDE.
@PB400: Doesn't the IDE already provide an icon that produces a drop-down list of the files that are open and allow you to select one to edit next?

It sounds like it provides the same functionality that you are looking for.

For me, the icon appears in line with the tabs and above the vertical scroll-bar of the code area.
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: IDE ToolsPanel - List of Open Files

Post by skywalk »

I agree. It would be nice to maximize the edit window by dropping the tabs. Had to work on my laptop screen today while away from my office and real estate is precious.
Demivec wrote:Doesn't the IDE already provide an icon that produces a drop-down list of the files that are open and allow you to select one to edit next?
For me, the icon appears in line with the tabs and above the vertical scroll-bar of the code area.
All I see is the File-Open icon?
I am not using Projects. Is it enabled with Projects?
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
PB400
New User
New User
Posts: 5
Joined: Wed Feb 08, 2017 10:21 pm

Re: IDE ToolsPanel - List of Open Files

Post by PB400 »

Please accept my apologies. After many years of using Purebasic I have just found the drop-down button at the end of the SourceFile Tabs row which does show a list of the Open Source Files. As you can imagine, I now feel very foolish.

However, although this does address most of my concerns, I do still feel it would be more logical and useful to have the list of Open Source Files available in the ToolsPanel. When the ToolsPanel is located on the left hand side, the list of source files and procedures would be in the natural place (left to right) to enable code to be quickly located and then worked on with just a single click. It may seem a minor change but I think it would prove to be a significant improvement.

Bottom line though, having the list accessible with just two clicks is so much better than how I was using the IDE which was driving me crazy. Thank you for the responses.
Last edited by PB400 on Fri Feb 10, 2017 11:56 am, edited 1 time in total.
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: IDE ToolsPanel - List of Open Files

Post by Dude »

PB400 wrote:I have just found the drop-down button at the end of the SourceFile Tabs row which does show a list of the Open Source Files. As you can imagine, I now feel very foolish.
Don't feel foolish -- I never noticed it before your comment, either. :shock:
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: IDE ToolsPanel - List of Open Files

Post by skywalk »

Can someone post a pic of the drop-down for all source files loaded?
I am on Windows 10 x64.

EDIT: nevermind, it is a bug for my preference setting.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply