Commit Graph

576 Commits

Author SHA1 Message Date
DomingoGP
482124d17e Jedi code format: refactor, extract function FormatIncludeFile 2025-03-09 10:23:01 +01:00
DomingoGP
db66ebdbb3 Jedi code format: fix allowed file types. 2025-03-08 15:16:09 +01:00
DomingoGP
3f542bc813 Jedi code format: find include files without extension (.inc, .pp, .pas) 2025-03-08 14:26:44 +01:00
Michaël Van Canneyt
f95b262013 * Also accept *.fmx as form file extension (Firemonkey form files) 2025-03-06 10:22:03 +01:00
DomingoGP
20c09edcab Jedi code format: Hide unused option. 2025-03-01 12:44:23 +01:00
wp_xyz
6d54f9ad91 Set HideSelection of all Treeviews to false. 2025-02-23 01:48:42 +01:00
Juha
476da882fa Delete some deprecated functions. Inspired by issue #41363. 2025-01-31 13:50:35 +02:00
DomingoGP
f41f2bded2 Jedi code format: fix wrong error line number when formating selection. 2024-12-08 12:19:42 +01:00
Maxim Ganetsky
6e43556427 Translations: French translation update by Gilles Vasseur, issue #41248 2024-11-18 02:30:56 +03:00
Maxim Ganetsky
ceb2ada507 JCF2: updated Russian translation 2024-11-09 22:14:23 +03:00
DomingoGP
4a2319c986 Jedi code format: new option to remove comments in the current editor window. 2024-11-08 19:15:03 +01:00
DomingoGP
efef2162f8 Jedi code format: takes into account the obfuscation options. 2024-11-08 14:23:04 +01:00
Maxim Ganetsky
1ec7c2e565 Translations: Turkish translation update by Onur ERÇELEN, merge request !371 2024-10-30 01:38:59 +03:00
DomingoGP
5db320a961 Jedi code format: better version info for command line tool. 2024-10-29 10:29:02 +01:00
Maxim Ganetsky
6b81298251 JCF2: updated Russian translation 2024-10-28 19:16:04 +03:00
DomingoGP
1db5f4272e Jedi code format: add support for "Whitesmiths" format style. 2024-10-28 10:44:55 +01:00
Maxim Ganetsky
9653546873 JCF2: updated Russian translation 2024-10-27 16:35:30 +03:00
Maxim Ganetsky
e7cee39fc3 JCF2: added missing i18n assignment 2024-10-27 16:35:03 +03:00
DomingoGP
a68ddcaaf6 Jedi code format: more options to indent labels (goto label). 2024-10-26 17:11:50 +02:00
mattias
6fa805fb47 updated makefiles 2024-10-22 00:31:29 +02:00
mattias
b977977c8d set main version to 4.99 2024-10-05 22:03:23 +02:00
DomingoGP
708f754935 Jedi code format: fix bug formatting const arrays. Issue #41152 2024-09-22 19:17:59 +02:00
DomingoGP
3c479da087 Jedi code format: Clean-up include files paths and delete unused JcfGlobal.inc. 2024-09-19 20:59:36 +02:00
DomingoGP
b33ed34bed Jedi code format: Move files to support compile with FPC 3.3.1. Issue #41147 2024-09-18 22:03:34 +02:00
DomingoGP
a680421867 Jedi code format: Better error messages on selection. Patch by Bruno K. Issue #41148 2024-09-18 20:13:29 +02:00
DomingoGP
be26baf875 Jedi code format: refactor, remove include file JcfGlobal.inc 2024-09-18 19:59:57 +02:00
DomingoGP
bbfdded8f4 Jedi code format: command line remove include file. Issue #41147 2024-09-18 14:17:54 +02:00
DomingoGP
f9b5b17a5e Jedi code format: add include path to command line tool project. 2024-09-18 07:07:55 +02:00
DomingoGP
d04502a298 Jedi code format: remove unneeded conditions. Issue #41146 related. 2024-09-17 21:16:43 +02:00
DomingoGP
7a0867281e Jedi code format: when formating fails, pop up Messages window improved, Issue #41146. Based on patch by Bruno K. 2024-09-17 18:51:32 +02:00
DomingoGP
43324b497f Jedi code format: when formating fails, pop up Messages window. Patch by Bruno K 2024-09-16 21:33:05 +02:00
Maxim Ganetsky
99058f8954 JCF2: regenerated translations and updated Russian translation 2024-09-15 22:42:58 +03:00
Maxim Ganetsky
0592586826 JCF2: improved a caption 2024-09-15 22:41:40 +03:00
DomingoGP
a7f13cdd62 Jedi code format: improved click on error messages. 2024-09-15 19:56:17 +02:00
DomingoGP
ec16b7c23b Jedi code format: Improved error messages. Issue #41144 2024-09-15 18:48:06 +02:00
DomingoGP
258955d906 Jedi code format: implement special comment //jcf:parse=off/on. Related to issue #41144 2024-09-15 14:40:50 +02:00
DomingoGP
d08faaa7d6 Jedi code format: solves issue #41141 problem with type helpers for in class typed types 2024-09-14 18:01:11 +02:00
DomingoGP
ef68a57e4d Jedi code format: add documentation about special comments. 2024-09-14 17:53:08 +02:00
DomingoGP
f7293e2477 Jedi code format: new indent options for case labels and interface guid.
I borrowed the features and some code from https://github.com/quadroid/jcf-pascal-format
2024-09-14 10:02:30 +02:00
Maxim Ganetsky
85b5de9de5 JCF2: regenerated translations and updated Russian translation 2024-09-11 22:57:31 +03:00
Maxim Ganetsky
5aa535db2c JCF2: improved wording of a caption 2024-09-11 22:56:22 +03:00
DomingoGP
67885f4924 Jedi code format: Feature, normalize the capitalisation of identifiers to be the same as the first occurrence in the unit 2024-09-11 20:20:02 +02:00
DomingoGP
e4da339c52 Jedi code format: New button to reload the configuration in the test application. 2024-09-10 22:06:30 +02:00
DomingoGP
5abac68141 Jedi code format: Fix bug parsing delphi inline vars like "var J: Integer := 22 + I;" 2024-08-18 14:06:05 +02:00
DomingoGP
8590d1f811 Jedi code format: minor refactoring suggested by Alexey Torgashin 2024-08-12 14:26:33 +02:00
DomingoGP
f235b30e44 Jedi code format: fix issue #41071 support for delphi multiline strings. 2024-08-11 18:10:45 +02:00
mattias
f286fac16b updated makefiles 2024-07-15 10:50:53 +02:00
DomingoGP
2b70328d5d Jedi code format: Fix bug when obfuscating only selected text. 2024-07-07 19:17:03 +02:00
DomingoGP
109012f8f7 Jedi code format: Fix issue #41011, bad format of comments before class var 2024-07-03 21:09:14 +02:00
DomingoGP
1edd541c58 Jedi code format: Fix typo. 2024-06-09 17:47:03 +02:00