Commit Graph

23970 Commits

Author SHA1 Message Date
Martin
c455038264 Makefile: BigIde, add DockedFormEditor and AnchorDocking 2024-08-07 01:28:34 +02:00
Martin
ca4538b235 IDE: Add option to enable/disable Anchordocking and DockedFormEdit (initial setup dialog, and options) 2024-08-07 01:28:33 +02:00
Maxim Ganetsky
6e4a0dd2ae LazUtils: only transform relevant alphabet characters in LazUTF16.UnicodeLowercase function, issue #41056 2024-08-07 00:39:08 +03:00
mattias
a360ff46d2 codetools: test find ampersand identifiers 2024-08-05 17:57:27 +02:00
mattias
75483dbcd5 codetools: CompareIdentifiersCaseSensitive: check ampersands 2024-08-05 17:46:29 +02:00
mattias
d1740179af codetools: CompareDottedIdentifiersCase: check ampersands 2024-08-05 17:21:05 +02:00
mattias
0004dffe30 codetools: CompareDottedIdentifiers: check ampersands 2024-08-05 17:03:15 +02:00
n7800
576664d698 CodeTools: Add "pascal" to the list of calling conventions 2024-08-04 17:53:56 +00:00
Bart
1ba49f1940 LazUtils: use TryGetSymlinkTarget consistently in ReadAllLinks on Windows. 2024-08-03 22:36:17 +02:00
Ondrej Pokorny
c16997ba82 FileBrowser: fix AV 2024-08-03 19:35:44 +02:00
Bart
5864b5984c LazUtils: implement ReadAllLinks for Windows. Part of issue #40689 2024-08-03 19:30:52 +02:00
Juha
184e26164e IDE Scout: Fix a memory leak. RemoveHandler...() threw an AV because this plugin form is destroyed too late when Lazarus closes. FSearchItems was not freed. 2024-08-03 19:30:32 +03:00
Juha
d51777fee4 IDE Scout: Execute editor commands with a delay so the selection window has time to hide. Issue #34383. 2024-08-03 18:34:12 +03:00
Michaël Van Canneyt
1cae4b5382 * Implement option to keep current editor in sync with filetree 2024-08-03 15:06:50 +02:00
mattias
df8ab730bb codetools: CompareIdentifiers: support ampersand identifiers 2024-08-03 10:20:34 +02:00
Martin
0f51c593fd JitTypes: use TSysCharSet !310 2024-08-02 23:31:44 +02:00
Martin
a23d636c90 JitClasses: Fixed double "raise" after 1f7accb9e2 "Fix missing Raise before Exception.Create. Issue ##40860. Patch by n7800." 2024-08-02 23:30:49 +02:00
Martin
06ecb6ff9d FpDebug: clean up char compare (don't use set of char for single char) !310 2024-08-02 23:14:52 +02:00
Martin
68d14314b2 FpDebug: allow comparing (equal) pointer = number. 2024-08-02 22:43:29 +02:00
Martin
8af587ec77 FpDebug: array-slice intrinsic, add mapping terminator "!" 2024-08-02 22:08:16 +02:00
Martin
d61c5aaa38 FpDebug: array-slice intrinsic, fix order for nested slices 2024-07-31 22:56:16 +02:00
Martin
0c87fe9174 FpDebug: add intrinsic :obj() 2024-07-31 22:55:30 +02:00
Martin
658e54abc6 FpDebug: Pascal-parser, add mapping to flatten intrinsic. (new separator ":") 2024-07-31 22:11:26 +02:00
rich2014
102d9b75c4 OpenGL: add referenced unit based on b1e0da3, by Anton Kavalenka 2024-07-30 23:36:58 +08:00
mattias
b79c366239 codetools: added test for non identifiers TestCompareIdentifiers 2024-07-30 12:20:05 +02:00
wp_xyz
1e7cf4ebe3 Revised default project icon (less memory usage). Text in logos as graphic, no need for a special font. All by Roland Hahn. 2024-07-29 12:26:08 +02:00
Martin
0a223f247c LazDebuggerFp: fix hook for i2o intrinsic. 2024-07-28 21:39:07 +02:00
Martin
0b109f4e2d FpDebug: fixes for flatten-intrinsic 2024-07-28 21:39:07 +02:00
Martin
50e99af185 SynEdit: removed incorrect assert 2024-07-28 21:38:58 +02:00
Michaël Van Canneyt
35b44a860b * Some improvements to file browser:
* Configure is now in tools - options
  * Allow to display files in the main tree instead of in a separate filelist, allowing a more global overview
  * Use icons for files/directories in tree view.
  * Allow to specify root directory
  * Split controller to separate unit
  * File browser reacts now on project open event and changes selected dir.
2024-07-28 16:00:18 +02:00
mattias
fdef402c5a codetools: added TestCompareIdentifiers 2024-07-27 22:08:58 +02:00
mattias
e1482c3582 codetools: added tests for RenameIdentifier, simplified RenameIdentifier 2024-07-27 21:36:49 +02:00
mattias
00f3d3b397 codetools: added tree of PCodeToolPos 2024-07-27 09:21:04 +02:00
mattias
3e38d50ffa codetools: added test 2024-07-27 09:21:04 +02:00
Martin
1c61ed510e FpDebug: flatten intrinsic, fix a nil pointer, fix array expand 2024-07-26 21:06:43 +02:00
Martin
98ff9dab59 SynEdit: fixed defer any actions that need the true ClientRect, until AutoSize was done. (required after recent IDE change, to defer All-AutoSizing) 2024-07-26 20:13:40 +02:00
Martin
d7d77c934e FpDebug: flatten intrinsic, add optional info about depth/fields for each element 2024-07-26 20:13:40 +02:00
Martin
a5486f6a71 FpDebug: new intrinsic i2o => show object that implements an interface. 2024-07-25 21:15:24 +02:00
Martin
a16aac7aa5 FpDebug: fix compile 32bit linux 2024-07-25 21:08:16 +02:00
Martin
be343003c0 FpDebug: fix incorrect class typecasts 2024-07-25 21:08:16 +02:00
Martin
da812e6d12 FpDebug: flatten intrinsic, fixes for use with slices (no cache) 2024-07-24 22:07:08 +02:00
Martin
9c975dcca8 FpDebug: flatten intrinsic, improve cache. Some values may be computed, the "key" string" does not account for that. 2024-07-24 22:07:08 +02:00
Martin
25c65cfd8b FpDebug: flatten intrinsic, option to handle arrays 2024-07-24 22:07:08 +02:00
Martin
c238c026d1 FpDebug: Change slice-operator. Add "disable" for terms that handle the slice themself (substring) 2024-07-24 22:07:08 +02:00
Martin
f6c415d958 FpDebug: FIX, Array-slices [n..m], check if they are in active part of condition. If not, don't create multiple results. 2024-07-24 19:24:24 +02:00
Martin
64b2dbfaea FpDebug: Array-slices [n..m], check if they are in active part of condition. If not, don't create multiple results. 2024-07-24 13:04:39 +02:00
Martin
c4deaeadcf FpDebug: Conditionals (?IF or Try/N) must flag variant returns in slices 2024-07-24 13:04:38 +02:00
Martin
cbfd80ce39 FpDebug: Add "switch" trinary-operator ... ? ... : ... 2024-07-23 19:40:32 +02:00
Martin
9a1ba57dc4 FpDebug: PascalParser, fix error checking for sub-expressions in brackets 2024-07-23 18:57:04 +02:00
Martin
8bb9d6eece FpDebug: PascalParser, optimize check for finding left-side of operator / clarify description 2024-07-23 18:56:26 +02:00