Commit Graph

70857 Commits

Author SHA1 Message Date
rich2014
4e66385e73 Cocoa: fix the right click issue #41676 2025-05-25 22:35:31 +08:00
Martin
b23e7b9764 SynEdit: fix index error in SynCompletion (when empty) 2025-05-25 08:54:38 +02:00
Martin
2448ebf956 SynEdit: Added "delete word, but not linebreak" for Multicaret. Issue #41673 2025-05-24 18:03:27 +02:00
Michaël Van Canneyt
8bb0982758 * Do not try to delete empty filename. 2025-05-24 16:07:20 +02:00
Martin
3def68948c FpDebug: tests for :flatten 2025-05-24 10:20:39 +02:00
Martin
0b1bcf35de FpDebug: fix ":flatten" with embedded "[0..n]" slice in display mapping expression. 2025-05-24 09:41:22 +02:00
Martin
ed37ab30d8 FpDebug: fix variant detection for ":flatten" with outer [0..n] mapping/slice. 2025-05-24 09:40:23 +02:00
Martin
cef8022058 SynEdit: Markup matching brackets. No change needed on scroll. Issue #41658 2025-05-24 08:57:01 +02:00
wp_xyz
8a4ed07049 tools/chmmaker: Improved user interaction for creating a new project. Handle error case when no TOC is specified. Update German translation. 2025-05-24 00:39:54 +02:00
Maxim Ganetsky
44cc64c43c CHMMaker: regenerated translations and updated Russian translation 2025-05-24 01:13:44 +03:00
Maxim Ganetsky
6ffee584ef CHMMaker: small i18n-related cleanup and typo fix 2025-05-24 01:13:44 +03:00
Maxim Ganetsky
ec26f9ca29 Merge branch 'IDE/Options/Help' into 'main'
IDE/Options: Fixed help links for all IDE and package options frames

See merge request freepascal.org/lazarus/lazarus!483
2025-05-24 00:56:41 +03:00
n7800
09d4beaa39 IDE/Options: Fixed help links for all package options frames 2025-05-24 00:49:52 +03:00
n7800
2383653a30 IDE/Options: Fixed help links for all IDE options frames 2025-05-24 00:49:52 +03:00
wp_xyz
1cd32b352d tools/chmmaker: More translation-friendly filename filter strings. 2025-05-23 23:09:00 +02:00
wp_xyz
c602829903 tools/chmmaker: Support reading and writing of Help Workshop files. Display name of active project in window title. 2025-05-23 23:03:03 +02:00
Maxim Ganetsky
11688b8541 LazUtils, MultiThreadProcs: fixed _SC_NPROCESSORS_ONLN constant value, issue #41659 2025-05-23 16:16:48 +03:00
Maxim Ganetsky
de3d24024d CHMHelp: restored a string in Brazilian Portuguese translation and made it fuzzy 2025-05-23 15:45:44 +03:00
Maxim Ganetsky
196b1675b2 CHMHelp: regenerated translations and updated Russian translation 2025-05-23 15:35:30 +03:00
Maxim Ganetsky
27c1e9c720 Merge branch 'IDE/Options/Help' into 'main'
IDE/Options: Help link fixes. Issues #41661, #41662

