Commit Graph

328 Commits

Author SHA1 Message Date
mattias
c2b0e049ef set trunk version to 2.0.0PreRelease
git-svn-id: trunk@59008 -
2018-09-15 19:41:22 +00:00
mattias
2bbe0a8cc7 updated makefiles
git-svn-id: trunk@58493 -
2018-07-11 23:58:59 +00:00
mattias
3575d8d0e1 make bigide: added cmdlinedebuggerbase and lazdebuggerlldb
git-svn-id: trunk@58363 -
2018-06-20 21:41:44 +00:00
juha
8bed6f8ca0 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
2018-06-09 14:40:08 +00:00
juha
228a45c5a8 JCF2: Remove FormResize handler. Issue #33815, patch from AlexeyT.
git-svn-id: trunk@58192 -
2018-06-08 21:43:22 +00:00
juha
5fcdd06c6a JCF2: Improve forms layout. Issue #33815, patch from AlexeyT.
git-svn-id: trunk@58182 -
2018-06-08 10:30:13 +00:00
juha
f6c1395ad6 JCF2: Support record helper types. Issue #31175, patch from delfion.
git-svn-id: trunk@57550 -
2018-03-22 12:57:14 +00:00
maxim
f23167b458 Translations: Simplified Chinese translation update by robsean, bug #33242
git-svn-id: trunk@57404 -
2018-02-27 23:23:20 +00:00
mattias
017493f462 jcf2: added proc modifier vectorcall, patch #33134
git-svn-id: trunk@57291 -
2018-02-12 14:56:00 +00:00
juha
b5ce4f63c4 JCF2: Support operators in records. Issue #32942, patch from delfion.
git-svn-id: trunk@56972 -
2018-01-05 21:36:51 +00:00
maxim
6393c91e5d Translations: Chinese translation update by robsean, bug #32850
git-svn-id: trunk@56798 -
2017-12-19 22:08:00 +00:00
maxim
ac38042db0 Translations: Brazilian Portuguese translation update by Marcelo B
Paula, bug #32787

