Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComplexField #181

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 1, 2015

  1. Update fields.enaml

    Adding ComplexField enamldef to define a field that will accept and display a complex number.  Corresponding changes made to validator.py to add a ComplexValidator.
    AndyGreenwell committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    e6bb4d3 View commit details
    Browse the repository at this point in the history
  2. Update validator.py

    Adding ComplexValidator that is used in conjunction with the ComplexField definition added to fields.enaml
    AndyGreenwell committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    05c2b22 View commit details
    Browse the repository at this point in the history
  3. Update validator.py

    Addressing comments by @sccolbert
    AndyGreenwell committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    2b7bada View commit details
    Browse the repository at this point in the history