This is a final pull request created by the IDLE Master group. The major edit for the pull request is to create two files: highlight.py and test_highlight.py.
The highlight.py contains the following feature implementation:
Mark and highlight lines or regions of code for more straightforward navigation and reference in the IDLE editor. Users can select different colors for each highlighted area and toggle the visibility of highlighted blocks.
Save and reload the highlight when the file is saved and reopen
Find the first highlight and set the cluster to the beginning of the highlight. Go to the next highlight base on the previous go to the next highlight cluster position.
The test_highlight.py file contains the following test for highlight.py:
This is a final pull request created by the IDLE Master group. The major edit for the pull request is to create two files: highlight.py and test_highlight.py.
The highlight.py contains the following feature implementation:
The test_highlight.py file contains the following test for highlight.py: