1 |
|
---|
2 | eFTE/2, Version 1.0
|
---|
3 |
|
---|
4 | Copyright 2009-2015 by Gregg Young
|
---|
5 | Copyright 2008-2009 by eFTE SF Group.
|
---|
6 | Copyright 1994-1998 by Marko Macek.
|
---|
7 | All rights reserved.
|
---|
8 |
|
---|
9 | This program is free software; you can redistribute it and/or modify
|
---|
10 | it under the terms of either:
|
---|
11 |
|
---|
12 | a) the GNU General Public License as published by the Free
|
---|
13 | Software Foundation; either version 2, or (at your option) any
|
---|
14 | later version, or
|
---|
15 |
|
---|
16 | b) the "Artistic License" which comes with this Kit.
|
---|
17 |
|
---|
18 | This program is distributed in the hope that it will be useful,
|
---|
19 | but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
20 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See either
|
---|
21 | the GNU General Public License or the Artistic License for more details.
|
---|
22 |
|
---|
23 | You should have received a copy of the Artistic License with this
|
---|
24 | Kit, in the file named "Artistic". If not, I'll be glad to provide one.
|
---|
25 |
|
---|
26 | You should also have received a copy of the GNU General Public License
|
---|
27 | along with this program; if not, write to the Free Software
|
---|
28 | Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
---|
29 |
|
---|
30 | -----------------------------------------------------------------------
|
---|
31 | WWW http://svn.netlabs.org/efte
|
---|
32 |
|
---|
33 | This is the first version of eFTE/2. It is based on eFTE (see README.efte)
|
---|
34 | which in turn is based on FTE (Folding Text Editor). The configuration now
|
---|
35 | compiles on the fly. You should be able to use it with the configuration
|
---|
36 | files of an existing FTE install simply by creating a mymain.fte file in
|
---|
37 | the same directory as your old main.fte. The file must include the line
|
---|
38 | #include 'main.fte'. You could also use the mymain.fte and sysmain.fte
|
---|
39 | files from the package. Simply copy them to the directory main.fte is in.
|
---|
40 | You will need to edit mymain to set the UI and color scheme as it will
|
---|
41 | override the settings in main.fte. Another alternative is to rename your
|
---|
42 | main.fte mymain.fte or use -Cmain.fte on the command line. If eFTE/2
|
---|
43 | can't find your configuration SET EFTEDIR in config.sys to point to the
|
---|
44 | directory your main.fte is in. If you want to install it directly
|
---|
45 | over an FTE/eFTE install and not lose your custom configuration changes
|
---|
46 | you can achieve that by installing only packages 1 and 3 to your current
|
---|
47 | install directory.
|
---|
48 |
|
---|
49 | I have structured the configuration files to make it easier to translate
|
---|
50 | the menus. I lack the language skills to do the translations. If you have
|
---|
51 | an opportunity to do one or more of the translations please send them to
|
---|
52 | me at ygk@qwest.net. The menu files are located in the menu_xx (where xx is
|
---|
53 | the language code) subdirectories of the config directory.
|
---|
54 | You may add any language with a 2 letter code. Simple create a menu_xx
|
---|
55 | subdirectory using the code and place the menus in it. To test them copy the
|
---|
56 | direcctory menu_xx to the config directory of an eFTE/2 installand start
|
---|
57 | eFTE/2 with -Lxx (xx = language code) on the command line. The edefault.fte
|
---|
58 | also could be translated. If you are interested in translating the documentation
|
---|
59 | (help file etc) please contact me.
|
---|
60 |
|
---|
61 | Known Issues:
|
---|
62 |
|
---|
63 | 1. Occasionally, eFTE/2 will trap when starting an external program. The problem
|
---|
64 | appears to be an estyler issue.
|
---|
65 | 2. Opening some help files with certain keywords will trap newview. This is an issue
|
---|
66 | either with newview or with the help file as it occurs when newview searches the
|
---|
67 | same term. (e.g. open the Open Watcom 2.0 C Library Reference and search for return).
|
---|
68 |
|
---|
69 | See HISTORY file for a list of recent changes.
|
---|
70 | See AUTHORS file for a list of contributors
|
---|