A few requests that have come up, and I want to hear some comments on them:<br><br>* Ctrl+Right behavior: It as been suggested that pressing Ctrl+Right should jump to the next word ending, instead of the next word beginning like it currently does. There is currently no way to get to the end of a word with the keyboard except to use the arrow keys repeatedly. It is also non-intuitive to some users.
<br><br>* Cursor color change: For changes to the cursor&#39;s color to take effect, IDLE must be restarted. This is a known issue with Tk&#39;s Text widget, so I don&#39;t see how we could work around this... Still, we could have a popup message appear after a change to the cursor color in the config dialog, informing the user of this. I&#39;ve seen several bug reports on this already, and have heard by word of mouth that this has frustrated several more people.
<br><br>* Tabbed pages - This is the #1 feature request right now. I know several people who don&#39;t use IDLE just because of the lack of tabbed pages. Is anyone willing to help me work on this? I have done initial work (creating a solid TabbedPages widget), what&#39;s left is mostly hacking IDLE&#39;s internals to use the TabbedPages widget instead of opening new windows.
<br><br>- Tal<br>