SyntaxEditor Python Language Add-on for WPF

Discussion Forums

Post about SyntaxEditor Python Language Add-on 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 (45)

  Date Thread Details
2026‑02‑13
478 views
"We are currently developing a Python script editor with IntelliSense functionality for a WPF application. We would l..."
2025‑07‑31
599 views
"I'm using the Python language with SyntaxEditor, and I saw in the forum that support for IntelliPrompt on .pyd files ..."
2025‑06‑03
700 views
"Hi, we are currently adding support for compiled python files (.pyd) and obviously these cannot be shown in the int..."
2019‑04‑25
2,898 views
"We are in the process of updating our code to use Python 3.6. Since we are using the "SyntaxEditor Python Language A..."
2025‑02‑06
760 views
"Hi, I'm using WPF SyntaxEditor in TabControl in order to edit some files together. I want to save the Scroll posi..."
2024‑10‑10
774 views
"Dear Actipro Support Team, I hope this message finds you well. I am currently evaluating SyntaxEditor for a new pro..."
2024‑06‑27
952 views
"I'm using SyntaxEditor with Python Language. I need to make the editor more colorful, and add option to recognize I..."
2023‑12‑17
1,207 views
"I have project with class that has property with type od inner class. When I create instance of the outer class in ..."
2022‑09‑28
1,459 views
"Screenshot public static class ActiproService { private static bool isDarkThemeActive; public static bo..."
2023‑01‑24
1,261 views
"Hi, I think there should be an easier way to get the docstring of a function declaration via the AST node. I see ..."
2022‑09‑21
1,240 views
"I pre-defined the function and imported it. For example def DM(a,b): return False; And when I write a code ..."
2022‑09‑14
1,258 views
"I use Python addon as an python expression evaluator. Imports a functions that I predefined into the syntax editor ..."
2022‑08‑10
1,305 views
"Hi, we generate python code that the user can access in the python editor. For example here 'MyStructList' is a gen..."
2022‑02‑02
1,456 views
"Hi, is there a way to overwrite the description of the quick info? In my case I want to hide the file path of the..."
2022‑04‑19
1,334 views
"Hi, I am parsing python files using your syntax tree. I found a enum declaration where multiple names are assigned ..."
2022‑04‑12
1,344 views
"Hi. We have the Python Add On and when using PythonSyntaxLanguage, I noticed that when typing an opening bracket, it ..."
2022‑04‑05
1,382 views
"Hello, I was wondering if it is expected that intellisense is not working for function arguments with type hints? ..."
2022‑02‑09
1,410 views
"Hi, the intelli prompt automatically shows all modules that are available for import.Other editors like VsCode only..."
2022‑02‑10
1,682 views
"I was trying the the Python Editor (Python Lang. Add-on) using your sample demos and tried adding the line below. Is ..."
2022‑02‑04
1,563 views
"Hi, we have added support for overloaded functions in our editor, but the intelli prompt only shows the last signat..."