An error occurred fetching the project authors.
  1. 13 Jul, 2001 1 commit
  2. 15 Aug, 2000 1 commit
  3. 07 Mar, 2000 1 commit
  4. 03 Mar, 2000 1 commit
    • Jeremy Hylton's avatar
      migrate to use of IdleConf and config files to set options · e81f28b6
      Jeremy Hylton authored
      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. 26 Apr, 1999 1 commit
    • Guido van Rossum's avatar
      Tim Peters strikes again: · 26c2cb4b
      Guido van Rossum authored
      Ho ho ho -- that's trickier than it sounded!  The colorizer is working with
      "line.col" strings instead of Text marks, and the absolute coordinates of
      the point of interest can change across the self.update call (voice of
      baffled experience, when two quick backspaces no longer fooled it, but a
      backspace followed by a quick ENTER did <wink>).
      
      Anyway, the attached appears to do the trick.  CPU usage goes way up when
      typing quickly into a long triple-quoted string, but the latency is fine for
      me (a relatively fast typist on a relatively slow machine).  Most of the
      changes here are left over from reducing the # of vrbl names to help me
      reason about the logic better; I hope the code is a *little* easier to
      26c2cb4b
  6. 22 Apr, 1999 1 commit
    • Guido van Rossum's avatar
      Super-elegant patch by Tim Peters that speeds up colorization · e62e76c3
      Guido van Rossum authored
      dramatically (up to 15 times he claims).  Works by reading more than
      one line at a time, up to 100-line chunks (starting with one line and
      then doubling up to the limit).  On a typical machine (e.g. Tim's
      P5-166) this doesn't reduce interactive responsiveness in a noticeable
      way.
      e62e76c3
  7. 21 Apr, 1999 1 commit
  8. 20 Apr, 1999 1 commit
  9. 12 Jan, 1999 1 commit
  10. 02 Jan, 1999 1 commit
    • Guido van Rossum's avatar
      Checking in IDLE 0.2. · 504b0bf0
      Guido van Rossum authored
      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
  11. 19 Oct, 1998 1 commit
  12. 10 Oct, 1998 1 commit