News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Couple of bug fixes

Started by sethjackson, December 21, 2006, 08:39:37 PM

Previous topic - Next topic

sethjackson

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?

Biplab

Quote from: sethjackson on December 21, 2006, 08:39:37 PM
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

Quote from: biplab on December 22, 2006, 03:24:42 AM
Quote from: sethjackson on December 21, 2006, 08:39:37 PM
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:

killerbot

#3
applied

PS: anyone else getting this :
QuoteError: 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

stahta01

#4
Quote from: killerbot on December 24, 2006, 11:59:56 AM
applied

PS: anyone else getting this :
QuoteError: 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.

cd codeblocks
svn switch --relocate http://svn.berlios.de svn://svn.berlios.de


Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot

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 ;-)