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

PR: Avoid comments to generate pep8 warnings #4651

Merged
merged 3 commits into from
Jun 30, 2017

Commits on Jun 25, 2017

  1. Fix to issue spyder-ide#1785 regarding comment function in the editor

    Comment function : adds a space after the comment string (# for Python)
    Uncomment function : removes the comment string and removes one space
    if there is one
    Ericvulpi committed Jun 25, 2017
    Configuration menu
    Copy the full SHA
    a803d80 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Update codeeditor.py

    Added the block comment modification as suggested by dalthviz
    Ericvulpi committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    c023bc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    7665e59 View commit details
    Browse the repository at this point in the history