avalonedit Questions
7
Solved
I use AvalonEdit:TextEditor. Can i enable quick search dialog (on Ctrl-F for example) for this control? Or maybe someone has code for search words into AvalonEdit:TextEditor text?
Cherise asked 12/11, 2012 at 13:54
2
Solved
I have used AvalonEdit control in my project. When I use shortcut keys like Ctrl+C or Ctrl+V, associated copy/paste commands works fine. I decided to use these commands in context menu for more usa...
Airboat asked 16/2, 2013 at 10:46
4
Solved
I am trying to get a border to show around an avalonEdit 'box' in a Wpf control but can't seem to make it happen.
I added BorderBrush="Black" BorderThickness="2" but clearly I am missing something...
Delk asked 21/4, 2015 at 12:21
2
Solved
I need to highlight all occurrences of selected word in AvalonEdit. I created an instance of HihglinghtingRule class:
var rule = new HighlightingRule()
{
Regex = regex, //some regex for finding...
Seldan asked 10/2, 2012 at 6:28
3
Solved
I know that I must use an ElementHost to display a WPF control in a WinForm, but as the WPF control is third party software and it only comes with an XML file and a DLL file.
The control is Avalon...
Firefly asked 5/1, 2013 at 8:46
5
Solved
I'm trying to define some custom highlighting rules for AvalonEdit. There doesn't seem to be any documentation for this -- there's some documentation on the file format, but nothing on how to actua...
Amygdaloid asked 20/2, 2011 at 13:11
5
Solved
I want to include an AvalonEdit TextEditor control into my MVVM application. The first thing I require is to be able to bind to the TextEditor.Text property so that I can display text. To do this I...
Insatiate asked 23/9, 2013 at 16:20
1
I am using the Avalon text editor and the cursor position is not changed for the key up and key down. Can anyone suggest me how to overcome this issue?
The cursor position properly changes for th...
Elledge asked 18/1, 2018 at 7:29
3
Solved
I'm trying to make Avalon MVVM compatible in my WPF application. From googling, I found out that AvalonEdit is not MVVM friendly and I need to export the state of AvalonEdit by making a class deriv...
Taryntaryne asked 10/9, 2012 at 1:21
2
I'm trying to figure out how to change the style of the AvalonEdit CodeCompletion window. However, I can't figure out the right combination of xaml style target/properties to change it. The main th...
Ichor asked 15/10, 2015 at 12:52
4
Solved
The incredibly awesome AvalonEdit WPF TextEditor control seems to lack an important feature, or at least i can't figure it out. Given an offset and a length, highlight that portion in the TextDocum...
Asuncion asked 17/2, 2011 at 13:44
2
Solved
Is there an xshd ruleset for the AvalonEdit control to highlight the JSON syntax? I tried the definition for JavaScript, but it doesn't work well, i.e.:
{
"name" : "value"
}
both name and value...
Bosporus asked 23/10, 2015 at 1:50
1
I am currently working on implementing AvalonEdit in an HTML WYSIWYG/"Source Code" side-by-side editor. When the user switches from Design Mode (a RichTextBox) to Source Mode (AvalonEdit TextEditor...
Giffy asked 13/4, 2015 at 23:9
5
Solved
I want to change the Syntax Highlighting of AvalonEdit in my Code.
XAML:
<avalonEdit:TextEditor Name="textEditor" SyntaxHighlighting="{Binding syntaxHighlighting}" />
C#:
public string ...
Nation asked 23/4, 2013 at 12:39
3
Solved
I've looked on the internet (over and over) and I couldn't find an SQL.vshd file for AvalonEdit, I've used the old format version but it makes the editor bug (it doesn't show anymore at all), So I'...
Potbellied asked 23/11, 2010 at 11:8
3
Solved
I have used AvalonEdit in my project that is based on WPF and MVVM.
After reading this post I created the following class:
public class MvvmTextEditor : TextEditor, INotifyPropertyChanged
{
publi...
Adorl asked 13/2, 2013 at 14:1
1
Solved
when I develop a custom language IDE using avalonedit, I encountered a problem. I use regex to check the syntax, and it works as designed. However, I want to show the syntax error with wave text ma...
Songwriter asked 9/3, 2014 at 0:8
2
Solved
I've added a LineTransformerClass that is derived from DocumentColorizingTransformer to the TextEditor:
TxtEditCodeViewer.TextArea.TextView.LineTransformers.Add(new ColorizeAvalonEdit());
Is the...
Textualist asked 20/8, 2012 at 6:56
1
Solved
I want to cascade the SyntaxHighlighting Engine of AvalonEdit. I have 2 HighlightingDefinitions. The first one is the main syntax. The second one is a complex multiline-preprocessor-markup-language...
Insulin asked 24/1, 2012 at 18:35
2
I'm using AvalonEdit in an app that runs my own custom-built language. I want to put in appropriate syntax highlighting into Avalon Edit. Normally this is done by defining the highlighting rules in...
Hau asked 4/8, 2012 at 7:24
1
Solved
I am trying to use AvalonEdit as a XML text editor in my WPF application. However, it doesn't do any formatting (such as wavy lines) when it encounters invalid syntax.
I will like to know if such ...
Pestilent asked 22/6, 2012 at 3:48
1
Solved
I've implemented my own DocumentColorizingTransformer. But now, how do I add it to the AvalonEdit?
Different asked 28/2, 2012 at 8:11
1
Solved
I am working on a project which includes implementing a scripting interface for my WPF (.Net4) windows Application. I am curious if anyone can suggest a preferred editor, AvalonEdit vs ScintillaNET...
Demimondaine asked 20/12, 2011 at 15:17
1
Solved
Is there an easy way using Avalon edit to highlight matching brackets and other characters like {}""?
Lifesize asked 9/12, 2011 at 17:5
1
Solved
I perform a massive text-change on the editor
i can not (or very difficult) determine when the changes begin end (the textchange is released by scrolling)
i dont want to be able to undo the change...
Allister asked 28/9, 2011 at 11:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.