git-svn-id: trunk@56658 -
2017-12-07 14:08:09 +00:00
maxim
926062dcfd Translations: huge Chinese translation update by robsean, bug #32750
git-svn-id: trunk@56534 -
2017-11-29 22:32:14 +00:00
juha
ce074563bb JCF2: Use IntegerList as a base for local TIntList.
git-svn-id: trunk@56393 -
2017-11-13 17:33:33 +00:00
maxim
75d2b6b092 Translations: Hungarian translation update by Péter Gábor, bug #32503
git-svn-id: trunk@55983 -
2017-10-05 22:45:21 +00:00
juha
f0c3017757 jcf2: Support type helpers. Issue #32267, patch from delfion.
git-svn-id: trunk@55791 -
2017-09-06 16:20:13 +00:00
juha
80722bc507 jcf2: Support "static" keyword better. Issue #32267, patch from delfion.
git-svn-id: trunk@55784 -
2017-09-04 08:46:56 +00:00
juha
79e14af470 jcf2: Support "static" keyword. Issue #32267, patch from delfion.
git-svn-id: trunk@55783 -
2017-09-03 21:47:57 +00:00
juha
1739ad3e93 jcf2: Improve parsing uses clause. Issue #24678, patch from delfion.
git-svn-id: trunk@55773 -
2017-09-02 16:12:43 +00:00
juha
a41f345980 jcf2: Support "specialize" keyword. Issue #31348, patch from delfion.
git-svn-id: trunk@55765 -
2017-08-31 10:15:40 +00:00
juha
259aa71547 jcf2: Support "bitpacked" keyword. Issue #32267, patch from delfion.
git-svn-id: trunk@55762 -
2017-08-30 21:49:49 +00:00
maxim
a1c5822f04 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32213
git-svn-id: trunk@55609 -
2017-07-30 23:10:04 +00:00
maxim
d51ce4fbd5 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32184
git-svn-id: trunk@55583 -
2017-07-24 22:14:38 +00:00
maxim
a5fc93d0b2 Translations: French translation update by Gilles Vasseur, bug #32158
git-svn-id: trunk@55538 -
2017-07-18 22:24:58 +00:00
maxim
455455592b Translations: regenerated translations and updated Russian translation
git-svn-id: trunk@55525 -
2017-07-17 23:04:32 +00:00
juha
2c08fed238 JCF: Use a read-only TEdit for settings file name, add button for opening folder, tweak captions. Patch from Balázs.
git-svn-id: trunk@55504 -
2017-07-15 08:55:33 +00:00
maxim
3479806c97 JCF: regenerated translations and updated Russian translation
git-svn-id: trunk@55501 -
2017-07-13 22:29:13 +00:00
juha
e297288037 JCF: Fix the option to confirm the formatting of a unit. Patch from Balázs.
git-svn-id: trunk@55497 -
2017-07-13 19:19:00 +00:00
juha
946806aef2 JCF: Rename FormatSettings -> FormattingSettings because of a confusing name clash.
git-svn-id: trunk@55493 -
2017-07-13 08:19:33 +00:00
juha
30df28348c JCF: Add an option to confirm the formatting of a unit. Patch from Balázs.
git-svn-id: trunk@55491 -
2017-07-12 16:50:23 +00:00
maxim
4a86dba032 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31980
git-svn-id: trunk@55300 -
2017-06-09 23:00:29 +00:00
maxim
3fa8a2adb8 Translations: French translation update by Gilles Vasseur, bug #31978
git-svn-id: trunk@55299 -
2017-06-09 22:52:45 +00:00
juha
3ea7d0a0f9 JCF2: Support octal numbers. Issue #31876, patch from CCRDude.
git-svn-id: trunk@55028 -
2017-05-21 10:53:00 +00:00
mattias
e6ce403f3f updates makefiles
git-svn-id: trunk@54969 -
2017-05-18 11:39:53 +00:00
juha
d88911aefa JCF2: Support finalization without initialization. Issue #31821, patch from CCRDude.
git-svn-id: trunk@54965 -
2017-05-18 08:52:46 +00:00
juha
19d467d3e1 JCF2: Support nested procedure types. Issue #31823, patch from CCRDude.
git-svn-id: trunk@54963 -
2017-05-18 08:36:48 +00:00
maxim
edca2f5223 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31810
git-svn-id: trunk@54938 -
2017-05-15 22:24:54 +00:00
juha
fae13ccae8 JCF2: Support class destructors. Issue #31749, patch from CCRDude.
git-svn-id: trunk@54825 -
2017-05-07 21:35:48 +00:00
mattias
0a891e4ab2 set version to 1.8.0RC1
git-svn-id: trunk@54578 -
2017-04-08 21:53:32 +00:00
maxim
37f2d73f0a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31614
git-svn-id: trunk@54514 -
2017-04-03 23:24:37 +00:00
maxim
c74ec53ab7 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31463
git-svn-id: trunk@54327 -
2017-03-02 22:17:27 +00:00
bart
2a41a0e2f4 Fix spelling errors. Issue #0030258. Patch by Paul Gevers.
git-svn-id: trunk@52489 -
2016-06-12 16:07:57 +00:00
maxim
36046a9b4d Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #30250
git-svn-id: trunk@52463 -
2016-06-08 23:13:31 +00:00
maxim
207c318329 Regenerated translations
git-svn-id: trunk@52455 -
2016-06-08 21:59:41 +00:00
mattias
25f7a697e5 updated makefiles
git-svn-id: trunk@52001 -
2016-03-20 11:19:40 +00:00
mattias
17f571cf26 components: less hints
git-svn-id: trunk@51788 -
2016-03-01 15:31:26 +00:00
mattias
54396991ac fixed typos, bug #29323 patch from Paul Gevers
git-svn-id: trunk@51187 -
2016-01-04 15:02:09 +00:00
maxim
363fc389e3 JCF: regenerated translations
git-svn-id: trunk@51071 -
2015-12-28 21:48:07 +00:00
juha
4d3f2aefa9 Cleanup.
git-svn-id: trunk@51065 -
2015-12-28 13:32:23 +00:00
juha
32f2f78b28 JCF2: Use String type + UTF-8 instead of WideString. Prevents conversions and compiler warnings. Also related to issue #27945.
git-svn-id: trunk@51043 -
2015-12-26 16:52:28 +00:00