FIXED: AutoCompelete's doubled opening bracket

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
pjj
Posts: 2245
Joined: 13 Oct 2009 13:48
Location: Kraków, Poland

FIXED: AutoCompelete's doubled opening bracket

Post by pjj »

When I write

Code: Select all

block
and press ^Space, I get "blockquote" as autocoplete list entry; I press Enter and the result is

Code: Select all

<blockquote></blockquote>
Sweet. But when I start with an angle bracket, i.e.

Code: Select all

<block
and use autocomplete, I get

Code: Select all

<<blockquote></blockquote>
Alium tibi quaere fratrem; hic, quem tuum putas, meus est. Titus Flāvius Caesar Vespasiānus Augustus
User avatar
Rickard Johansson
Site Admin
Posts: 6814
Joined: 19 Jul 2006 14:29

Re: AutoCompelete's doubled opening bracket

Post by Rickard Johansson »

Should work in next release (16.42). Thanks!
Post Reply