vtcl-1.6.1a1

所属分类:编辑器/阅读器
开发工具:Python
文件大小:824KB
下载次数:16
上传日期:2013-06-06 10:04:02
上 传 者zdj213213
说明:  tcl脚本语言编辑器,一款功能不错的tcl脚本编辑器
(tcl scripting language editor)

文件列表:
vtcl-1.6.1a1\ChangeLog (57206, 2007-02-19)
vtcl-1.6.1a1\configure (1040, 2001-02-17)
vtcl-1.6.1a1\demo\about.ttd (26930, 2001-07-07)
vtcl-1.6.1a1\demo\bitmapbutton_compound.tcl (8450, 2001-07-07)
vtcl-1.6.1a1\demo\bitmapbutton_test.tcl (22032, 2001-07-07)
vtcl-1.6.1a1\demo\combo.tcl (13748, 2002-04-21)
vtcl-1.6.1a1\demo\draw.tcl (10625, 2003-03-15)
vtcl-1.6.1a1\demo\ex1_cmpd.tcl (7710, 1999-11-23)
vtcl-1.6.1a1\demo\grid.tcl (3752, 1999-11-23)
vtcl-1.6.1a1\demo\images\free.gif (887, 1999-11-23)
vtcl-1.6.1a1\demo\images\line.gif (222, 1999-11-23)
vtcl-1.6.1a1\demo\images\oval.gif (222, 1999-11-23)
vtcl-1.6.1a1\demo\images\rect.gif (222, 1999-11-23)
vtcl-1.6.1a1\demo\megawidget.tcl (1925, 2002-10-18)
vtcl-1.6.1a1\demo\simple.tcl (3196, 1999-11-23)
vtcl-1.6.1a1\demo\tclet-combo.tcl (4245, 1999-11-23)
vtcl-1.6.1a1\demo\tclet-draw.tcl (8719, 1999-11-23)
vtcl-1.6.1a1\demo\tclet-grid.tcl (2410, 1999-11-23)
vtcl-1.6.1a1\demo\tclet-simple.tcl (2755, 1999-11-23)
vtcl-1.6.1a1\demo\tclets.html (522, 1999-11-23)
vtcl-1.6.1a1\demo\test_megawidget.tcl (23159, 2002-10-18)
vtcl-1.6.1a1\demo\tutorial\core\button.tcl (14879, 2003-03-05)
vtcl-1.6.1a1\demo\tutorial\core\canvas.tcl (14906, 2003-04-01)
vtcl-1.6.1a1\demo\tutorial\core\check_and_radio.tcl (18803, 2003-03-06)
vtcl-1.6.1a1\demo\tutorial\core\compound_container.tcl (46531, 2003-03-24)
vtcl-1.6.1a1\demo\tutorial\core\compound_container_2.tcl (37929, 2003-04-13)
vtcl-1.6.1a1\demo\tutorial\core\entry.tcl (14388, 2003-03-25)
vtcl-1.6.1a1\demo\tutorial\core\frame.tcl (17381, 2002-11-03)
vtcl-1.6.1a1\demo\tutorial\core\horizontal_panedwindow.tcl (13405, 2003-04-13)
vtcl-1.6.1a1\demo\tutorial\core\label.tcl (13174, 2002-12-10)
vtcl-1.6.1a1\demo\tutorial\core\labelframe.tcl (14431, 2003-04-13)
vtcl-1.6.1a1\demo\tutorial\core\listbox.tcl (15222, 2002-11-20)
vtcl-1.6.1a1\demo\tutorial\core\menubutton.tcl (13707, 2003-04-13)
vtcl-1.6.1a1\demo\tutorial\core\message.tcl (12004, 2002-11-20)
vtcl-1.6.1a1\demo\tutorial\core\modal.tcl (15974, 2003-04-05)
vtcl-1.6.1a1\demo\tutorial\core\ok.gif (870, 2003-03-24)
vtcl-1.6.1a1\demo\tutorial\core\scales.tcl (13502, 2003-03-10)
vtcl-1.6.1a1\demo\tutorial\core\scrollbar.tcl (16888, 2003-03-06)
vtcl-1.6.1a1\demo\tutorial\core\simple_topevel.tcl (11350, 2002-10-24)
... ...

