smart brace feature broken

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
JackR
Posts: 61
Joined: Fri Jun 16, 2006 8:50 pm

smart brace feature broken

Post 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
JackR
Posts: 61
Joined: Fri Jun 16, 2006 8:50 pm

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
JackR
Posts: 61
Joined: Fri Jun 16, 2006 8:50 pm

Post by JackR »

Thanks Jussi,

Version z fixes the problem
Post Reply