mattias
|
9fe708e6b7
|
codetools: comment
|
2024-08-08 14:50:25 +02:00 |
|
mattias
|
c638883392
|
codetools: comment
|
2024-08-08 14:50:11 +02: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 |
|
mattias
|
df8ab730bb
|
codetools: CompareIdentifiers: support ampersand identifiers
|
2024-08-03 10:20:34 +02:00 |
|
mattias
|
b79c366239
|
codetools: added test for non identifiers TestCompareIdentifiers
|
2024-07-30 12:20:05 +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 |
|
Maxim Ganetsky
|
8d696889c4
|
Cody: regenerated translations and updated Russian translation
|
2024-07-18 18:14:43 +03:00 |
|
n7800
|
6078ca4e45
|
ppulistdlg: Improvement appearance, close the dialog with [Esc]
|
2024-07-18 14:16:56 +00:00 |
|
n7800
|
82d3fdbe13
|
ppulistdlg: Improvement display of numeric values in tables
|
2024-07-18 14:16:56 +00:00 |
|
n7800
|
cd2d3ae565
|
ppulistdlg: Minor refactoring and cleanup
|
2024-07-18 14:16:56 +00:00 |
|
n7800
|
4a2ce51ec0
|
ppulistdlg: Removing unnecessary local variables for grids
|
2024-07-18 14:16:56 +00:00 |
|
n7800
|
76ef42ad5b
|
ppulistdlg: Using FixedRows property instead constant
|
2024-07-18 14:16:56 +00:00 |
|
Ondrej Pokorny
|
cc4f9c7388
|
CodeTools expreval: Ord() support
|
2024-07-17 21:37:14 +02:00 |
|
mattias
|
f286fac16b
|
updated makefiles
|
2024-07-15 10:50:53 +02:00 |
|
wp_xyz
|
c99972a691
|
Cody: New icon for TCodyTreeView (by Roland Hahn)
|
2024-07-14 13:48:30 +02:00 |
|
Juha
|
3d47bef87e
|
Codetools,IDE: Allow renaming project files to lowercase in a case-insensitive file system. Issue #10370.
|
2024-07-06 06:08:20 +03:00 |
|
Juha
|
dec24793c2
|
Codetools: Do not raise exception for a non-existent unit name. The compiler accepts it.
|
2024-07-01 13:54:53 +03:00 |
|
Juha
|
a5b0a87c97
|
Codetools: Fix a memory leak after trying to open a non-existent include file. Issue #40991.
|
2024-06-28 17:35:06 +03:00 |
|
Juha
|
35cea99f01
|
Codetools: Fix CompareDottedIdentifiersCaseSens. Patch by n7800.
|
2024-06-27 05:12:49 +03:00 |
|
mattias
|
a8145669fb
|
codetools: fixed loading fpc includes files, issue #39872
|
2024-06-20 09:55:29 +02:00 |
|
mattias
|
32c250f997
|
codetools: fixed searching include file in fpc.cfg paths, issue #39872
|
2024-06-18 17:08:20 +02:00 |
|
Juha
|
5c616a0715
|
Fix hint etc. for "&" + identifier. Issue #40922, patch from WooBean007.
|
2024-06-17 18:39:44 +03:00 |
|
Maxim Ganetsky
|
60e0038353
|
Codetools: Fixed AV in "Project -> Show Used PPU Files" when sorting by double-clicking on last three columns. Patch by n7800, issue #40984.
|
2024-06-13 02:29:05 +03:00 |
|
mattias
|
c7e5d8d441
|
codetools: fixed clearing include file link
|
2024-05-24 11:40:23 +02:00 |
|
Martin
|
af5212d267
|
Codetools: Add a few more keywords to Ident-Completion.
|
2024-04-22 14:04:02 +02:00 |
|
Bart
|
1f7accb9e2
|
Fix missing Raise before Exception.Create. Issue ##40860. Patch by n7800.
|
2024-04-17 13:29:00 +02:00 |
|
Juha
|
695e84d46d
|
Codetools: Fix tab order and set ActiveControl in DeclareVarDialog. From n7800.
|
2024-04-14 23:56:54 +03:00 |
|
Martin
|
e50183f6d1
|
Codetools: FindDeclaration handle nested specialize (specialize as param to outer specialize)
|
2024-04-14 16:59:50 +02:00 |
|
mattias
|
9ede831c2a
|
codetools: parse section on platform wasi
|
2024-04-13 09:39:52 +02:00 |
|
Martin
|
d40c952fa7
|
Ide: Move more units into ide-packages, project / packager
|
2024-04-11 23:46:56 +02:00 |
|
Juha
|
959d8c6ad4
|
Turn some LazLogger into LazLoggerBase.
|
2024-04-06 16:45:28 +03: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 |
|
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 |
|
mattias
|
a037296ca3
|
codetools: better debug
|
2024-03-11 10:22:31 +01:00 |
|
Juha
|
79a6aff5c9
|
Codetools: Prevent an eternal loop in procedure ImproveStringConstantEnd.
|
2024-03-07 04:46:10 +02:00 |
|
Juha
|
d0c036aa81
|
Codetools: Complete also a virtual/overridden method body with empty brackets. Issue #40799, patch by Domingo Galmés.
|
2024-03-06 10:09:34 +02:00 |
|
Juha
|
3ab3101044
|
Codetools: Find nested type in nested function. Issue #29246, patch by Penilopa P.
|
2024-03-05 22:41:41 +02:00 |
|
mattias
|
513d665cb3
|
codetools: updated fpc english error messages
|
2024-03-05 16:43:01 +01:00 |
|
DomingoGP
|
a14eb97eaa
|
Codetools: solve issue #40592 parsing sealed/abstract objects.
|
2024-03-03 15:52:38 +00:00 |
|
Juha
|
280ada98b2
|
Codetools: Prevent a crash in FindIdentififerReference on the name of a program. Issue #40753.
|
2024-02-22 23:53:40 +02:00 |
|
mattias
|
d71e4b610a
|
codetools: clean up
|
2024-02-20 18:20:08 +01:00 |
|
mattias
|
2770584c3a
|
codetools: fixed IsDottedIdentifier
|
2024-02-20 18:19:37 +01:00 |
|