1. 09 Tem, 2000 1 kayıt (commit)
  2. 10 May, 2000 2 kayıt (commit)
  3. 07 Mar, 2000 1 kayıt (commit)
  4. 03 Mar, 2000 1 kayıt (commit)
    • Jeremy Hylton's avatar
      migrate to use of IdleConf and config files to set options · e81f28b6
      Jeremy Hylton yazdı
      idle.py:
          Load the config files before anything else happens
          XXX Need to define standard way to get files relative to the
             IDLE install dir
      
      PyShell.py:
      ColorDelegator.py:
          Get color defns out of IdleConf instead of IdlePrefs
      
      EditorWindow.py:
          Replace hard-coded font & window size with config options
          Get extension names via IdleConf.getextensions
      
      extend.py:
         Obsolete.  Extensions defined in config file.
      
      ParenMatch.py:
         Use config file for extension options.
         Revise comment about parser requirements.
         Simplify logic on find returning None.
      e81f28b6
  5. 17 Şub, 2000 1 kayıt (commit)
  6. 15 Şub, 2000 1 kayıt (commit)
  7. 26 Agu, 1999 1 kayıt (commit)
  8. 25 Haz, 1999 1 kayıt (commit)
  9. 11 Haz, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Tim Peters smart.patch: · 13205609
      Guido van Rossum yazdı
      EditorWindow.py:
      
      + Added get_tabwidth & set_tabwidth "virtual text" methods, that get/set the
      widget's view of what a tab means.
      
      + Moved TK_TABWIDTH_DEFAULT here from AutoIndent.
      
      + Renamed Mark's get_selection_index to get_selection_indices (sorry, Mark,
      but the name was plain wrong <wink>).
      
      FormatParagraph.py:  renamed use of get_selection_index.
      
      AutoIndent.py:
      
      + Moved TK_TABWIDTH_DEFAULT to EditorWindow.
      
      + Rewrote set_indentation_params to use new VTW get/set_tabwidth methods.
      
      + Changed smart_backspace_event to delete whitespace back to closest
      preceding virtual tab stop or real character (note that this may require
      inserting characters if backspacing over a tab!).
      
      + Nuked almost references to the selection tag, in favor of using
      get_selection_indices.  The sole exception is in set_region, for which no
      "set_selection" abstraction has yet been agreed upon.
      
      + Had too much fun using the spiffy new features of the format-paragraph
      cmd.
      13205609
  10. 10 Haz, 1999 1 kayıt (commit)
  11. 03 Haz, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      New offerings by Tim Peters; he writes: · f4a15089
      Guido van Rossum yazdı
      IDLE is now the first Python editor in the Universe not confused by my
      doctest.py <wink>.
      
      As threatened, this defines IDLE's is_char_in_string function as a
      method of EditorWindow.  You just need to define one similarly in
      whatever it is you pass as editwin to AutoIndent; looking at the
      EditorWindow.py part of the patch should make this clear.
      f4a15089
  12. 02 Haz, 1999 1 kayıt (commit)
  13. 01 Haz, 1999 1 kayıt (commit)
  14. 21 May, 1999 1 kayıt (commit)
  15. 03 May, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Tim Peters writes: · 318a70d9
      Guido van Rossum yazdı
      I'm still unsure, but couldn't stand the virtual event trickery so tried a
      different sin (adding undo_block_start/stop methods to the Text instance in
      EditorWindow.py).  Like it or not, it's efficient and works <wink>.  Better
      idea?
      
      Give the attached a whirl.  Even if you hate the implementation, I think
      you'll like the results.  Think I caught all the "block edit" cmds,
      including Format Paragraph, plus subtler ones involving smart indents and
      backspacing.
      318a70d9
  16. 23 Nis, 1999 1 kayıt (commit)
  17. 20 Nis, 1999 1 kayıt (commit)
  18. 10 Mar, 1999 1 kayıt (commit)
  19. 17 Şub, 1999 2 kayıt (commit)
  20. 28 Ock, 1999 2 kayıt (commit)
  21. 18 Ock, 1999 1 kayıt (commit)
  22. 12 Ock, 1999 1 kayıt (commit)
  23. 11 Ock, 1999 1 kayıt (commit)
  24. 09 Ock, 1999 1 kayıt (commit)
  25. 02 Ock, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Checking in IDLE 0.2. · 504b0bf0
      Guido van Rossum yazdı
      Much has changed -- too much, in fact, to write down.
      The big news is that there's a standard way to write IDLE extensions;
      see extend.txt.  Some sample extensions have been provided, and
      some existing code has been converted to extensions.  Probably the
      biggest new user feature is a new search dialog with more options,
      search and replace, and even search in files (grep).
      
      This is exactly as downloaded from my laptop after returning
      from the holidays -- it hasn't even been tested on Unix yet.
      504b0bf0
  26. 27 Kas, 1998 1 kayıt (commit)
  27. 16 Eki, 1998 2 kayıt (commit)
  28. 13 Eki, 1998 1 kayıt (commit)
  29. 12 Eki, 1998 2 kayıt (commit)
  30. 10 Eki, 1998 1 kayıt (commit)