Changeset 88
- Timestamp:
- 03/15/04 18:26:27 (4 years ago)
- Files:
-
- 05/devel/doc/tutorial.html (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
05/devel/doc/tutorial.html
r1 r88 90 90 search pattern. 91 91 92 <li> New in 0.5j: Support for character set encodings (in particular 93 encodings of Asian languages). The database list now also lists, for each 94 database, the date when it was last modified. Optionally, Kombilo marks 95 the current move (thanks to Bernd Schmidt who provided a patch to do this). 96 Added an option which makes Kombilo ask for a confirmation before 97 discarding unsaved changes to an SGF file. A couple of new options and bug 98 fixes. 99 92 100 <li> And, as always, several minor improvements, fixes and changes: 93 101 e.g. case-insensitive game info search; a "1-click mode" where every … … 114 122 115 123 After <a href="#installation">installing</a> Kombilo, you should 116 execute the file 'kombilo.py' ( or,under Windows: 'kombilo.pyw'117 (if you downloaded Python separately) respectively 'kombilo.exe',124 execute the file 'kombilo.py' (under Windows: 'kombilo.pyw' 125 (if you downloaded Python separately) or 'kombilo.exe', respectively, 118 126 if you used the installer). 119 127 … … 133 141 files in that directory. Kombilo does not come with any games. You can 134 142 either 135 <a href="../go/index.html">download a game collection</a> from the net, or buy a commercial one.<p> 136 See also the section <a href="#requirements">requirements on SGF files</a> 143 <a href="http://www.u-go.net/gamerecords/">download a game collection</a> 144 from the net, or buy a commercial one.<p> 145 See also the section about <a href="#requirements">requirements on SGF files</a> 137 146 in order to understand which kind of SGF files the program can handle; 138 147 basically, it handles simple game records, they may contain … … 152 161 153 162 Of course the sgf files remain in the directory, and Kombilo will never 154 change them (unless you change the game info or edit the games , of course).155 After the processing, the pattern search function actually163 change them (unless you change the game info or edit the games yourself, 164 of course). After the processing, the pattern search function actually 156 165 does not use them anymore, but they are needed for the game info search 157 166 and if you want to play through games with the SGF viewer. … … 873 882 next move with a circle.<p> 874 883 884 <b>Show last move</b> 885 This marks the most recent move with a small circle. Thanks to Bernd Schmidt 886 who provideda a patch for this. (The SGF file is not changed.) 887 875 888 <b>Show Coordinates</b> 876 889 Show coordinates around the board.<p> … … 921 934 If you do not want to do that, and find that uppercase 922 935 labels look better, you can use this option.<p> 936 937 <b>Ask before discarding unsaved changes</b> 938 If this option is enabled, Kombilo will ask for confirmation before 939 discarding unsaved changes in an SGF file (i.e. before deleting the 940 game from the game list, and before exiting Kombilo). 923 941 924 942 <b>Jump to match</b> … … 1055 1073 <p> 1056 1074 1075 1076 <b>Only one mouse button</b> 1077 1078 <p> 1079 1080 <b>Do not change window title</b> 1081 <p> 1082 1083 <b>Ask before starting time consuming search</b> 1084 <p> 1085 1086 1057 1087 <b>Customize appearance</b> 1058 1088 On choosing this item, you get a window where you can fine tune 1059 1089 several fonts, font sizes, and colors that Kombilo uses. See 1060 also the section on the global GUI options. 1090 also the section on the global GUI options.<p> 1061 1091 1062 1092 <b>Changing global GUI properties</b>
