1. 30 Eyl, 2017 1 kayıt (commit)
  2. 19 Eyl, 2017 1 kayıt (commit)
  3. 18 Eyl, 2017 1 kayıt (commit)
  4. 16 Eyl, 2017 1 kayıt (commit)
  5. 11 Eyl, 2017 1 kayıt (commit)
  6. 10 Eyl, 2017 1 kayıt (commit)
    • wohlganger's avatar
      bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) · 58fc71c4
      wohlganger yazdı
      About 10 IDLE features were implemented as supposedly optional
      extensions.  Their different behavior could be confusing or worse for
      users and not good for maintenance.  Hence the conversion.
      
      The main difference for users is that user configurable key bindings
      for builtin features are now handled uniformly.  Now, editing a binding
      in a keyset only affects its value in the keyset.  All bindings are
      defined together in the system-specific default keysets in config-
      extensions.def.  All custom keysets are saved as a whole in config-
      extension.cfg.  All take effect as soon as one clicks Apply or Ok.
      
      The affected events are '<<force-open-completions>>', '<<expand-word>>',
      '<<force-open-calltip>>', '<<flash-paren>>', '<<format-paragraph>>',
      '<<run-module>>', '<<check-module>>', and '<<zoom-height>>'.  Any
      (global) customizations made before 3.6.3 will not affect their keyset-
      specific customization after 3.6.3. and vice versa.
      
      Inital patch by Charles Wohlganger, revised by Terry Jan Reedy.
      58fc71c4
  7. 30 Agu, 2017 1 kayıt (commit)
  8. 27 Agu, 2017 1 kayıt (commit)
  9. 26 Agu, 2017 1 kayıt (commit)
  10. 20 Agu, 2017 2 kayıt (commit)
  11. 18 Agu, 2017 2 kayıt (commit)
  12. 15 Agu, 2017 2 kayıt (commit)
  13. 07 Agu, 2017 1 kayıt (commit)
  14. 03 Agu, 2017 1 kayıt (commit)
  15. 01 Agu, 2017 1 kayıt (commit)
  16. 30 Tem, 2017 2 kayıt (commit)
  17. 29 Tem, 2017 1 kayıt (commit)
    • Terry Jan Reedy's avatar
      bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938) · b331f80b
      Terry Jan Reedy yazdı
      The notebook looks a bit better.  It will work better with separate page classes. Traversal of widgets by Tab works better.  Switching tabs with keys becomes possible.  The font sample box works better at large font sizes.
      
      One of the two simulated click tests no longer works.  This will be investigated while fixing a bug with the widget itself.
      b331f80b
  18. 28 Tem, 2017 2 kayıt (commit)
  19. 27 Tem, 2017 2 kayıt (commit)
    • Terry Jan Reedy's avatar
      bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908) · b1660800
      Terry Jan Reedy yazdı
      Finish resorting the 72 ConfigDialog methods into 7 groups that represent the dialog, action buttons, and font, highlight, keys, general, and extension pages.  This will help with continuing to add tests and improve the pages. It will enable splitting ConfigDialog into 6 or 7 more comprehensible classes. 
      b1660800
    • Terry Jan Reedy's avatar
      bpo-31003: IDLE - Add more tests for General tab (#2859) · 2bc8f0e6
      Terry Jan Reedy yazdı
      * In configdialog: Document causal pathways in create_page_general.
      Move related functions to follow this. Simplify some attribute names.
      * In test_configdialog: Add tests for load and helplist functions.
      Coverage for the general tab is now complete, and 63% overall.
      2bc8f0e6
  20. 26 Tem, 2017 1 kayıt (commit)
  21. 24 Tem, 2017 1 kayıt (commit)
    • Terry Jan Reedy's avatar
      bpo-30993: IDLE - Improve configdialog font page and tests. (#2831) · 77e97ca9
      Terry Jan Reedy yazdı
      In configdialog: Document causal pathways in create_font_tab docstring.  Simplify some attribute names. Move set_samples calls to var_changed_font (idea from Cheryl Sabella).  Move related functions to positions after the create widgets function.
      
      In test_configdialog: Fix test_font_set so not order dependent.  Fix renamed test_indent_scale so it tests the widget.  Adjust tests for movement of set_samples call.  Add tests for load functions.  Put all font tests in one class and tab indent tests in another.  Except for two lines, these tests completely cover the related functions.
      77e97ca9
  22. 23 Tem, 2017 1 kayıt (commit)
  23. 22 Tem, 2017 1 kayıt (commit)
  24. 21 Tem, 2017 3 kayıt (commit)
  25. 14 Tem, 2017 2 kayıt (commit)
  26. 11 Tem, 2017 2 kayıt (commit)
  27. 10 Tem, 2017 1 kayıt (commit)
  28. 09 Tem, 2017 1 kayıt (commit)
  29. 07 Tem, 2017 1 kayıt (commit)
    • terryjreedy's avatar
      bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (#2612) · 349abd9e
      terryjreedy yazdı
      * In config, put dump test code in a function; run it and unittest in 'if __name__ == '__main__'.
      * Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.
      * Add class test_config.ChangesTest, partly based on configdialog_tests_v1.py on bpo issue.
      * Revise configdialog to use ConfigChanges, mostly as specified in tracker msg297804.
      * Revise test_configdialog to match configdialog changes.  All tests pass in both files.
      * Remove configdialog functions unused or moved to ConfigChanges.
      Cheryl Sabella contributed parts of the patch.
      349abd9e
  30. 05 Tem, 2017 1 kayıt (commit)