|
4 | 4 | * v. 2.0. If a copy of the MPL was not distributed with this file, You can
|
5 | 5 | * obtain one at http://mozilla.org/MPL/2.0/
|
6 | 6 | *
|
7 |
| - * Copyright (C) 2005-2014, Peter Johnson (www.delphidabbler.com). |
| 7 | + * Copyright (C) 2005-2015, Peter Johnson (www.delphidabbler.com). |
8 | 8 | *
|
9 | 9 | * $Rev$
|
10 | 10 | * $Date$
|
|
167 | 167 | Delphi XE2 or later qualify units from the RTL and VCL are prefixed with
|
168 | 168 | the name of the unit's namespace. Much of the code managed by
|
169 | 169 | <em>CodeSnip</em> uses unqualified unit names for reasons of backward
|
170 |
| - compatibility. In order for the unqualifed units to be found on Delphi |
| 170 | + compatibility. In order for the unqualified units to be found on Delphi |
171 | 171 | XE2 and later the compiler has to be given a list of namespaces to search
|
172 | 172 | for the units.
|
173 | 173 | </p>
|
|
247 | 247 | summary of the logged output can be displayed by the user when warnings
|
248 | 248 | or errors occur. Instead of displaying the whole log the program filters
|
249 | 249 | out the required messages. It does this by looking for some common text
|
250 |
| - that preceeds the messages in the log. These prefixes are listed in the |
| 250 | + that precedes the messages in the log. These prefixes are listed in the |
251 | 251 | <em>Log Prefixes</em> editor.
|
252 | 252 | </p>
|
253 | 253 | <p>
|
|
268 | 268 | </ul>
|
269 | 269 | <p>
|
270 | 270 | For languages other than English you need to compile some code that
|
271 |
| - generates warnings, errors and fatal errors then check what text preceeds |
| 271 | + generates warnings, errors and fatal errors then check what text precedes |
272 | 272 | each kind of message. This text should be entered in the <em>Log
|
273 | 273 | Prefixes</em> editor. Failure to do this will mean that CodeSnip
|
274 | 274 | won't detect warnings and won't report errors correctly.
|
|
278 | 278 | </h2>
|
279 | 279 | <p>
|
280 | 280 | <em>CodeSnip</em> can automatically detect the presence of Win 32 Delphi
|
281 |
| - compilers from versions 2 to XE7. Click the <em>Detect Delphi |
| 281 | + compilers from versions 2 to XE8. Click the <em>Detect Delphi |
282 | 282 | Compilers</em> button to do this. Any supported installed version of
|
283 | 283 | Delphi will be recorded. This can save considerable time and avoid
|
284 | 284 | errors.
|
|
0 commit comments