Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty constant value raised Range Check Error Exception under debuging #18

Open
wants to merge 45 commits into
base: DKLang_v3
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
87ab3ef
Updated for the coming 4.0RC1 release candidate.
yktoo Dec 18, 2008
beaddd7
Removed as ANSI no longer relevant (as of 4.00).
yktoo Dec 18, 2008
0ada8fc
Updated paths.
yktoo Dec 18, 2008
c2a6edb
Updated for the coming 4.0RC1 release candidate.
yktoo Dec 18, 2008
6f1a7e0
Updated for the coming 4.0RC1 release candidate.
yktoo Dec 18, 2008
e2cb2ca
bjmillerpa Dec 20, 2008
b45f71e
4.0RC1 - updated help and examples
bjmillerpa Dec 23, 2008
dca9fe3
Line endings have been converted to Windows CR-LF.
yktoo Dec 25, 2008
9b4104e
Added Dutch translation for Notepad example.
yktoo Dec 25, 2008
173436d
Removed packages for Delphi versions less than 2009 as they are unsup…
yktoo Dec 25, 2008
5a465ff
Added keywords property, added file header.
yktoo Dec 25, 2008
a68d462
Added keywords property, updated file header.
yktoo Dec 25, 2008
26cdf09
Added keywords property, updated file header.
yktoo Dec 25, 2008
cc464b5
Compiled binary files should not be under version control.
yktoo Dec 25, 2008
d443d44
Added keywords property.
yktoo Dec 25, 2008
77cd1a8
Added keywords property.
yktoo Dec 25, 2008
b40ae22
Added .gitignore to put it under git control
yktoo Apr 10, 2013
e1c6c40
Renamed readme file, added website link
yktoo May 15, 2013
ba7974a
update DKLang.pas for FireDAC conflict
bjmillerpa Dec 7, 2013
5a2fe67
Initial commit to v5 - rework for XE5 & FireMonkey
bjmillerpa Dec 8, 2013
f95d588
Initial commit for v5 - rework for XE5 & FireMonkey
bjmillerpa Dec 8, 2013
03194e1
Create README
bjmillerpa Dec 8, 2013
d57fd83
Removed the obsolete readme file (superseded by README)
yktoo Dec 13, 2013
8163ac3
Correct stream write of UnicodeString
bjmillerpa Feb 20, 2014
ac158dc
Changed < XE5 $ERROR to $WARN
bjmillerpa Feb 20, 2014
42a6b1e
added explicit sorting to constants editor
bjmillerpa Feb 20, 2014
e5effd5
plr.Stream position must be set to 0
erayhanoglu May 10, 2014
6c50c96
Merge pull request #6 from erayhanoglu/patch-1
bjmillerpa May 14, 2014
3b13f41
Update pre-unicode alphabetic char test to use System.Character.TChar…
bjmillerpa May 20, 2014
8ff7bcc
Updated packages for XE6
bjmillerpa May 20, 2014
b8d1e70
Updated install packages to work better when installing through the I…
bjmillerpa May 21, 2014
228a584
Made TDKLang_Constants case insensitive. Pre-generics implementation …
bjmillerpa May 27, 2014
4c8c8d5
Modified TDKLang_CompTranslations.FindComponentName to find component…
bjmillerpa Jun 4, 2014
c3c061e
Too many issues with LIBSUFFIX directive, so reverted packages back t…
bjmillerpa Sep 30, 2014
d939226
Minor text fix
yktoo Apr 5, 2015
0c59d9a
Added XE8 packages
bjmillerpa May 27, 2015
3c0137a
Merge branch 'master' of https://github.com/yktoo/dklang
bjmillerpa May 27, 2015
ce5e318
Added Seattle packages. Fixed issues 16 & 17.
bjmillerpa Oct 23, 2015
03b185f
Added comments
bjmillerpa Oct 23, 2015
9bd5882
Added packages for 10.1 Berlin. Added ComponentPlatformsAttribute to …
bjmillerpa Apr 23, 2016
aa725a6
Search constants, XE4 package, enabled TABing.
edwinyzh Oct 22, 2017
a5266d6
Merge pull request #19 from edwinyzh/master
bjmillerpa Oct 22, 2017
564de24
fixed external link to DKLang Localization Package
birbilis Dec 21, 2024
2dc511e
Merge pull request #32 from birbilis/patch-1
bjmillerpa Dec 21, 2024
3a7cd04
Update DKL_ResFile.pas - add if to avoid range check error in later c…
bjmillerpa Dec 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
*.bak
*.dcu
*.dcp
*.ddp
*.dll
*.drc
*.dsk
*.exe
*.identcache
*.local
*.map
*.~*~
__history
bin/*.zip
/Packages/dklangXXX.dpk
/Packages/dcldklangXXX.dpk
/Packages/__oldpackages
dklang220.res
dklang220.stat
dcldklang220.stat
dklang220.dproj
dcldklang220.otares
dcldklang220.res
38 changes: 0 additions & 38 deletions Converter_v2/DKLang_Converter_v2.cfg

This file was deleted.

132 changes: 0 additions & 132 deletions Converter_v2/DKLang_Converter_v2.dof

This file was deleted.

Binary file removed Converter_v2/DKLang_Converter_v2.res
Binary file not shown.
155 changes: 0 additions & 155 deletions Converter_v2/Main.dfm

This file was deleted.

Loading