Visual Tcl An Application Development Environment For the Tcl/Tk language Copyright 1996-1999, Stewart Allen Originally created by Stewart Allen Maintained by Christian Gavin & Damon Courtney TABLE OF CONTENTS I. Introduction II. Installation III. Requirements I. INTRODUCTION Visual Tcl is a freely-available, cross-platform application development for the Tcl/Tk language. Visual Tcl is covered by the GNU General Public License. Please read the LICENSE file for more information. II. INSTALLATION o Unzip or untar Visual Tcl into a permanent location. On Unix, we recommend /usr/local/vtcl. On Windows, a good default is "C:\Program Files\vTcl". On Macintosh, I recommend you do this inside of the folder in which Tcl/Tk was installed. It is important to note that on Windows, you must use WinZip (www.winzip.com) or another zip which supports long file names and nested directories. This is the most common difficulty Windows users encounter. UNIX o Run the ./configure script in the location where you installed vTcl. This script will run and attempt to find the best WISH shell. This script will write out a startup script called vtcl that you can then use to start Visual Tcl. o If a WISH is not found, or you want to use a different WISH, edit the "vtcl" shell script. Change PATH_TO_WISH to the location of the wish binary Change VTCL_HOME to the directory you installed vTcl in. o Put vtcl in your path (/usr/local/bin or /usr/bin) or change your path to include $(VTCL_HOME) o Make sure your DISPLAY environment variable is set and type "vtcl". o Select File / Preferences... then select the libraries you want to be loaded on start up. Note: - lib_core.tcl must always be selected. - lib_vtcl.tcl contains a combobox, a multicolumn listbox, and a progress bar - lib_itcl.tcl adds support for [Incr Tcl/Tk] - lib_tix.tcl adds support for Tix - lib_blt.tcl adds support for BLT - the libraries you selected will be loaded the next time you start Visual Tcl. The first time you start vTcl, it will attempt to load all the libraries. For faster startup time, it is recommended you select only the libraries you need. We recommend to select lib_core.tcl and lib_vtcl.tcl for a starter. Depending on what extensions you have installed, you can then load additional libraries. It is not an error to load a library if the targeted extension is not installed, but vTcl will use more memory if you do so. WINDOWS 95 and NT o Make SURE you use Winzip from http://www.winzip.com Other zip programs fail to preserve long file names and nested directory structures. o If you wish to create "shortcuts" to the vtcl.tcl icon, make sure you edit the "startup directory" to the base installation directory for Visual Tcl. o You will need to associate all ".tcl" files with the Wish appplication. This is usually done by default by the newest Tcl/Tk packages for Windows. o Double-click on the "vtcl.tcl" icon. o Select File / Preferences... then select the libraries you want to be loaded on start up. Note: - lib_core.tcl must always be selected. - lib_vtcl.tcl contains a combobox, a multicolumn listbox, and a progress bar - lib_itcl.tcl adds support for [Incr Tcl/Tk] - lib_tix.tcl adds support for Tix - lib_blt.tcl adds support for BLT - the libraries you selected will be loaded the next time you start Visual Tcl. The first time you start vTcl, it will attempt to load all the libraries. For faster startup time, it is recommended you select only the libraries you need. We recommend to select lib_core.tcl and lib_vtcl.tcl for a starter. Depending on what extensions you have installed, you can then load additional libraries. It is not an error to load a library if the targeted extension is not installed, but vTcl will use more memory if you do so. MACINTOSH o Start the Wish shell interpreter. o "cd" to the Folder in which Visual Tcl was installed. o Type "source vtclmac". III. REQUIREMENTS Tcl8.3.2 and Tk8.3.2 or newer. You can obtain a binary for most platforms from http://www.activestate.com/. If not, source code is also available from http://www.sourceforge.net/. -- stewart@neuron.com cgavin@dnai.com damon@unreality.com

近期下载者

相关文件


收藏者