Martin
77c4b7ceae
IDE, SynEdit: add option to have bookmarks restore the scroll pos. Issue #40912
2024-09-24 22:35:09 +02:00
rich2014
4696c84166
Cocoa: fix the issue that item state not set before TListView.OnChange() calling, issue #41151
2024-09-25 00:40:50 +08:00
Martin
45b079d896
SynEdit: Pascal-Highlighter add cppdecl and oldfpccall. Issue #41051
2024-09-24 16:58:51 +02:00
Michaël Van Canneyt
a22712a593
* Fix memleak
2024-09-23 21:21:17 +02:00
Maxim Ganetsky
05c11642e7
IDE: regenerated translations and updated Russian translation
2024-09-23 17:42:01 +03:00
Maxim Ganetsky
79410c7508
IDEDebugger: updated Russian translation
2024-09-23 17:42:01 +03:00
Martin
0985b55ae5
Cody: Fix Load-After-Time.
2024-09-23 16:16:15 +02:00
Martin
8b2502ef22
* Merge branch 'IDE/Options/LangChange' into 'main'
...
See merge request freepascal.org/lazarus/lazarus!333
2024-09-23 14:56:12 +02:00
Martin
a8fbf8ab7c
IDE, Options: Translate "restart hint" to new language
2024-09-23 14:55:01 +02:00
rich2014
e60a16cda5
Cocoa: add NSSTR_ATTACHMENT_CHARACTER to CocoaConst
2024-09-23 20:48:00 +08:00
rich2014
60f7e4e9eb
Cocoa/Theme: fix themed button/checkbox issue #41150
2024-09-23 20:47:29 +08:00
n7800
6d5a09d6a1
IDE/Options: Show restart hint only when changing language
2024-09-23 14:31:42 +02:00
n7800
35f64bfd57
IDE/Options: Make the restart hint when changing the language more noticeable
2024-09-23 14:31:42 +02:00
Michaël Van Canneyt
62e3936fab
* Setting for disabling mysql version check
2024-09-23 14:10:40 +02:00
Martin
75b9afdc92
Codetools: Prevent another range check error. Issue #40922
2024-09-23 13:28:08 +02:00
Martin
a0913a8b50
* Merge branch 'lazarus-typos' into 'main'
...
See merge request freepascal.org/lazarus/lazarus!331
2024-09-23 12:44:57 +02:00
Martin
906384cc9d
Add deprecated for old names. More fixes.
2024-09-23 12:44:32 +02:00
n7800
e80478f432
Docs: Fix a typo in the property name OnVisbleChanging
2024-09-23 10:11:37 +00:00
n7800
3610a21aef
SynEdit: Fix a typo in the method name TSynEditStringListBase.RemoveManagedHanlders
2024-09-23 10:11:37 +00:00
n7800
cf0a5ec57e
SynEdit: Fix a typo in the method name TSynTextViewsManager.RemoveHanlders
2024-09-23 10:11:37 +00:00
n7800
7d398b88c7
SynEdit: Fix a typo in the method name TSynEditStringList.CopyHanlders
2024-09-23 10:11:37 +00:00
n7800
1ef23cb314
SynEdit: Fix a typo in the method name TSynEditStringsLinked.RemoveHanlders
2024-09-23 10:11:37 +00:00
n7800
3f4266f91a
IdeIntf: Fix a typo in the type name TLayoutMoveToVisbleMode
2024-09-23 10:11:37 +00:00
n7800
0ac8701194
IdeConfig, IdeProject: Fix a typo in the method name TProjectCompilerOptions.CanBeDefaulForProject
2024-09-23 10:11:37 +00:00
n7800
8644edbc61
IdeConfig, BuildIntf: Fix a typo in the method name TLazCompilerOptions.SetTargetFilenameAppplyConventions and field
2024-09-23 10:11:37 +00:00
Martin
d604978e80
IDE: lock source-edits while reloading changed units
2024-09-23 12:08:17 +02:00
Martin
03bf02974e
Codetools: Prevent another range check error. Issue #40922
2024-09-23 11:58:02 +02:00
Martin
5914d34e58
Merge branch 'TStringArray' into 'main'
...
Using TStringArray from SysUtils instead of creating new types for "array of string"
See merge request freepascal.org/lazarus/lazarus!335
2024-09-23 09:56:18 +00:00
n7800
9d6b34ca0c
Using TStringArray from SysUtils instead of creating new types for "array of string"
2024-09-23 09:19:02 +00:00
Martin
20929d2f06
DockedFormEditor: fix "cannot focus an inactive window" if showing source-edit hidden in tabbed anchor-docking.
...
(double click button, while source-edit is cloned to 2nd source-edit, docked into same main window but hidden in nested anchor tabs)
2024-09-23 10:55:21 +02:00
DomingoGP
708f754935
Jedi code format: fix bug formatting const arrays. Issue #41152
2024-09-22 19:17:59 +02:00
Martin
f5e83fae47
IdeDebugger: Add Mem-Viewer / fix compile with 3.2.2
2024-09-22 18:11:16 +02:00
Martin
041a654351
IdeDebugger: Add Mem-Viewer
2024-09-22 17:39:25 +02:00
Martin
5192cd95d9
IdeDebugger: fix detecting if current watch was freed.
2024-09-22 17:06:32 +02:00
rich2014
a814cbd968
Cocoa: fix the issue that TListView.OnChange() not fired, issue #41151
2024-09-22 22:43:02 +08:00
Martin
663c91f026
IdeDebugger: Quick Presets for Watch-Value-Formats
2024-09-22 12:33:32 +02:00
Martin
c77c71b54e
EditorMacroPascalScript: Improve speed
2024-09-22 10:25:37 +02:00
Martin
11e23ff696
SynEdit: check AnOwner for gutter parts
2024-09-22 10:24:30 +02:00
wp_xyz
6b352d830e
Images: Reworked icons for "componenttreeview", "items", "designer". By Roland Hahn.
2024-09-21 13:35:37 +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
rich2014
bd23ffc080
Cocoa/ListView: improve callback clear
2024-09-19 20:52:27 +08:00
rich2014
7010173b69
Cocoa: add util NSControlMoveCaretToTheEnd()
2024-09-19 20:52:26 +08: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
rich2014
e5159ea7a2
cocoa: fix some legacy transparent icon format issues #41131
...
there are two transparent formats:
1. the one with alpha channel like modern graphic formats (supported previously)
2. the other historical legacy with extra 1bit/pixel MaskBitmap (fixed this time), scaled mask supported also.
2024-09-17 21:02:26 +08:00