Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a minimal test app to show how to build a standalone app with W | Just van Rossum | 2000-07-01 | 1 | -0/+20 |
| | |||||
* | added clearkey = '\033' | Just van Rossum | 2000-07-01 | 1 | -1/+1 |
| | |||||
* | fixed bug in comment matching | Just van Rossum | 2000-07-01 | 1 | -3/+3 |
| | |||||
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 2 | -5/+5 |
| | | | | carbon-compatible). | ||||
* | Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of ↵ | Jack Jansen | 2000-06-07 | 1 | -1/+1 |
| | | | | "if uthread". | ||||
* | minor tweak (jvr) | Just van Rossum | 2000-04-09 | 1 | -1/+1 |
| | |||||
* | added experimental microthread support for use with stackless python -- bw ↵ | Just van Rossum | 2000-04-09 | 2 | -13/+77 |
| | | | | compatible (jvr) | ||||
* | added popup control (jvr) | Just van Rossum | 2000-04-09 | 1 | -4/+60 |
| | |||||
* | added setbound() method, some cleanups (jvr) | Just van Rossum | 2000-04-09 | 1 | -9/+12 |
| | |||||
* | oops, keyword list missed exec... doh! thanks to Maik Roeder (jvr) | Just van Rossum | 2000-04-09 | 1 | -2/+2 |
| | |||||
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 2 | -2/+2 |
| | |||||
* | skip CVS folders when building the Scripts menu -- jvr | Just van Rossum | 1999-12-23 | 1 | -1/+7 |
| | |||||
* | updated copyright string | Just van Rossum | 1999-12-23 | 1 | -1/+1 |
| | |||||
* | changed the "method find" algorithm so the function/class/method popup menu ↵ | Just van Rossum | 1999-12-23 | 1 | -3/+8 |
| | | | | also works with space-indented source files -- jvr | ||||
* | - windowbounds() now works with multiple screens (window position prefs!) | Just van Rossum | 1999-10-30 | 1 | -5/+12 |
| | | | | | - Minor tab behavior tweak -- jvr | ||||
* | Very minor little things... -- jvr | Just van Rossum | 1999-10-30 | 1 | -4/+13 |
| | |||||
* | New __version__ number (1.0!) -- jvr | Just van Rossum | 1999-10-30 | 2 | -1/+1 |
| | |||||
* | Minor indentation cleanup -- jvr | Just van Rossum | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | String values will now always be shown with quotes, so one can see the ↵ | Just van Rossum | 1999-10-30 | 1 | -3/+1 |
| | | | | difference between the value 2 and the value '2'. -- jvr | ||||
* | Added support for global default font settings. (jvr) | Just van Rossum | 1999-09-26 | 2 | -23/+33 |
| | |||||
* | 1) added "typingcasesens" keyword arg to constructor, and support for case ↵ | Just van Rossum | 1999-09-26 | 1 | -8/+20 |
| | | | | | | | sensitive typing in lists. 2) minor cleanups (jvr) | ||||
* | added do_setwindowfont() menu callback: brings up a font selection dialog. (jvr) | Just van Rossum | 1999-09-26 | 1 | -1/+9 |
| | |||||
* | added getdefaultfont() function. Returns default font settings. (jvr) | Just van Rossum | 1999-09-26 | 1 | -0/+6 |
| | |||||
* | 1 - added "set default window font" menu | Just van Rossum | 1999-09-26 | 1 | -2/+7 |
| | | | | | 2 - updated scripts folder location (jvr) | ||||
* | minor cleanup, avoiding rare traceback (jvr) | Just van Rossum | 1999-09-26 | 1 | -1/+1 |
| | |||||
* | mod from Joe Strout: when quitting, catch errors in window.close() methods ↵ | Just van Rossum | 1999-06-22 | 1 | -1/+4 |
| | | | | and ignore them. Otherwise one can never quit. | ||||
* | Oliver Steele writes: | Just van Rossum | 1999-05-21 | 1 | -2/+20 |
| | | | | | | | """Despite the best intentions of Anarchie and Internet Explorer, I often end up with Python source files (and other text files that I'd like to edit with PythonIDE) that use '\n' instead of '\r' as a line separator (and therefore sh | ||||
* | - made "Save options..." dialog more generic, so it's also usable from RoboFog | Just van Rossum | 1999-04-22 | 1 | -4/+5 |
| | | | | | - mark file as dirty after changing the creator of the file so we can_save... -- jvr | ||||
* | fixed glitch when scrolling very long files -- jvr | Just van Rossum | 1999-04-22 | 1 | -1/+1 |
| | |||||
* | improved scrollbar delay behavior -- jvr | Just van Rossum | 1999-04-21 | 1 | -2/+5 |
| | |||||
* | added hasclosebox attr (jstrout) -- jvr | Just van Rossum | 1999-03-03 | 1 | -1/+2 |
| | |||||
* | added "Save options" menu to popup so users can set the creator of scripts ↵ | Just van Rossum | 1999-02-27 | 1 | -0/+56 |
| | | | | -- jvr | ||||
* | changed creator to 'Pide' -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
| | |||||
* | added kludge so edit menus work in W.ModalDialogs -- jvr | Just van Rossum | 1999-02-27 | 1 | -1/+1 |
| | |||||
* | updated 'vers' resource -- jvr | Just van Rossum | 1999-02-27 | 1 | -0/+0 |
| | |||||
* | reverted Jack's mod: no longer neccesary since all BNDL & icon info is in ↵ | Just van Rossum | 1999-02-27 | 1 | -13/+0 |
| | | | | the IDE's resource file, just like the other applets -- jvr | ||||
* | added Jack's ad-hoc icon plus a BNDL resource, so the creator of the IDE ↵ | Just van Rossum | 1999-02-27 | 1 | -0/+0 |
| | | | | will be 'Pide' -- jvr | ||||
* | Set the signature for the IDE "by hand", the bundle is already included in the | Jack Jansen | 1999-02-27 | 1 | -0/+13 |
| | | | | PythonEngine applet template. | ||||
* | added "dummy" makeopenwindowsmenu method to simplify making a standalone W ↵ | Just van Rossum | 1999-02-26 | 1 | -0/+7 |
| | | | | app -- jvr | ||||
* | open res file(s) read only; upped __version__ -- jvr | Just van Rossum | 1999-02-26 | 1 | -4/+4 |
| | |||||
* | added slight delay in Scrollbar.click() for more intuitive response -- jvr | Just van Rossum | 1999-02-25 | 1 | -0/+2 |
| | |||||
* | fixed "crashing" bug when scripts folder as stored in prefs file does not exist. | Just van Rossum | 1999-02-25 | 1 | -1/+1 |
| | |||||
* | fixed problem with "reloading" sub-sub-modules -- jvr | Just van Rossum | 1999-02-05 | 1 | -3/+4 |
| | |||||
* | re-checkin with "ISO-8859 translation" turned on. | Just van Rossum | 1999-02-02 | 12 | -58/+58 |
| | |||||
* | added some comments | Just van Rossum | 1999-02-02 | 1 | -1/+10 |
| | |||||
* | better sys.path munging when running scripts -- jvr | Just van Rossum | 1999-02-01 | 1 | -8/+2 |
| | |||||
* | Add $(APPLICATION) or :Mac:Tools:IDE at the very start of sys.path to ↵ | Just van Rossum | 1999-01-31 | 1 | -4/+5 |
| | | | | improve startup time -- jvr | ||||
* | There are now three possible ways to run the IDE: | Just van Rossum | 1999-01-30 | 1 | -6/+13 |
| | | | | | | - this file dropped onto the interpreter - applet built by BuildApplet (contains only __main__) - applet built by BuildIDE (contains all IDE modules) | ||||
* | ??? adding this file somehow failed -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+395 |
| | |||||
* | First Checked In. | Just van Rossum | 1999-01-30 | 28 | -0/+8612 |