Michaël Van Canneyt
aef32d5de9
* Add some utility methods to TJSarray for easier pushing of values
2024-09-03 10:33:54 +02:00
Margers
11d542cf8f
Do not lowercase executable names in Unix systems.
2024-09-02 08:13:15 +00:00
Margers
7949e53d8a
revert unwanted change
2024-09-02 08:11:48 +00:00
Margers
5ded9e3cb3
Overwrite selection block
2024-09-02 08:11:48 +00:00
Margers
660836e027
Microsoft copy/paste keys for Input Lines
2024-09-02 08:10:51 +00:00
Margers
fd353ee62c
fixed formatting
2024-09-02 08:09:43 +00:00
Margers
12bc43b7b6
Improved input line of Find and Replace window.
2024-09-02 08:09:43 +00:00
Margers
38e53727f0
Improved Debug - Evaluate (Ctrl+F4)
2024-09-02 08:08:14 +00:00
Margers
54afa37d4d
Auto-Closing Brackets and Insert or Restore
2024-09-02 08:04:40 +00:00
Margers
ae81a69cb1
Block insert cursor. Block cursor for overwrite mode in xterm
2024-09-02 08:03:56 +00:00
Margers
2cc454da26
Close/hide compiler messages window by pressing Esc
2024-09-02 08:02:09 +00:00
Margers
6993702192
Select text in code editor by mouse when Persistent Blocks not enabled.
2024-09-02 08:01:08 +00:00
Margers
975ee9d9f0
select to beginning of the file (ctrl+shift+home)
2024-09-02 07:58:40 +00:00
Margers
e4d7867e0e
Mark beginning of selected text
2024-09-02 07:57:36 +00:00
Margers
74405ab2e5
Scroll one line up/down
2024-09-02 07:55:34 +00:00
florian
ed07cd14b2
* fix standalone compilation
...
* cosmetics
2024-09-01 20:19:07 +01:00
Rika Ichinose
ce5a632432
Remove the rest of the VER3_0 conditionals.
2024-09-01 17:13:39 +00:00
Michaël Van Canneyt
9956cafa65
* Allow vendor specific registry XML files. Patch by Iluha Companets. Fixes issue #40910
2024-09-01 11:40:16 +02:00
Michaël Van Canneyt
3b0d2b329a
* Webassembly HTTP request API
2024-08-30 22:51:21 +02:00
florian
7d1bb89455
* patch by Alexander (Rouse_) Bagel: TArrayHelper.BinarySearch, when searching
...
for an element that is obviously missing from the array, should return
the position where the element should have been, but instead it reset AFoundIndex to -1, resolves #40867
2024-08-29 21:18:57 +01:00
Pierre Muller
c88873cd46
Add missing Makefile for h68units, testinsight and wasm-oi packages
2024-08-28 09:21:24 +00:00
Pierre Muller
d40aac6cca
Implement regeneration of compiler msgidx.inc and msgtxt.inc files for IDE if needed
2024-08-27 21:57:55 +00:00
Michaël Van Canneyt
97b61b64c3
* Fix compilation when using unicode rtl
2024-08-27 10:08:48 +02:00
mattias
887826cd7c
fcl-css: test scan -10.2e+2
2024-08-26 19:01:10 +02:00
mattias
37ad2c42ef
fcl-css: fixed parsing attribute value hex color
2024-08-26 13:51:08 +02:00
mattias
0a6344270a
fcl-css: comment
2024-08-24 16:43:42 +02:00
Nikolay Nikolov
97ad8fafd8
* fix compilation error in test for OSes that have no HAS_MONITOR defined
2024-08-24 15:11:20 +03:00
mattias
f81d455094
fcl-css: fixed parsing --var
2024-08-24 11:16:01 +02:00
mattias
6128dcc735
fcl-css: resolver: var and custom attributes
2024-08-24 10:18:02 +02:00
mattias
ccbec9ee7d
fcl-css: resolver: test warnings
2024-08-24 10:18:02 +02:00
Michaël Van Canneyt
1e6061845e
* Make sure reference count is properly managed
2024-08-23 16:07:51 +02:00
Michaël Van Canneyt
ce04ce42ed
* Objects passed in callback are ours to free
2024-08-23 11:33:42 +02:00
mattias
7ca0ddc70e
fcl-css: resolver: all and origin
2024-08-21 19:20:35 +02:00
Michaël Van Canneyt
1210747f1d
* Add overloads with offset and length for typed array constructor
2024-08-21 15:49:13 +02:00
Michaël Van Canneyt
781560f3e0
* Forgot to add new file
2024-08-20 16:27:16 +02:00
Michaël Van Canneyt
ad34a8d574
* Correct compilation with namespaces
2024-08-20 16:17:31 +02:00
mattias
aaae62ea88
fcl-css: renamed css units
2024-08-20 07:53:49 +02:00
mattias
c8eeb2ec54
fcl-css: resolver: added colors, replaced filename with name, registry stamp
2024-08-20 07:44:41 +02:00
mattias
43d84beb01
fcl-css:
...
- renamed TCSSUnits to TCSSUnit
- added a css registry for attributes, types, keywords, and function names
- resolver merges shorthand properties
- resolver distinguishes stylesheets from user-agent, user and author
- resolver now parses css itself, it adds its own types and customdata
- attributes are now checked at parse time and marked invalid
- started skipping invalid instead of raise
2024-08-20 07:44:41 +02:00
Rika Ichinose
ea33fdcdf8
Decimate rtl/i386/strings.inc.
2024-08-19 20:34:10 +00:00
Michaël Van Canneyt
a521ed8c76
* Monitor needed in wasi
2024-08-19 10:54:05 +02:00
Jan Rysavy
aa65847386
OpenSSL: add EVP_CIPHER_CTX_new and EVP_CIPHER_CTX_free
2024-08-19 05:40:37 +00:00
Michaël Van Canneyt
13fbc876e0
* Rename keyword info to avoid confusion
2024-08-18 10:58:03 +02:00
Michaël Van Canneyt
711e412cb7
* Explain how to run full tests
2024-08-18 10:58:03 +02:00
Rika Ichinose
88ca756f19
Don’t crash on empty path.
2024-08-17 19:01:40 +03:00
Rika Ichinose
07f9113a7c
Support Windows root-relative paths in TPath.Combine.
2024-08-17 18:08:38 +03:00
Michaël Van Canneyt
a65fff24e9
* JSON Schema
2024-08-17 16:21:48 +02:00
Michaël Van Canneyt
de5b2c5192
* Fix compilation under unicode rtl
2024-08-17 16:21:48 +02:00
Yuri Serebrennikov
276618563c
For connections list TThreadList changed to safe TFPHashList.
2024-08-12 23:20:12 +03:00
Yuri Serebrennikov
73ee25071d
Fixed work in ThreadMode := wtmNone mode.
2024-08-12 10:18:36 +00:00