Commit Graph

69962 Commits

Author SHA1 Message Date
Juha
083741b251 Packager: Support Sender as TIDEMenuItem in function GetPackageOfEditorItem. Affects ToDo list with packages etc. 2025-02-17 18:13:47 +02:00
Maxim Ganetsky
697a7c6612 IDE: regenerated translations and updated Russian translation 2025-02-17 19:04:40 +03:00
Maxim Ganetsky
efe63fa20d IDE: fixed one more minor typo in resource string name 2025-02-17 19:04:05 +03:00
Maxim Ganetsky
4f0998f22c IDE: regenerated translations and updated Russian translation 2025-02-17 18:35:18 +03:00
Maxim Ganetsky
1a131ef104 IDE: fixed word wrap options page i18n by correcting some typos 2025-02-17 18:33:39 +03:00
Martin
649f6ccbc8 SynEdit: WrappedView, Caret, fixed leftmost position with indent 2025-02-16 22:52:43 +01:00
Martin
3bf2791292 SynEdit: WrappedView, Caret, fixed position for fullwidth chars 2025-02-16 22:48:14 +01:00
Martin
5b080436ce SynEdit: WrappedView, caret calculations for RTL/LTR text 2025-02-16 21:30:50 +01:00
Martin
6f2525c144 IDE: Config for word-wrap indent and markup 2025-02-16 20:56:44 +01:00
Martin
43b194714e SynEdit: WrappedView, add some MarkupColors 2025-02-16 20:56:43 +01:00
Martin
5a2dab70e4 SynEdit: WrappedView, add indent for wrapped lines 2025-02-16 20:56:43 +01:00
Martin
b96f00e77f SynEdit: add ETO_RTLREADING to tokendrawer, required if wrapped text starts with weak RTL char 2025-02-16 20:56:43 +01:00
wp_xyz
ad7e912a49 Examples: Extend Treeview customdraw sample project by HideSelection option. 2025-02-16 16:30:44 +01:00
Massimo Magnano
5adcd2c308 LCL-GTK2: Fix ListView with vsIcon and Arrangement=iaLeft. Issue #41426, merge request !437. 2025-02-16 12:42:28 +02:00
Juha
4f6cf9605a ToDoList: Improve include file handling. Part of issue #41421. 2025-02-16 11:31:43 +02:00
n7800
a5bf264276 IDE/Options: Hide the panel of conflict shortcuts if they are absent. Merge request !435. 2025-02-16 10:10:07 +02:00
Juha
42eb6a4a4d ToDoList: Process each include file only once. Issue #41421. 2025-02-16 01:34:27 +02:00
zeljan1
df31c25382 Qt5,Qt6: Seem that QEventDestroy does not work anymore for qt5 and qt6. issue #41433 2025-02-15 17:36:19 +01:00
zeljan1
740f63fe4c Qt5, Qt6: fixed showing and destroying popup window with popup parent modal form. issue #41433 2025-02-15 12:54:05 +01:00
zeljan1
5df0a8f05a Qt5,Qt6: must check if handle is valid. 2025-02-15 09:29:17 +01:00
zeljan1
0a6df5f238 Qt6: disable Qt lib autocomplete of QComboBox, LCL does autocomplete. issue #41432 2025-02-14 23:18:06 +01:00
zeljan1
7bfc63d9ed Qt5, Qt6: must use MenuVisibleIndex to be in order. issue #41429 2025-02-14 23:06:14 +01:00
mattias
9524056dbf Thanks to Włodzimierz Bień 2025-02-14 22:36:47 +01:00
zeljan1
05ca3c6d83 Gtk3: fix for scrollbars not showing sometimes in SetScrollInfo() when overlay is enabled, cleanup. 2025-02-14 21:55:11 +01:00
mattias
7c3ead5be5 ide: rename unit: removed double rename uses 2025-02-14 16:21:41 +01:00
mattias
4cdb9861c5 ide: find references: search for overrides only for virtual/override methods 2025-02-14 15:36:33 +01:00
mattias
dfb4053991 ide: rename identifier on file: update code references 2025-02-14 15:31:17 +01:00
mattias
bad8e07ea8 ide: rename identfier for file: using RenameUnit keeping source editor, renaming lfm 2025-02-14 15:31:17 +01:00
Maxim Ganetsky
3a2b56bb2c OpkMan: regenerated translations and updated Russian translation 2025-02-14 17:02:36 +03:00
Maxim Ganetsky
e033d4be7f OpkMan: made translations not depend on exact internet link names 2025-02-14 17:02:02 +03:00
zeljan1
4f835ede52 Qt5,Qt6: fixed order of menu items when hiding/destroying handle/adding again. issue #41429 2025-02-14 09:03:11 +01:00
zeljan1
2e4bce1533 Gtk3: fixed regression, forgot TGtk3Widget.EndUpdate. issue #41427 2025-02-13 15:08:43 +01:00
mattias
2597a4805d ide: find rename identifier: show overrides too checkbox only for procs 2025-02-13 13:53:00 +01:00
mattias
ec63d300a2 ide: save file as: fixed uses of source editor files 2025-02-13 13:47:06 +01:00
dsiders
482f403d27 Docs: LCL/stdctrls. Updates the TCustomMemo.FinalizeWnd topic for changes in be89c477. Issue #40794. 2025-02-13 06:29:43 -05:00
dsiders
d2acaace1f Docs: LCL/forms. Updates the TScrollingWinControl.DestroyWnd topic for changes in be89c477. Issue #40794. 2025-02-13 06:29:23 -05:00
zeljan1
790e387825 Gtk3: do not invalidate whole area if rect is empty. 2025-02-13 09:03:23 +01:00
mattias
1024bbc9e4 ide: find references: uses with ampersand 2025-02-13 08:53:32 +01:00
mattias
fb03756b41 replaced url http://wiki.freepascal.org with https 2025-02-13 08:49:48 +01:00
Martin
be89c477d9 LCL: fix TControlScrollBar needs update if owner's handle changes. Issue #40794 introduced in 4891f1f0e1 2025-02-13 01:49:57 +01:00
zeljan1
ac5f2c1c49 Gtk3: updated README. 2025-02-12 19:59:59 +01:00
dsiders
f91b117ccd Docs: LazControls/listviewfilteredit. Adds missing description for the TListViewFilterEdit.MatchesFilter.AData parameter. 2025-02-12 13:07:34 -05:00
dsiders
c060b1d1dc Docs: DateTimeCtrls/datetimepicker. Adds missing short description in the TCustomDateTimePicker.CalendarForm topic. 2025-02-12 12:32:36 -05:00
zeljan1
93de351d2f Gtk3: implemented TGtk3Widgetset.SetWindowPos() 2025-02-12 17:32:00 +01:00
mattias
73db35fc82 ide: find/rename identifier: fixed error hint on keywords 2025-02-12 16:46:09 +01:00
mattias
4c647e3963 ide: find rename idenfifier of ctnUseUnit 2025-02-12 16:32:54 +01:00
zeljan1
3ac22c5abe Gtk3: fixed transient window for borderless windows with popupparent. 2025-02-12 16:21:39 +01:00
mattias
0c7a9dfcb9 codetools: test GatherIdentifiers for dotted uses and program 2025-02-12 12:41:24 +01:00
zeljan1
bf7f5c51ee Gtk3: make fsStayOnTop work with LCL expectations. issue #41253 2025-02-12 11:23:32 +01:00
mattias
9deafd1e43 codetools: find declaration of middle identifiers of dotted program name now jumps to the middle 2025-02-12 11:22:28 +01:00