Unplanned
Last Updated: 10 Jul 2020 10:03 by ADMIN
Foldings are incorrect when there is a missing open or close tag.
Unplanned
Last Updated: 13 Feb 2020 14:00 by ADMIN
Created by: Troy
Comments: 1
Category: SyntaxEditor
Type: Feature Request
2

I do have some feedback on this component. I love it, but of course there are some areas where improvement can be made. For instance, in the screenshot below, I have highlighted some words where improvement can be made.

  1. ‘1,2,3,5’ – Literals in SSMS are Red
  2. ‘ER – 100% OF MEDICARE’ – OF is highlighted in Blue. It is contained in a literal and shouldn’t be highlighted
  3. ISNULL – Is a function and should be highlighted in Blue
---- - It looks like that the tagger is only looking for 2 – only. If there are more than 2 in sequence, it doesn’t identify it as a comment and should
Completed
Last Updated: 05 May 2021 10:03 by Petar
Release LIB 2021.1.301 (1/03/2021)
In some cases the string values in the XML attributes are not colored with the expected color, but default to black.
 
This was reproduced when there is only single quotation mark on visible on the line. And also if the count of the visible quotation marks on the line is an odd number (not always reproducible). 

Unplanned
Last Updated: 28 Jan 2020 12:27 by ADMIN
We could create intellisense similar to Visual Studio.
Completed
Last Updated: 22 Jan 2020 12:34 by ADMIN
Release LIB 2020.1.127 (01/27/2020)
'Cannot find resource named 'DragVisualStyle' error occurs in in the error list when using implicit styles.
Unplanned
Last Updated: 22 Nov 2019 08:49 by ADMIN
Add support for using right-to-left characters. This includes.
    - typing from right to left
    - proper selection, navigation between RTL chars
    - proper insert, delete, cut, copy, paste operations (modifications) sign
Completed
Last Updated: 31 May 2021 08:01 by ADMIN
Release LIB 2020.2.406 (04/06/2020)
A message could be shown when using the Find mechanism, and you reach the end of the file or the starting point of the search. 
Unplanned
Last Updated: 04 Nov 2019 10:32 by ADMIN
Created by: Mischa Müller
Comments: 1
Category: SyntaxEditor
Type: Feature Request
5
Python is one of the most important scripting languages. It would be nice if this language was supported by default.
Unplanned
Last Updated: 22 Nov 2023 14:33 by Richard
Created by: Petar
Comments: 4
Category: SyntaxEditor
Type: Feature Request
11
Add dependency property for showing/hiding the line numbers on the left of the source code.
Completed
Last Updated: 25 Nov 2019 15:04 by ADMIN
Release LIB 2019.3.1202

If you have an XML attribute with a string value, but the value is not fully rendered into the viewport, its color defaults to black, instead of the expected blue color.

To work this around, you can create a custom XmlTagger and override its GetTags() method. This will allow you to properly catch the string value and return it as a tag span element with its ClassificationType set to "string".

Completed
Last Updated: 27 Nov 2019 14:30 by ADMIN
Release R1 2020
Add separate folding tagger class for creating folding (collapsible) regions in XML, XAML, HTML code files.
Completed
Last Updated: 08 Sep 2022 15:41 by ADMIN
Release R3 2022
Created by: Petar
Comments: 1
Category: SyntaxEditor
Type: Feature Request
21
Add ability to disable horizontal scrollbar and enable word wrapping - fixed width of editor and if the word cannot fit - it is moved to next line.
Unplanned
Last Updated: 07 Oct 2019 11:37 by ADMIN
Created by: Olivier
Comments: 1
Category: SyntaxEditor
Type: Feature Request
6

Hello,

We would like to use SyntaxEditor by providing our own programming language definition. It would be great to have the ability to feed SyntaxEditor with a language definition file. This file could be use an EBNF-like format to provide syntax coloration.

Thanks & regards,

Completed
Last Updated: 17 Oct 2019 08:29 by ADMIN
Release R3 2019 SP1
Folding tagger does not work for other languages than C#.
It should be renamed to CSharpFoldingTagger.
FoldingTagger should be base , extensible class with options to set collections of opening symbols (brackets) or words (for startinga  method / class, region) and closing symbols / words.

Completed
Last Updated: 21 Apr 2022 14:03 by ADMIN
Release LIB 2022.1.207 (7 Feb 2022)
For example "//====" will not be commented in C#. 
Or "!====" wont' be commented in custom language if "!" is the commenting symbol.
The issue resides in the word splitting function in WordTaggerBase class.

Unplanned
Last Updated: 24 Sep 2019 11:27 by ADMIN
Created by: Petar
Comments: 0
Category: SyntaxEditor
Type: Feature Request
9
Add API for inserting code snippets like in Visual Studio.
Completed
Last Updated: 08 Dec 2020 14:43 by ADMIN
Release LIB 2020.3.1214
Created by: Petar
Comments: 0
Category: SyntaxEditor
Type: Feature Request
10

Adding breakpoints (markers) to particular lines in code should be possible.

Should be doable via UI or in code. Collection of all breakpoints should be accessible in code too.

1 2 3