Skip to content

Added basic Python syntax highlighting to NodeEditor - #117

Open
Jagriti-student wants to merge 1 commit into
shreyansh-shankar:mainfrom
Jagriti-student:feature-syntax-highlighting
Open

Added basic Python syntax highlighting to NodeEditor#117
Jagriti-student wants to merge 1 commit into
shreyansh-shankar:mainfrom
Jagriti-student:feature-syntax-highlighting

Conversation

@Jagriti-student

@Jagriti-student Jagriti-student commented Dec 5, 2025

Copy link
Copy Markdown

The Node Editor Dialog (nodeeditor_dialog.py) lacked syntax highlighting, making Python code hard to read and edit.

Added Python Highlighter in python_syntax.py using QSyntaxHighlighter.

Highlighted Python keywords, strings, and comments with distinct colors.

Integrated the highlighter with the Node Editor Dialog’s QTextEdit.

@shreyansh-shankar

Copy link
Copy Markdown
Owner
Screenshot_20251205_210104

You are expected to add syntax highlighting here. As you can see it is not working right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants