Martin
|
b7cf6d5a65
|
Merge branch 'xtensa-2024-02-20' into 'main'
Fpdebug - add xtensa support
See merge request freepascal.org/lazarus/lazarus!274
|
2024-03-12 19:24:56 +00:00 |
|
ccrause
|
5b4f7aa9f4
|
Only change MemManagager and MemModel for target AVR
|
2024-03-12 19:18:49 +00:00 |
|
ccrause
|
c6781743e8
|
fpdebug - Add xtensa support
|
2024-03-12 19:18:49 +00:00 |
|
Martin
|
0ce49ed855
|
Codetools: fix search aborts early if one branch of the search has a cached "not found". Issue #40818
|
2024-03-12 18:58:13 +01:00 |
|
dsiders
|
defe11d130
|
Docs: LazUtils/laz2_xmlcfg. Updates TXMLConfig.SetDeleteValue for changes in 7fc68aa6 .
|
2024-03-12 17:52:01 +01:00 |
|
Maxim Ganetsky
|
25cbaa2f01
|
IDE: regenerated translations and updated Russian translation
|
2024-03-12 19:15:33 +03:00 |
|
Martin
|
1cd1b06998
|
SynEdit: remove debug code
|
2024-03-12 16:41:34 +01:00 |
|
Martin
|
3b5b15b789
|
IDE, SynEdit: Add option to highlight the most inner fold at caret.
|
2024-03-12 13:40:13 +01:00 |
|
Martin
|
e323ffce4b
|
IDE, SynEdit: Add option to highlight current line in gutter
|
2024-03-12 13:40:13 +01:00 |
|
Martin
|
7fc68aa656
|
LazUtils: XmlConfig, fix saving default (delete) for enum values
|
2024-03-12 13:40:13 +01:00 |
|
Martin
|
b1847337ca
|
IDE, SynEdit: Add options for the editor gutter layout. Issue #40170
|
2024-03-12 13:40:12 +01:00 |
|
Juha
|
69a432d864
|
LazBuild: Improve case sensitivity of options. From n7800.
|
2024-03-12 08:03:10 +02:00 |
|
Juha
|
2cf13d8ba4
|
IDE: Place Cancel button on the right in Install/Uninstall Packages window. From n7800.
|
2024-03-12 08:00:11 +02:00 |
|
Bart
|
db41ce26cf
|
TCustomTabControl: only call MaybeSelectFirstControlOnPage if APage is not nil. Remove duplicate checks.
|
2024-03-11 18:33:29 +01:00 |
|
Maxim Ganetsky
|
9fe0319df7
|
IDE: regenerated translations
|
2024-03-11 19:51:39 +03:00 |
|
mattias
|
6a4911e6c0
|
codetools: fixed find include file of namespaced fpc unit
|
2024-03-11 17:00:57 +01:00 |
|
mattias
|
a2a002d2f0
|
codetools: parsing config files from fpc outout: keep only last state
|
2024-03-11 16:38:19 +01:00 |
|
wp_xyz
|
0b7f1f3c0c
|
LCL/TTrackbar: Avoid flickering in Windows 7 and older. Issue #40836.
|
2024-03-11 16:36:44 +01:00 |
|
mattias
|
d4a103eaea
|
ide: compiler options: list possible subtargets
|
2024-03-11 11:48:27 +01:00 |
|
mattias
|
53c00bdb09
|
ide: when make ide clean, build startlazarus as well
|
2024-03-11 10:37:24 +01:00 |
|
mattias
|
a037296ca3
|
codetools: better debug
|
2024-03-11 10:22:31 +01:00 |
|
Juha
|
589a8ce98a
|
IDE: Improve the popup menu in identifier completion hints window. Issue #40831, patch by WooBean007.
|
2024-03-11 11:10:04 +02:00 |
|
dsiders
|
1024edcb4d
|
IDE: examples/helphtml. Updates the demo application with additional BaseURL values. Updates metadata.
|
2024-03-11 02:18:22 +01:00 |
|
dsiders
|
b2dd59fad5
|
Docs: LCL/lazhelphtml. Adds, updates content in THTMLHelpDatabase and THTMLBrowserHelpViewer topics.
* THTMLHelpDatabase
* THTMLHelpDatabase.BaseURL
* THTMLBrowserHelpViewer.BrowserPath
|
2024-03-11 02:18:21 +01:00 |
|
Juha
|
4967237fb1
|
LazUtils: Add simple functions SaveStringToFile and LoadStringFromFile. Rename SaveStringToFile in DialogProcs.
|
2024-03-11 01:24:15 +02:00 |
|
Juha
|
103d9f42e1
|
LazUtils: Split long lines in THTML2TextRenderer.
|
2024-03-11 01:24:15 +02:00 |
|
Juha
|
eb6ba60940
|
IDE: Don't show inline comments in code tooltip if FPDoc content is available. Issue #14384, patch by Don Siders.
|
2024-03-11 01:24:15 +02:00 |
|
Juha
|
8836534b9c
|
LazControls: Improve selection by keys in TreeFilterEdit / TreeView. From b7800.
|
2024-03-11 01:24:15 +02:00 |
|
Bart
|
36c308d1f6
|
TCustomTabControl: fix not firing OnChange after commit e5a63799 .
|
2024-03-10 18:56:32 +01:00 |
|
Bart
|
01e032c3fa
|
IDE: remove now unused resourcestring after commit 006429d5 .
|
2024-03-09 18:52:23 +01:00 |
|
Bart
|
006429d521
|
IDE: force users to select at least one buidlmode in BuildManyModes. Issue #40826.
|
2024-03-09 18:48:31 +01:00 |
|
Juha
|
286a0c704a
|
IDE: Add popup menu for identifier completion hints window. Issue #40831, patch by WooBean007.
|
2024-03-09 16:29:26 +02:00 |
|
Željan Rikalo
|
34eace3587
|
LCL: Do not throw error inside SetActiveControl if we are embedded designer. issue #40833
|
2024-03-09 11:40:02 +01:00 |
|
Juha
|
a6a98c4327
|
IdeIntf: In TCompPaletteUserOrder.SortPagesAndCompsUserOrder turn a for loop into a while loop. Items can be deleted.
|
2024-03-09 10:20:10 +02:00 |
|
Maxim Ganetsky
|
fe1607c829
|
IDE: regenerated translations
|
2024-03-09 02:28:34 +03:00 |
|
Juha
|
0aa083ac3f
|
IdeIntf: Cleanup.
|
2024-03-08 23:06:32 +02:00 |
|
Juha
|
a7b6815a8c
|
IDE: Rename "ShoLineNum" to "ShowLineNum" in project settings. Issue #40827.
|
2024-03-08 22:47:28 +02:00 |
|
Željan Rikalo
|
559078741e
|
Qt,Qt5,Qt6: fixed wierd focus behaviour. issue #10155
|
2024-03-08 20:33:35 +01:00 |
|
mattias
|
d2e0bdee01
|
pas2js: fixed crash in designer popup menu
|
2024-03-08 09:28:24 +01:00 |
|
Juha
|
790df77a21
|
IDE,IdeIntf: Simplify code passing keys from Designer to OI. Debug why works wrong with GT5. Issue #10155.
|
2024-03-08 09:59:35 +02:00 |
|
mattias
|
09632c3206
|
ide: removed option emulate right mouse button
|
2024-03-08 08:43:11 +01:00 |
|
dsiders
|
888cfa910e
|
Docs: LCL/forms. Updates TCustomForm.ActiveControl topic for changes in 16e2f677 . Issue #40774.
|
2024-03-08 07:17:22 +00:00 |
|
dsiders
|
d0869438b5
|
Docs: LCL/maskedit. Updates FormatMaskText topic to clarify content.
|
2024-03-08 07:16:54 +00:00 |
|
Juha
|
16e2f677e2
|
LCL: Fix TForm.LastActiveControl behavior. Issue #40774, patch by Bernd Jung.
|
2024-03-08 07:33:31 +02:00 |
|
dsiders
|
51a6c3d25c
|
Docs: LCL/maskedit. Adds aand updates topics for changes in 0cbb6646 , a09b37af .
* Adds EnableSets argument to the FormatMaskText topic.
* Changes topic order to match declaration order, visibility.
|
2024-03-07 20:44:53 +00:00 |
|
Michaël Van Canneyt
|
5d13a8ca55
|
* fix compilation with trunk FPC
|
2024-03-07 18:26:51 +01:00 |
|
Michaël Van Canneyt
|
92412badb1
|
* Improve syntax highlighting
|
2024-03-07 18:09:25 +01:00 |
|
Maxim Ganetsky
|
b70f3fdbe6
|
LCL-Gtk2: make FillRect (winapi emulation) work even when current DC's brush is null, issue #40823, patch by Artem Izmaylov
|
2024-03-07 16:38:07 +03:00 |
|
Juha
|
ca5ac00672
|
IDE: Move function DoMakeResourceString to unit MakeResStrDlg. Improve the logic. Issue #28829.
|
2024-03-07 12:43:31 +02:00 |
|
Juha
|
79a6aff5c9
|
Codetools: Prevent an eternal loop in procedure ImproveStringConstantEnd.
|
2024-03-07 04:46:10 +02:00 |
|