mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-17 15:50:13 -05:00
Apply patch by mopar.
This commit is contained in:
parent
9279280366
commit
bda9bb9ab9
@ -7,7 +7,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
Classes, SysUtils, virtualextension, forms, client, uPSComponent,uPSCompiler,
|
Classes, SysUtils, virtualextension, forms, client, uPSComponent,uPSCompiler,
|
||||||
uPSRuntime, stdCtrls, uPSPreProcessor,MufasaTypes,MufasaBase, web,
|
uPSRuntime, stdCtrls, uPSPreProcessor,MufasaTypes,MufasaBase, web,
|
||||||
bitmaps, plugins, libloader, dynlibs,internets,scriptproperties, settingssandbox;
|
bitmaps, plugins, libloader, dynlibs,internets,scriptproperties, settingssandbox, updater;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ uses
|
|||||||
stringutil,mufasatypesutil,mufasabase, v_ideCodeParser,
|
stringutil,mufasatypesutil,mufasabase, v_ideCodeParser,
|
||||||
about, framefunctionlist, ocr, updateform, Simbasettings, psextension, virtualextension,
|
about, framefunctionlist, ocr, updateform, Simbasettings, psextension, virtualextension,
|
||||||
extensionmanager, settingssandbox, v_ideCodeInsight, CastaliaPasLexTypes,
|
extensionmanager, settingssandbox, v_ideCodeInsight, CastaliaPasLexTypes,
|
||||||
CastaliaSimplePasPar, v_AutoCompleteForm, PSDump, settings;
|
CastaliaSimplePasPar, v_AutoCompleteForm, PSDump, settings, updater;
|
||||||
|
|
||||||
const
|
const
|
||||||
SimbaVersion = 715;
|
SimbaVersion = 715;
|
||||||
|
@ -1,82 +0,0 @@
|
|||||||
|
|
||||||
# hash value = 257594117
|
|
||||||
rutis_errors.err_scanner_unexpected_char='E000: Unexpected char found in '+
|
|
||||||
'code'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 23719812
|
|
||||||
rutis_errors.err_unallowed_statement='E002: Unallowed Statement'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 248294455
|
|
||||||
rutis_errors.err_unknown_ident='E003: Unknown Identifier '#39'%s'#39
|
|
||||||
|
|
||||||
# hash value = 195210244
|
|
||||||
rutis_errors.err_expected_found='E010: '#39'%s'#39' expected, '#39'%s'#39+
|
|
||||||
' found instead'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 2386388
|
|
||||||
rutis_errors.err_op_or_semi_expected='E011: Operator or semicolon expecte'+
|
|
||||||
'd'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 184443412
|
|
||||||
rutis_errors.err_var_constant_expected='E012: Variable or Constant expect'+
|
|
||||||
'ed'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 80568548
|
|
||||||
rutis_errors.err_var_expected='E013: Variable expected'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 25156852
|
|
||||||
rutis_errors.err_rec_expected='E014: Record expected'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 95149172
|
|
||||||
rutis_errors.err_array_expected='E015: Array expected'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 90164228
|
|
||||||
rutis_errors.err_procedure_expected='E016: Procedure expected'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 50540276
|
|
||||||
rutis_errors.err_string_expected='E017: String expected'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 51366068
|
|
||||||
rutis_errors.err_expected='E019: %s expected'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 159220885
|
|
||||||
rutis_errors.err_no_const_allowed='E020: No Constant allowed here'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 3854691
|
|
||||||
rutis_errors.err_not_enough_parameters='E030: Not enough actual parameter'+
|
|
||||||
's'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 50133859
|
|
||||||
rutis_errors.err_too_many_parameters='E031: Too many parameters'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 62647742
|
|
||||||
rutis_errors.err_unallowed_string_action='E040: Unallowed String action'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 255120181
|
|
||||||
rutis_errors.err_unallowed_datatype='E041: Unallowed Datatype'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 91098180
|
|
||||||
rutis_errors.err_code_after_program_end='W001: Code after Program END. is'+
|
|
||||||
' ignored'
|
|
||||||
|
|
||||||
|
|
||||||
# hash value = 102976020
|
|
||||||
rutis_errors.err_code_after_unit_end='W002: Code after Unit END. is ignor'+
|
|
||||||
'ed'
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user