1. ff88e46 more edits to make the text fit (jvr) by Just van Rossum · 24 years ago
  2. 17f944b oops, that one caused a syntax error... (jvr) by Just van Rossum · 24 years ago
  3. c924661 edits to make the 2.0 copyright fit in the about box again... (jvr) by Just van Rossum · 24 years ago
  4. a1a3356 Cleaned uthread dependencies (jvr) by Just van Rossum · 24 years ago
  5. 0f2fd16 Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there. by Just van Rossum · 24 years ago
  6. 6508c7c fixed 2.0 compat bug by Just van Rossum · 24 years ago
  7. 4b9f493 Upped SIZE to 16MB so IDE can run test.autotest (sigh). by Jack Jansen · 24 years ago
  8. edd9924 a minimal test app to show how to build a standalone app with W by Just van Rossum · 24 years ago
  9. 5069498 added clearkey = '\033' by Just van Rossum · 24 years ago
  10. ed2ed94 fixed bug in comment matching by Just van Rossum · 24 years ago
  11. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  12. 1c0fcee Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of "if uthread". by Jack Jansen · 24 years ago
  13. ae78718 minor tweak (jvr) by Just van Rossum · 24 years ago
  14. 73efed2 added experimental microthread support for use with stackless python -- bw compatible (jvr) by Just van Rossum · 24 years ago
  15. d949b5c added popup control (jvr) by Just van Rossum · 24 years ago
  16. 7051e52 added setbound() method, some cleanups (jvr) by Just van Rossum · 24 years ago
  17. 6e5f2d1 oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) by Just van Rossum · 24 years ago
  18. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  19. 6dc2b57 skip CVS folders when building the Scripts menu -- jvr by Just van Rossum · 25 years ago
  20. 71017e5 updated copyright string by Just van Rossum · 25 years ago
  21. 24073ea changed the "method find" algorithm so the function/class/method popup menu also works with space-indented source files -- jvr by Just van Rossum · 25 years ago
  22. 66e5385 - windowbounds() now works with multiple screens (window position prefs!) by Just van Rossum · 25 years ago
  23. 7171df3 Very minor little things... -- jvr by Just van Rossum · 25 years ago
  24. afca415 New __version__ number (1.0!) -- jvr by Just van Rossum · 25 years ago
  25. 5f74007 Minor indentation cleanup -- jvr by Just van Rossum · 25 years ago
  26. 460ff20 String values will now always be shown with quotes, so one can see the difference between the value 2 and the value '2'. -- jvr by Just van Rossum · 25 years ago
  27. b7ad821 Added support for global default font settings. (jvr) by Just van Rossum · 25 years ago
  28. 03bca30 1) added "typingcasesens" keyword arg to constructor, and support for case sensitive typing in lists. by Just van Rossum · 25 years ago
  29. 2a75909 added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) by Just van Rossum · 25 years ago
  30. c2dab48 added getdefaultfont() function. Returns default font settings. (jvr) by Just van Rossum · 25 years ago
  31. 2028b59 1 - added "set default window font" menu by Just van Rossum · 25 years ago
  32. cee9a48 minor cleanup, avoiding rare traceback (jvr) by Just van Rossum · 25 years ago
  33. d58c746 mod from Joe Strout: when quitting, catch errors in window.close() methods and ignore them. Otherwise one can never quit. by Just van Rossum · 25 years ago
  34. c7ba080 Oliver Steele writes: by Just van Rossum · 25 years ago
  35. 3af507d - made "Save options..." dialog more generic, so it's also usable from RoboFog by Just van Rossum · 25 years ago
  36. 6c487c4 fixed glitch when scrolling very long files -- jvr by Just van Rossum · 25 years ago
  37. eb67a7b improved scrollbar delay behavior -- jvr by Just van Rossum · 25 years ago
  38. fc372aa added hasclosebox attr (jstrout) -- jvr by Just van Rossum · 26 years ago
  39. 1271005 added "Save options" menu to popup so users can set the creator of scripts -- jvr by Just van Rossum · 26 years ago
  40. f4b0681 changed creator to 'Pide' -- jvr by Just van Rossum · 26 years ago
  41. 4798c4e added kludge so edit menus work in W.ModalDialogs -- jvr by Just van Rossum · 26 years ago
  42. 6f0e55a updated 'vers' resource -- jvr by Just van Rossum · 26 years ago
  43. 3853be8 reverted Jack's mod: no longer neccesary since all BNDL & icon info is in the IDE's resource file, just like the other applets -- jvr by Just van Rossum · 26 years ago
  44. 867dc25 added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE will be 'Pide' -- jvr by Just van Rossum · 26 years ago
  45. 24f7b23 Set the signature for the IDE "by hand", the bundle is already included in the by Jack Jansen · 26 years ago
  46. d4bdbf1 added "dummy" makeopenwindowsmenu method to simplify making a standalone W app -- jvr by Just van Rossum · 26 years ago
  47. 96b64d0 open res file(s) read only; upped __version__ -- jvr by Just van Rossum · 26 years ago
  48. ca37995 added slight delay in Scrollbar.click() for more intuitive response -- jvr by Just van Rossum · 26 years ago
  49. 68922f0 fixed "crashing" bug when scripts folder as stored in prefs file does not exist. by Just van Rossum · 26 years ago
  50. 2aaeb52 fixed problem with "reloading" sub-sub-modules -- jvr by Just van Rossum · 26 years ago
  51. edab939 re-checkin with "ISO-8859 translation" turned on. by Just van Rossum · 26 years ago
  52. b8bf163 added some comments by Just van Rossum · 26 years ago
  53. a61f4ac better sys.path munging when running scripts -- jvr by Just van Rossum · 26 years ago
  54. 99ec5a5 Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to improve startup time -- jvr by Just van Rossum · 26 years ago
  55. a7a7193 There are now three possible ways to run the IDE: by Just van Rossum · 26 years ago
  56. 4f0d1f5 ??? adding this file somehow failed -- jvr by Just van Rossum · 26 years ago
  57. 40f9b7b First Checked In. by Just van Rossum · 26 years ago