|
From: Kevin A. <ka...@us...> - 2006-01-14 17:59:00
|
Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22226 Modified Files: readme.txt Removed Files: multireadme.txt Log Message: changed to a single readme.txt file --- multireadme.txt DELETED --- Index: readme.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/readme.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** readme.txt 9 Aug 2005 13:52:20 -0000 1.12 --- readme.txt 14 Jan 2006 17:58:52 -0000 1.13 *************** *** 1,6 **** ! Last updated: 2005-08-09 This represents the beginnings of a GUI resource (layout) editor for PythonCard. You can view the attributes for all components and menus by selecting the Resource... menu item in the View menu prior to doing a Save or Save As... under the File menu to output a new file. --- 1,8 ---- ! Last updated: 2006-01-09 This represents the beginnings of a GUI resource (layout) editor for PythonCard. + The layoutEditor is an experimental version that is intended to replace the existing resourceEditor and allows various operations to be performed on multiple selected components (eg. move, align, distribute, etc.) + You can view the attributes for all components and menus by selecting the Resource... menu item in the View menu prior to doing a Save or Save As... under the File menu to output a new file. *************** *** 8,13 **** There are no constraints applied when the shift key is held down, but there is a grid for the widgets to "snap to". - You can only select one widget at a time. - Sizers and anchors are not supported. It is likely anchors will be supported before sizers. --- 10,13 ---- |