Unable to insert tabstop in empty last line

SyntaxEditor for WPF Forum

Posted 8 years ago by Xinen Lee
Version: 15.1.0624
Platform: .NET 4.5
Environment: Windows 7 (64-bit)
Avatar

Hi, 

1. Place cursor on last line and press enter to create new empty line

2. Press 'Tab'  - expect a tab stop to be inserted, but it does not appear.

thanks!

Xinen

Comments (2)

Posted 8 years ago by Peter McKinnis
Avatar

I am having this problem as well.  The use the code below to reproduce the error. 

The project references:

ActiproSoftware.SyntaxEditor.Wpf.dll version 15.1.624.0

<Window x:Class="MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:editor="http://schemas.actiprosoftware.com/winfx/xaml/syntaxeditor"
Title="Syntax Editor" >
    <Grid>
        <editor:SyntaxEditor />
    </Grid>
</Window>
Answer - Posted 8 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Thanks for reporting this.  It was caused by an oversight in the change we made for this thread:

https://www.actiprosoftware.com/community/thread/23217/indent-does-not-work-on-last-selected-line#111252

We've made a hotfix for the current production build that fixes this.  If you redownload it now, you should have the hotfix.


Actipro Software Support

The latest build of this product (v24.1.2) was released 0 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.