SyntaxEditor for WPF

Discussion Forums

Post about SyntaxEditor for WPF suggestions, bugs, workarounds, and request support in this forum.

Please note that while we value customer input in this forum and it does help guide our development efforts, it may not always represent our actual priority list.

New Question New Problem New Idea

Threads (1,237)

  Date Thread Details
2015‑03‑05
4,094 views
F# Support by Danny
2 replies (8 years ago)
"I would love to see F# syntax highlighting and .NET Intelliprompt. F# is currently the 14th most popular programmin..."
2016‑01‑27
2,620 views
"I'm using RangeLineCommenter for commenting/uncommenting.Consider the uncommenting following empty comment. /* ..."
2016‑01‑26
3,843 views
"I am using the intellisense functionality for rehosted workflow designers - LOVE IT! I would like to extend the func..."
2014‑11‑07
3,449 views
"Our DSL is token delimited, so for example a word in curlies is one type of variable and one in angle brackets is ano..."
2016‑01‑11
2,865 views
"Hi, I'm trying to set the caret to a Line + Column pair. However ICaret only allows setting of TextPosition (Line+C..."
2016‑01‑11
2,543 views
"For an editor containing only 5 lines of text, when I set SyntaxEditor.Caret to Line 10, the displayed caret is displ..."
2016‑01‑08
3,319 views
"I used the function int PositionToOffset(TextPosition position) from ITextSnapshot interface to convert text position..."
2016‑01‑04
2,823 views
"Hi, I have a syntax editor and I'm generating and displaying a completion list. Items in this list may have prefix/..."
2016‑01‑05
2,602 views
"I'm using RangeLineCommenter to comment/uncomment. Consider the following comment. /* Comment line number 1 Comm..."
2016‑01‑04
2,329 views
"Hi Actipro, I notice that IEditorSearchOptions does not have ability to control CanWrap options.This makes it harde..."
2015‑12‑18
2,561 views
"Hi, It appears that there is a OutliningManager for a Document, providing the code outlining functionality. ..."
2015‑12‑18
2,850 views
"Hi, is it possible to use Syntax editor features without using it's control? Problem, I have is, that I woul..."
2015‑12‑15
3,276 views
"We just found an issue with our implementation of CreateFixedDocument where the Font Family & Size doesn't render..."
2015‑12‑16
2,507 views
"Hi ActiPro, Is there a way to get the display character column position for the document's end position? My las..."
2015‑12‑16
2,110 views
"Hi, is there anywhere documentation for Syntax Editor that could be downloaded? Thank you"
2015‑12‑07
2,611 views
"When the data in clipboard is something (like image) other than text, the PasteFromClipboardAction.CanExecute() retur..."
2015‑11‑24
2,573 views
"Hi, 1. Place cursor on last line and press enter to create new empty line 2. Press 'Tab' - expect a tab stop to..."
2015‑11‑19
2,471 views
"The language I am working on supports optional parameters. For example, the function call statement below is valid: ..."
2015‑11‑03
2,353 views
"Hi Actipro, I'm debugging through my program for the possible cause of syntax hightlighting not being shown as inte..."
2015‑11‑06
3,026 views
"For Test UI Automation, we need the bounding rectangle of a substring or token within a line in order to click it or ..."