ebresie / python4nb

This is a Python Plugin for Netbeans.
Apache License 2.0
13 stars 1 forks source link

Python Project Properties - Update: Configuration: Platform #32

Open ebresie opened 1 year ago

ebresie commented 1 year ago

As of v0.3.0, when open project properties, many of the field do not populate correctly and have placeholder logics. This issue is to resolve this. This is broken down into each category to focus the work to smaller chunks

  1. Python Project Properties: Configuration: Platform - This is for python platform in use requiring population of Platform list based on the detected python platform (by default use the "Default Platform" but can select others as needed)

This updates further relative to the initial project properties added as part of #20 updates.