See merge request freepascal.org/lazarus/lazarus!481
2025-05-23 15:10:28 +03:00
n7800
0f715bca85 IDE/Options: Fixed help link for "Custom Options" frame. Issue #41662 2025-05-23 15:01:33 +03:00
n7800
b963faf217 IDE/Options: Add action for "Help" button in "All Compiler Options" dialog. Issue #41662 2025-05-23 15:01:33 +03:00
n7800
49e340569c IDE/Options: Add action for "Help" button in "Defines" dialog. Issue #41661 2025-05-23 15:01:33 +03:00
wp_xyz
aab73d42c3 LHalp: Enable/disable toolbar buttons depending on program state. Replace "TOC" by "Table of Contents". Issue #41664, patch by Don Siders. Add German translation. 2025-05-23 00:31:04 +02:00
ACTom
2ca0aea904 Translations: Chinese translation update by ACTom, merge request !482 2025-05-22 22:54:24 +03:00
Maxim Ganetsky
29e36e3a0c CHMMaker: regenerated translations and updated Russian translation 2025-05-22 16:35:51 +03:00
Maxim Ganetsky
ff7dafc0d9 CHMMaker: improved i18n 2025-05-22 16:34:37 +03:00
ACTom
175a47a059 Translations: Chinese translation update by ACTom, merge request !480 2025-05-22 15:46:47 +03:00
Maxim Ganetsky
b4b831731c CHMMaker: regenerated translations and updated Russian translation 2025-05-22 03:15:33 +03:00
Maxim Ganetsky
b4df04b298 CHMMaker: added missing .lrj files, updated caption ignore list 2025-05-22 03:14:55 +03:00
Maxim Ganetsky
2de531e53c CHMMaker: regenerated translations and updated Russian translation 2025-05-22 02:59:20 +03:00
Maxim Ganetsky
2c6dc7c3bb CHMMaker: improved i18n 2025-05-22 02:58:45 +03:00
Maxim Ganetsky
fff1533db3 IDE: fixed a typo in Russian translation 2025-05-22 02:54:41 +03:00
wp_xyz
06e568e69b tools/chmmaker: Fix missing save-prompt when main form is closed with modified filenames. 2025-05-22 00:24:39 +02:00
wp_xyz
656592c16d chmmaker: Fix double prompts to save a modified project file. Issue #41660. 2025-05-21 23:10:12 +02:00
wp_xyz
6cec77c2f0 tools/chmmaker: Fix autosizing of About box in Linux. 2025-05-21 17:22:19 +02:00
wp_xyz
e7bcefb60d tools/chmmaker: Fix compilation in Linux 2025-05-21 17:17:34 +02:00
wp_xyz
2051e366af tools/chmmaker: New icon by Roland Hahn. Application is multi-lingual now, translations are welcome. 2025-05-21 17:05:59 +02:00
wp_xyz
34313e6f91 LHelp: Fix icon display issue in gtk2. Issue #41656, patch by Roland Hahn. 2025-05-21 16:54:10 +02:00
wp_xyz
c5d6740917 tools/chmmaker: Add one more missing AutoSize. 2025-05-21 01:10:02 +02:00
wp_xyz
a3d6cd7e2c tools/chmmaker: Use actions. Add About box. Issue #41657. 2025-05-21 01:00:44 +02:00
wp_xyz
f128b88574 tools/chmmaker: Fix missing AutoSize instructions. Fix failure to build LHelp. Clean-up message dialogs. Issue #41657. 2025-05-20 23:01:56 +02:00
wp_xyz
351c7a5cc3 tools/chmmaker: Add ellipsis to button/menu captions when command opens another window. Part of issue #41657. 2025-05-20 20:17:15 +02:00
wp_xyz
b34d6ed4db tools/chmmaker: Anchored and auto-sized layout, avoid TLabeledEdit, remove deprecated TProcess.CommandLine. Part of issue #41657 2025-05-20 20:00:33 +02:00
Maxim Ganetsky
94419c578a Merge branch 'jsonviewer_speedup' into 'main'
JSONViewer: removed unnecessary call to ShowJSONDocumentText because it is then called again in TJSONTab.DoTabChange and added BeginUpdate/EndUpdate

See merge request freepascal.org/lazarus/lazarus!479
2025-05-20 15:59:43 +03:00
alligator
354f8e5959 JSONViewer: removed unnecessary call to ShowJSONDocumentText because it is then called again in TJSONTab.DoTabChange and added BeginUpdate/EndUpdate 2025-05-20 15:59:42 +03:00
Maxim Ganetsky
23673101eb Merge branch 'string_to_char_fix' into 'main'
Synedit/SynHighlighterJScript: more appropriate type for a temporary variable (string -> char), no implicit type conversions

See merge request freepascal.org/lazarus/lazarus!478
2025-05-20 15:54:13 +03:00
alligator
a434cefaeb Synedit/SynHighlighterJScript: more appropriate type for a temporary variable (string -> char), no implicit type conversions 2025-05-20 15:54:12 +03:00
wp_xyz
476a492d5b CHMMaker: Rename unit1 to CHMMain. Activate themes and high-dpi scaling. 2025-05-20 13:14:16 +02:00
Maxim Ganetsky
0fd5753a20 Merge branch 'IDE/BuildModesManager/Help' into 'main'
IDE/BuildModesManager: Add action for "Help" button

See merge request freepascal.org/lazarus/lazarus!476
2025-05-19 23:32:13 +03:00