Page 1 of 1

smart brace feature broken

Posted: Fri Dec 08, 2006 6:40 pm
by JackR
I just install patch 3.95y on top of 3.95x. The smart brace feature no longer works ( at least with C++ which I tested)

On a line that looks like this (a tab character entered as 4 spaces here )

{<cursor is here>

After pressing the enter key

Current version Patch y
{
<cursor is here>


Previous version patch x
{
<cursor is here>
}

I really miss automatically getting the closing brace
Jack

Posted: Fri Dec 08, 2006 6:42 pm
by JackR
looks like your site removed my leading spaces

<tab>{<cursor is here>


After pressing the enter key

Current version Patch y
<tab>{
<tab><tab><cursor is here>


Previous version patch x
<tab>{
<tab><tab><cursor is here>
<tab>}


Jack

Posted: Fri Dec 08, 2006 11:33 pm
by jussij
Hi Jack,

The 3.95x release is an old release.

You need to download the latest Zeus 3.95z release which can be found here:

http://www.zeusedit.com/forum/viewforum.php?f=6

Cheers Jussi

Posted: Mon Dec 11, 2006 3:11 pm
by JackR
Thanks Jussi,

Version z fixes the problem