Bart
162cbbfc1b
LazUtf8: correct a StartCharIndex < 1 in Utf8Copy. Reason: consistent with System.Copy().
2025-04-07 20:01:14 +02:00
zeljan1
c0f4946828
Qt,Qt5,Qt6: initialize scroll offset when handle is created. issue #41513
2025-04-07 19:53:45 +02:00
Juha
0eae36a852
LazUtils: Remove unreachable code in function CompareFilenames. Issue #41571 , noticed by n7800.
2025-04-07 10:56:24 +03:00
dsiders
c605b74dab
Docs: LCL/dialogs. Adds an omitted word. Depends on 5563082dfc
.
2025-04-06 16:44:56 -04:00
dsiders
5563082dfc
Docs: LCL/dialogs. Updates content in the TOpenOption.ofNoReadOnlyReturn topic. Issue #41563 . Depends on 9f23efb4
.
2025-04-06 15:46:12 -04:00
Martin
7ea532fc16
SynEdit: Replace TextDrawer.RegisterOnFontChangeHandler with SynEdit.RegisterStatusChangedHandler(... scFontOrStyleChanged)
2025-04-06 17:48:03 +02:00
Martin
fc053b01ee
SynEdit: UseUtf8 is not used and always true / remove/deprecate
2025-04-06 17:48:02 +02:00
Martin
4f17781352
IDE: Update Highlighter settings when changing mode (objfpc) in project settings (invalidate codetool cache). Issue #39633
2025-04-06 10:59:00 +02:00
Martin
8dd98146a1
LazEdit: fixed Makefile
2025-04-06 10:24:37 +02:00
Martin
569250707b
SynEdit: fix continuous frame for comment-color, if there are Pasdoc/Custom-words in comment
2025-04-06 10:04:15 +02:00
Martin
8fe4297b62
SynEdit: fixes for GetTokenIsCommentStart/GetTokenIsCommentStart and slash // comments
2025-04-06 10:04:15 +02:00
Martin
f576fc86c0
SynEdit: Clean up AssignColors
2025-04-06 10:04:14 +02:00
Martin
6690e16115
SynEdit: Refactor TSynSelectedColorMergeResult - fix inheritance structure.
...
- This change affects compatibility for Highlighters: Code requiring the a tokens Attribute must now decide if it should call "GetTokenAttribute" / "GetEndOfLineAttribute" or "GetTokenAttributeEx" / "GetEndOfLineAttributeEx"
2025-04-06 10:04:14 +02:00
Martin
5abe12a280
SynEdit: Token Attributes (TSynSelectedColor), move StartX and EndX to base class
2025-04-06 10:04:14 +02:00
Martin
9b0070e05e
SynEdit: remove deprecated methods from TSynSelectedColor
2025-04-06 10:04:13 +02:00
Martin
1bb56e053b
SynEdit: rewrite part of the Highlighter-attribute
2025-04-06 10:04:13 +02:00
Martin
c6957da9f2
SynEdit: fix test for new comment color attribs
2025-04-05 23:28:47 +02:00
Maxim Ganetsky
464da2918c
LCL: removed mentions of missing memostrings.inc file from .lpk and fpmake.pp, patch by Don Siders, issue #41568
2025-04-05 22:55:41 +03:00
zeljan1
6e6cc23a74
Qt4: fixed scrollCode messages. issue #41566
2025-04-05 17:09:13 +02:00
dsiders
0d3a623812
Docs: LCL/grids. Updates TCustomGrid.KeyPress topic for changes in 4d4d4060
. Issue #41503 .
2025-04-05 10:09:50 -04:00
zeljan1
b3c7e1ddd6
Qt5,Qt6: fixed scrollCode messaging. issue #41566
2025-04-05 13:50:43 +02:00
dsiders
28c9e339ab
Docs: LCL/dialogs. Updates TOpenOption topics for changes in 9f23efb4c4
. Issue #41564 .
...
* Modifies:
* TOpenOption
* TOpenOption.ofReadOnly
* TOpenOption.ofHideReadOnly
* TOpenOption.ofNoReadOnlyReturn
* TOpenOption.ofOldStyleDialog
2025-04-04 01:07:49 -04:00
Maxim Ganetsky
d88e3444dd
JCF2: restored i18n of a caption after 34a6103a12
2025-04-04 00:48:47 +03:00
Bart
9f23efb4c4
Dialogs: fix the description of ofReadOnly and ofHideReadOnly flags.
2025-04-03 23:26:37 +02:00
Maxim Ganetsky
888929e625
JCF2: regenerated German translation
2025-04-04 00:22:20 +03:00
Maxim Ganetsky
d1e9696d76
IDE: regenerated translations and updated Russian translation
2025-04-04 00:22:20 +03:00
Maxim Ganetsky
87427bc226
IDE: improved a caption
2025-04-04 00:22:20 +03:00
Maxim Ganetsky
e16a341677
SynEdit: regenerated translations and updated Russian translation
2025-04-04 00:22:20 +03:00
Maxim Ganetsky
f2a18f819a
SynEdit: improved a caption
2025-04-04 00:22:19 +03:00
zeljan1
91fbaca370
Qt5,Qt6: Fixed QLineEdit behaviour and automatic selectAll() by Qt when control is focused.Related issue #10155 and issue #41562
2025-04-03 21:57:50 +02:00
Martin
439afd6033
Codetools: fix parsing of "class of" with deprecated or unit-name prefix.
2025-04-03 21:18:45 +02:00
Martin
4027fdb098
IDE, SynEdit: refactor some color settings for Pas-Highlighter
2025-04-03 18:32:24 +02:00
zeljan1
1158c4ab59
ListViewFilterEdit: must clear previous items. issue #41559
2025-04-03 18:15:08 +02:00
zeljan1
33c532e60e
Qt,Qt5,Qt6: fixed focus indication. issue #41562
2025-04-03 17:48:00 +02:00
wp_xyz
34a6103a12
JCF2: Fix typos in JCF2 German translation, add missing German translations
2025-04-03 16:24:37 +02:00
Martin
4d3ce329d2
IDE: reword command description for "delete current line". !398
2025-04-03 12:01:11 +02:00
Martin
18030f9183
SynEdit: fix for fpc 3.2.2: constref vs const
2025-04-03 11:46:31 +02:00
Martin
3eb2c20d38
SynEdit: rewrite FoldHighlighter range class. Use TDictionary.
2025-04-03 10:15:58 +02:00
wp_xyz
6e169e5797
Fix typos in commit 206425a357
2025-04-02 22:43:18 +02:00
wp_xyz
7d04bf55c0
Images: New general-purpose icons (color, package, paint, plugin, target) by Roland Hahn.
2025-04-02 19:06:54 +02:00
Bart
126f2628d4
Win32: Fix crash in TWin32WSOpenDialog.DestroyHandle, caused by me in commit 7cfdbd74
.
2025-04-02 17:22:31 +02:00
zeljan1
441180f7e0
IDE: fixed wrong activation message. issue #41561
2025-04-02 17:14:26 +02:00
wp_xyz
f796680ac6
Images: Replace package icon in package editor. By Roland Hahn.
2025-04-02 13:53:09 +02:00
wp_xyz
206425a357
JCF: Update German translation
2025-04-02 13:36:57 +02:00
zeljan1
a9a97dbf0c
Gtk3: TGtk3Toolbar cleanup, it is TGtk3CustomControl.
2025-04-02 09:12:57 +02:00
Maxim Ganetsky
7c4f32681b
IDEIntf: regenerated translations and updated Russian translation
2025-04-02 02:48:41 +03:00
Maxim Ganetsky
df205ffc25
IDEIntf: improved Save/Open dialog i18n for Treeview Items Editor
2025-04-02 02:44:27 +03:00
zeljan1
a7c6c82c2b
Qt5,Qt6: fixes sizepos loop error. issue #41508
2025-04-01 21:37:09 +02:00
zeljan1
1fb8e5a099
Qt5,Qt6: make checkable listview check state work with mouse.
2025-04-01 19:39:10 +02:00
Bart
db6fe2baa9
TreeStorage: rename some identifiers. No functional changes.
2025-04-01 18:12:43 +02:00