You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ The following modeswitches are enabled automatically:
38
38
|`ansistrings`| Uses `AnsiString` as the default string type |
39
39
|`underscoreisseparator`| Allows underscores in numeric literals (`1_000_000`) |
40
40
|`duplicatenames`| Allows reusing identifiers in limited scopes |
41
+
|`multilinestrings`| Allows multi-line string literals without manual concatenation |
41
42
42
43
> [!NOTE]
43
44
> For the best experience with code completion, we recommend using **[Lazarus Unleashed](https://github.com/fpc-unleashed/lazarus)** - a fork of Lazarus with full support for unleashed mode. If you are using stock Lazarus, enable the mode via `-Munleashed` in the project's Custom Options rather than placing `{$mode unleashed}` directly in the source file, to avoid autocomplete issues and incorrect code insight behavior.
0 commit comments