Author Topic: Couple of bug fixes  (Read 7762 times)

sethjackson

  • Guest
Couple of bug fixes
« on: December 21, 2006, 08:39:37 pm »
I found a few bugs relating to the window layout.

Here is how to reproduce.

Bug #1

1. View -> Layouts -> Save current
2. Enter a name I used Test
3. View -> Layouts -> Delete current
4. Bug happens

Bug #2

1. Make sure the Code::Blocks default layout is checked
2. View -> Layouts -> Delete current
3. Hit No
4. Hit Yes
5. View -> Layouts
6. ;)

Fix for both of them are in one patch here. Hey I like one liner bug fixes. :D

EDIT:

BTW is there any way for me to assign a patch to a specific dev?
« Last Edit: December 21, 2006, 08:42:10 pm by sethjackson »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Couple of bug fixes
« Reply #1 on: December 22, 2006, 03:24:42 am »
Fix for both of them are in one patch here. Hey I like one liner bug fixes. :D

But detecting one liner bug can be painful, too..  :D
Be a part of the solution, not a part of the problem.

sethjackson

  • Guest
Re: Couple of bug fixes
« Reply #2 on: December 22, 2006, 03:44:44 am »
Fix for both of them are in one patch here. Hey I like one liner bug fixes. :D

But detecting one liner bug can be painful, too..  :D

:lol:

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: Couple of bug fixes
« Reply #3 on: December 24, 2006, 11:59:56 am »
applied

PS: anyone else getting this :
Quote
Error: PROPFIND request failed on '/svnroot/repos/codeblocks/trunk' 
Error: PROPFIND of '/svnroot/repos/codeblocks/trunk': Could not read status line: An existing connection was forcibly closed by the remote host.   (http://svn.berlios.de
« Last Edit: December 24, 2006, 12:03:31 pm by killerbot »

Online stahta01

  • Lives here!
  • ****
  • Posts: 7787
    • My Best Post
Re: Couple of bug fixes
« Reply #4 on: December 24, 2006, 04:33:00 pm »
applied

PS: anyone else getting this :
Quote
Error: PROPFIND request failed on '/svnroot/repos/codeblocks/trunk' 
Error: PROPFIND of '/svnroot/repos/codeblocks/trunk': Could not read status line: An existing connection was forcibly closed by the remote host.   (http://svn.berlios.de

Yes, I have been getting it. I just deleted and recreated my svn directory using "svn checkout svn://svn.berlios.de/codeblocks/trunk codeblocks" instead of "SVN checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk codeblocks".

I tried SVN SWITCH and just got other errors. Note, I have never use svn switch so I may have used it wrong.

I think I got the svn switch to work using the following.
Code
cd codeblocks
svn switch --relocate http://svn.berlios.de svn://svn.berlios.de

Tim S
« Last Edit: December 24, 2006, 05:04:30 pm 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 killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: Couple of bug fixes
« Reply #5 on: December 24, 2006, 05:30:52 pm »
I remember I once did the oppsite from svn to http.
I have no idea why this happens, switch didn't help this time, either. Did like you did, new fresh checkout ;-)