- 30 Eyl, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 19 Eyl, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
This one line of Serhiy Storchacka's bpo-31500 patch for is needed for other issues.
-
- 18 Eyl, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
This reverses a never-released regression resulting from bpo-31287.
-
- 16 Eyl, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
When apply changes, call .reload on each class with non-key options. Change ParenMatch so that updates affect current instances.
-
- 11 Eyl, 2017 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
This fixes an omission in the ttk conversion patch for this issue, hence no new news. Patch by Cheryl Sabella.
-
- 10 Eyl, 2017 1 kayıt (commit)
-
-
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.
-
- 30 Agu, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 27 Agu, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
- 26 Agu, 2017 1 kayıt (commit)
-
-
Cheryl Sabella yazdı
Patch by Cheryl Sabella.
-
- 20 Agu, 2017 2 kayıt (commit)
-
-
Cheryl Sabella yazdı
Part 3 of 3. Remove old highlight functions and load_config as this functionality is now contained within classes. Patch by Cheryl Sabella.
-
Cheryl Sabella yazdı
Patch 2 of 3, to avoid horrendous diff. Create highlights page from new HighPage class instead of old ConfigDialog methods and change tests to match.
-
- 18 Agu, 2017 2 kayıt (commit)
-
-
Cheryl Sabella yazdı
This is the first half of a patch similar to the one for for bpo-31205. It is being split into 2 PRs to avoid what happened with PR-3096 -- an incomprehensible diff that could not be cleanly backported to 3.6. This half copies several methods of ConfigDialog and turns them into a new class.
-
Cheryl Sabella yazdı
-
- 15 Agu, 2017 2 kayıt (commit)
-
-
Cheryl Sabella yazdı
The slightly modified tests continue to pass. Patch by Cheryl Sabella.
-
Cheryl Sabella yazdı
Patch by Cheryl Sabella.
-
- 07 Agu, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Initial patch by Victor Stinner.
-
- 03 Agu, 2017 1 kayıt (commit)
-
-
Ville Skyttä yazdı
-
- 01 Agu, 2017 1 kayıt (commit)
-
-
csabella yazdı
Add template as comment. Update existing classes to match outline. Initial patch by Cheryl Sabella.
-
- 30 Tem, 2017 2 kayıt (commit)
- 29 Tem, 2017 1 kayıt (commit)
-
-
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.
-
- 28 Tem, 2017 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Add clear method for tests. Adjust tests to use global instance. Remove unneeded ConfigDialog method.
-
csabella yazdı
Instance tracers manages pairs consisting of a tk variable and a callback function. When tracing is turned on, setting the variable calls the function. Test coverage for the new class is 100%.
-
- 27 Tem, 2017 2 kayıt (commit)
-
-
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.
-
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.
-
- 26 Tem, 2017 1 kayıt (commit)
-
-
csabella yazdı
The new class manages pairs of tk Variables and trace callbacks. It is completely covered by new tests.
-
- 24 Tem, 2017 1 kayıt (commit)
-
-
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.
-
- 23 Tem, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
* Document causal event pathways in docstring. * Simplify some attribute names. * Rename test_bold_toggle_set_samples to make test_font_set fail. * Fix test_font_set so not order dependent. * Fix renamed test_indent_scale so it tests the widget.
-
- 22 Tem, 2017 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Remove broken test of bold_toggle and test it along with its command, set_samples. This has been incorporated into 3.6 backport PR-2796.
-
- 21 Tem, 2017 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 14 Tem, 2017 2 kayıt (commit)
- 11 Tem, 2017 2 kayıt (commit)
-
-
csabella yazdı
Also improve test of config.ConfigChanges.delete_section. Original patch by Cheryl Sabella.
-
terryjreedy yazdı
-
- 10 Tem, 2017 1 kayıt (commit)
-
-
csabella yazdı
One is a duplicate, one is set but cannot be altered by users. Patch by Cheryl Sabella.
-
- 09 Tem, 2017 1 kayıt (commit)
-
-
Louie Lu yazdı
Patch by Louie Lu.
-
- 07 Tem, 2017 1 kayıt (commit)
-
-
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.
-
- 05 Tem, 2017 1 kayıt (commit)
-
-
csabella yazdı
Patch by Cheryl Sabella.
-