Author Topic: How do you save Tabs At Bottom  (Read 3807 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2873
How do you save Tabs At Bottom
« on: June 25, 2010, 06:59:57 pm »
I've tried to save the log "Tabs At Bottom" by saving the default layout in view/perspective, but each time I restart CB the tabs are back at the top again.

How do I save "Tabs At Bottom"?


Win7 CB 10.05

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: How do you save Tabs At Bottom
« Reply #1 on: June 25, 2010, 07:08:09 pm »
On the nightly I have you do this. SVN 6271

How I tested it below on SVN 6271 and 10.05 both worked under Windows XP SP3

Set it the way you want.

View -> Prospective -> Save Current.
I leave the name the same as it defaults to being "Code::Blocks default".

Note: I exit right after saving and it worked on Windows XP
Under Windows 7 you might need to run Code::Blocks as Admin to get a good save.
Or, it might be another Windows 7 default folders related CB bug.
(On windows 7, you can not save config files in places allowed under XP)

Tim S.
« Last Edit: June 26, 2010, 03:29:02 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: How do you save Tabs At Bottom
« Reply #2 on: June 25, 2010, 08:52:50 pm »
It's not saved with "View -> Perspectives ...", it's done automatically, but didn't work because of a bug.
Should work now svn r6372 .

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2873
Re: How do you save Tabs At Bottom
« Reply #3 on: June 26, 2010, 12:24:23 pm »
Thanks