Commit graph

3737 commits

Author SHA1 Message Date
Jack Jansen f2331de3ae Keep .exp files in cvs tree 1996-04-19 16:03:08 +00:00
Jack Jansen b4c93811cb Copy .exp files to mwerks project directory too. 1996-04-19 16:02:20 +00:00
Jack Jansen 3ba03b291f An example of waste 1996-04-19 16:01:31 +00:00
Jack Jansen c4eec9fce1 - Confine window moves to screen boundaries
- Added windowbounds() function to help programmer with staggering
  windows
- Added event parameter to idle routine
- Added settext(label) method to menu entries
- Erase/invalidate only visRgn in stead of everything
- Correctly handle clicks in inactive ControlWindows
1996-04-19 16:00:28 +00:00
Jack Jansen 2cc41604c7 Minimal waste test program, modified from ttedit. 1996-04-19 15:57:52 +00:00
Jack Jansen 08365425f6 Added documentation on FrameWork, TextEdit and Waste
Updated minor things in the other documents (pathnames, etc)
1996-04-19 15:56:08 +00:00
Jack Jansen 8444507faf Use FrameWork.windowbounds(), fixed idle routine 1996-04-19 15:54:47 +00:00
Jack Jansen dce32a93d3 Idle callback is now supplied with the null event causing it. 1996-04-19 15:54:04 +00:00
Jack Jansen a2408e9d6a Fixed code generated for an argument of type **** 1996-04-16 14:36:46 +00:00
Jack Jansen 7bfc875270 Fixed ScrolledWindow to disable scrollbars if everything is visible. 1996-04-16 14:35:43 +00:00
Jack Jansen 111fdcf86c Added correct handling of cut/paste menu enabling, scroll bars 1996-04-16 14:34:26 +00:00
Jack Jansen ded81a1ffe Removed ...gen.py files from repository 1996-04-16 14:33:21 +00:00
Jack Jansen 19171a21fd Added support for accessing a few more TERec members 1996-04-16 14:32:01 +00:00
Jack Jansen 90ecdf49df An interface to WASTE, an all-singing-all-dancing TextEdit replacement 1996-04-16 14:29:15 +00:00
Jack Jansen 6528b1feff An interface to WASTE, an all-singing-all-dancing TextEdit replacement. 1996-04-16 14:27:51 +00:00
Jack Jansen bd9565a3e5 Clarified working directory stuff, added some paragraphs on using
import and reload() to run scripts.
1996-04-15 12:25:44 +00:00
Guido van Rossum d544d0126d Moved customization to bgenlocations.py module. 1996-04-12 16:39:00 +00:00
Jack Jansen eba88567a2 Added missing setport call to mkdistr_ui, and added scrap to
mkpluginaliases.
1996-04-12 16:34:58 +00:00
Jack Jansen 46d9e79de6 bgen-generators now drop the python definition file straight in the
Lib:toolbox folder.
1996-04-12 16:29:23 +00:00
Jack Jansen 819fa1a794 Added scrap manager 1996-04-12 16:27:54 +00:00
Jack Jansen c574b43d35 Fixed a nasty bug where FindControl could return a reference to a
destroyed python object.
1996-04-12 16:26:59 +00:00
Jack Jansen da6a971994 Interface to the scrap manager 1996-04-12 16:25:30 +00:00
Jack Jansen e353215bf7 Added ScrolledWindow (a window with one or two scrollbars) 1996-04-12 16:24:44 +00:00
Guido van Rossum 7853647dd1 Don't atoi() the memo key.
Use atoi(), atol(), atof() instead of load_atomic for seed-up.
1996-04-12 13:36:27 +00:00
Jack Jansen e7b900d04b A simple scrollbar-less single-font (but multi-window) text
editor. More to come...
1996-04-11 15:41:39 +00:00
Jack Jansen c9c0dd3420 Fixed ttedit to actually work
Fixed minor update bug in tlist
1996-04-11 15:40:32 +00:00
Jack Jansen cef2c597fe Added enable(onoff) method to menus and menu items 1996-04-11 15:39:01 +00:00
Guido van Rossum 5c6e3738cd Added lost docs for crypt module. 1996-04-10 16:18:20 +00:00
Jack Jansen 4bffb8b3b5 Added warning on memory use of tcl/tk 1996-04-10 14:56:32 +00:00
Jack Jansen 476d568785 rebinhexed 1996-04-10 14:53:58 +00:00
Jack Jansen 8494967f77 Added a region arg to update calls 1996-04-10 14:53:29 +00:00
Jack Jansen 5f962c2a75 Added a tutorial 1996-04-10 14:52:59 +00:00
Jack Jansen 822a30b0ee Added region arg to update calls. And binhex files rebinhexed. 1996-04-10 14:52:18 +00:00
Jack Jansen 270f411f17 Binhex gif files too. 1996-04-10 14:51:38 +00:00
Jack Jansen f04fa7259d Changed to allow the user to do partial builds 1996-04-10 14:51:14 +00:00
Jack Jansen 3422f2cae2 Moved a button in the message dialog. and everything got binhexed again. 1996-04-10 14:50:28 +00:00
Jack Jansen 0b690db57a Added region argument to various ...Update calls.
Also, some rsrc files got rebinhexed (sigh)
1996-04-10 14:49:41 +00:00
Jack Jansen 2b72417da0 Replaced various dummy updateRegions by real arguments 1996-04-10 14:48:19 +00:00
Jack Jansen fcdf4378ac TextEdit sample code (not yet complete) 1996-04-10 14:43:17 +00:00
Jack Jansen 0701d623e9 Added TextEdit interface 1996-04-10 14:42:32 +00:00
Jack Jansen 8a452d6fa1 Interface to TextEdit toolbox 1996-04-10 14:41:08 +00:00
Guido van Rossum 9a2c546e75 Create files as temp file and move to real location only when complete.
Added some try-except statements around listdir and mkdir operations.
1996-04-09 02:51:23 +00:00
Guido van Rossum adf876938a Separate readline initialization into new function PyOS_ReadlineInit().
For Dave Ascher's readline extensions.
1996-04-09 02:45:31 +00:00
Guido van Rossum d17057745c Add list() method, analogous to tuple(). 1996-04-09 02:41:06 +00:00
Guido van Rossum a5a3db70d4 Under NT, interface to mysterious module registry. (Mark H.) 1996-04-09 02:39:59 +00:00
Guido van Rossum e71a947f8e Under NT, change "long" sharedlib extension to ".dll". (Mark H.) 1996-04-09 02:39:15 +00:00
Guido van Rossum c606fe186f Under NT, define sys.dllhandle and sys.winver (Mark H.). 1996-04-09 02:37:57 +00:00
Guido van Rossum 4f1c59b818 Add'l change for NT (Mark H.). 1996-04-09 02:37:03 +00:00
Barry Warsaw f2389a0b24 (py-indent-right, py-outdent-left): fixed placement of point after
adjustments.
1996-04-08 23:05:56 +00:00
Barry Warsaw 43ecf8ee58 (py-parse-state): make sure we don't land inside a triple-quoted
string
1996-04-06 00:00:19 +00:00