67 Commits

Author SHA1 Message Date
Martijn Laan
495fcfde1d
Handle Alt+R conflict just like VSCode. And make it Ctrl+Alt+R when using classic menu keys. 2024-08-28 15:04:59 +02:00
Martijn Laan
1edf17c8b5
Add small panel to indicate FindRegEx state. 2024-08-23 09:24:36 +02:00
Martijn Laan
4478e22230
Redo UpdatePanel's color because of color-hex.com's grayness issue. 2024-08-23 08:16:14 +02:00
Martijn Laan
048a1a8df9
Added shortcut to add cursors to line ends (Shift+Alt+I). 2024-08-14 12:27:02 +02:00
Martijn Laan
d19b426ddb
Clarify UpdateBevel1Visibility. 2024-08-14 09:21:33 +02:00
Martijn Laan
d7c83df566
Add a donate (heart image) button to the panel and other little tweaks. 2024-08-12 17:34:14 +02:00
Martijn Laan
21134d1433
Make it show after updates till dismissed. 2024-08-12 16:10:49 +02:00
Martijn Laan
187e2bb0ab
Cleanup. 2024-08-12 15:56:20 +02:00
Martijn Laan
b1c2d70f3d
Add close button, based on NewTabSet's DrawCloseButton. Also auto-close on whatsnew open. 2024-08-11 16:24:08 +02:00
Martijn Laan
21693acd56
Merge branch 'main' into updatepanel 2024-08-11 16:01:25 +02:00
Martijn Laan
0af429b135
Fix 22309edc. Move the virtual image lists back into MainForm because otherwise they don't really work. From https://docwiki.embarcadero.com/RADStudio/Sydney/en/Supporting_high-DPI_images_with_the_Image_Collection_and_Virtual_ImageList_components under Best Practices:
"A TVirtualImageList should always be placed on a form, not a data module." Strange that it doesnt complain when you do this anyway :/

Also improve LightToolbarVirtualImageList: don't actually need design-time auto fill so turn it off in the form and instead on at run time.
2024-08-11 16:00:15 +02:00
Martijn Laan
4508d73841
Due to increased winget usage something is needed to inform users about whatsnew: add a panel which would always appear after an update. This adds the first bit. 2024-08-10 08:24:59 +02:00
Martijn Laan
22309edcc6
Move all the images inside IDE.MainForm.dfm to a new module. 2024-08-09 08:58:01 +02:00
Martijn Laan
c00990b64c
Mini move. 2024-08-08 20:50:58 +02:00
Martijn Laan
c094df1b0e Fix STATICCOMPILER and STATICPREPROC. 2024-08-07 14:26:52 +02:00
Martijn Laan
de7628c852
Support call tips for parameters like Format's Args array. I.o.w: don't count commas between square brackets. 2024-08-06 19:34:03 +02:00
Martijn Laan
6f51801a14
IDE.CompileForm -> IDE.MainForm. 2024-08-06 18:36:53 +02:00