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 (39)

  Date Thread Details
2023‑12‑17
201 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
456 views
"Screenshot public static class ActiproService { private static bool isDarkThemeActive; public static bo..."
2023‑01‑24
387 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
347 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
404 views
"I use Python addon as an python expression evaluator. Imports a functions that I predefined into the syntax editor ..."
2022‑08‑10
383 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
532 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
422 views
"Hi, I am parsing python files using your syntax tree. I found a enum declaration where multiple names are assigned ..."
2022‑04‑12
421 views
"Hi. We have the Python Add On and when using PythonSyntaxLanguage, I noticed that when typing an opening bracket, it ..."
2022‑04‑05
462 views
"Hello, I was wondering if it is expected that intellisense is not working for function arguments with type hints? ..."
2022‑02‑09
493 views
"Hi, the intelli prompt automatically shows all modules that are available for import.Other editors like VsCode only..."
2022‑02‑10
471 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
645 views
"Hi, we have added support for overloaded functions in our editor, but the intelli prompt only shows the last signat..."
2022‑01‑31
452 views
"Hello, It seems that the python completion list does not show all items for modules. For example, consider the sta..."
2021‑12‑03
573 views
"Hi, I am having trouble with imports that are using an alias. For example I have the following import statement: ..."
2022‑01‑17
585 views
"Hi, we noticed a issue with updates of the ambient package repository if the changed file is closed. The package ..."
2021‑12‑08
527 views
"Hi, to show a python module in the intelli prompt, currently all parent folders (up to the search path) need to hav..."
2019‑04‑25
1,474 views
"We are in the process of updating our code to use Python 3.6. Since we are using the "SyntaxEditor Python Language A..."
2021‑12‑03
707 views
"Hi, we would like to change some aspects of the automated intelli prompt, which is provided by the python add-on. ..."
2021‑05‑27
808 views
"I am trying to evaluate Python Syntax editor.I imported numpy but intellisense does not seem to recognise that there ..."