Commit Graph

15508 Commits

Author SHA1 Message Date
Michaël Van Canneyt
633f905b79 * Correct export name 2024-09-13 16:09:36 +02:00
Michaël Van Canneyt
3e2b0ac8b9 * CopyFromMemory 2024-09-13 11:35:37 +02:00
Margers
d1e239f3c4 Branch to save Enhanced video buffer or Legacy video buffer (Unix). 2024-09-11 06:50:49 +00:00
Margers
f3eb7f8608 Restored array of Sw_Word to array of Word as those are ment to be video buffer cells. 2024-09-11 06:48:59 +00:00
Margers
f0760bacc0 Ctrl-C in ide does not generate signal SIGINT (dos). 2024-09-11 06:47:07 +00:00
Margers
e945c65255 Remove redundant ctrl-c enable and disable. 2024-09-11 06:47:07 +00:00
Margers
359d23e595 Properly mirror InitEnhancedVideo with DoneEnhancedVideo in FV. 2024-09-11 06:46:15 +00:00
Margers
bc7c288703 Save and restore user screen original cursor position for every unix terminal not only xterm 2024-09-11 06:45:24 +00:00
Margers
9c3a66930c Message box have to draw some blank lines. 2024-09-11 06:43:53 +00:00
Margers
8ff73efe32 On return to IDE screen resize IDEapp if needed (Unix). 2024-09-11 06:43:15 +00:00
Michaël Van Canneyt
a20c83fdfb * Delphi compatibility improvements 2024-09-10 18:13:42 +02:00
Michaël Van Canneyt
cc15c3c2de * Regexp for wasm (using browser API) 2024-09-10 16:52:02 +02:00
Michaël Van Canneyt
1084346b00 * Allow to set lastindex 2024-09-10 16:52:02 +02:00
mattias
af206dfecd fcl-js: escape unicode whitespaces in string literals 2024-09-10 10:28:45 +02:00
mattias
1a3d651cfb pastojs: fixed else modeswitch 2024-09-10 10:26:56 +02:00
Michaël Van Canneyt
9600b5276a * Add license header 2024-09-08 10:56:24 +02:00
Michaël Van Canneyt
c0d6efaada * Rename some identifiers to be more unique. Fixes issue #40915 2024-09-08 10:47:14 +02:00
Michaël Van Canneyt
46a9fcc5f9 * Regexp support for wasm target 2024-09-07 23:46:17 +02:00
Michaël Van Canneyt
51fdff0e7f * Webassembly websocket support and demo 2024-09-07 11:36:35 +02:00
Michaël Van Canneyt
cd13d5bb3a * Patch from Iluha Companets to avoid crash when registry XML file is empty. Fixes issue #40912 2024-09-04 14:34:23 +02:00
Margers
28aaa672a1 Indent block when Persistent blocks are off 2024-09-04 12:28:22 +00:00
Margers
517123899a Revert "to be reverted utf8 char mishmash"
This reverts commit 471a735fe6
2024-09-04 09:40:48 +00:00
Margers
91d9c3286a Reintroduce Microsoft copy/paste keys for Input Lines 2024-09-04 09:32:34 +00:00
Margers
471a735fe6 to be reverted utf8 char mishmash 2024-09-04 09:24:46 +00:00
Michael Van Canneyt
8b0ed99fbc Revert "Microsoft copy/paste keys for Input Lines"
This reverts commit 660836e027
2024-09-04 09:03:47 +00:00
Margers
a1fad6bfc0 Revert: do not lowercase executable names in Unix systems. 2024-09-04 08:53:39 +00:00
Margers
b3d44a9da2 more elegant way to preserve original exe name 2024-09-04 08:53:39 +00:00
Margers
528ff51a8f Opening same file in a second window don't destroy any changes 2024-09-04 08:51:25 +00:00
Margers
31bc7c4054 On exit ask for changes to save if one file open in two windows. 2024-09-04 08:34:51 +00:00
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