Posts: 1,031
Threads: 246
Joined: Jul 2022
Sometimes there are black borders visible on the right and bottom sides of the panel, as shown in the screenshot below.
Is there a command similar to a soft restart like QM(
shutdown -2)? This would be very useful. Linqpad has also added it for releasing memory and solving some strange minor issues.
https://i.ibb.co/68K5ks7/err.png
Posts: 12,071
Threads: 140
Joined: Dec 2002
Quote:Sometimes there are black borders visible on the right and bottom sides of the panel, as shown in the screenshot below.
I can't reproduce and fix it. Maybe depends on hardware.
Quote:Is there a command similar to a soft restart like QM(shutdown -2)?
// script ""
/*/ role editorExtension; testInternal Au.Editor; r Au.Editor.dll; /*/
App.Restart();
Posts: 1,031
Threads: 246
Joined: Jul 2022
03-22-2024, 09:27 PM
(This post was last modified: 03-22-2024, 09:28 PM by Davider.)
Regarding the black border issue mentioned in
#62,
https://i.ibb.co/68K5ks7/err.png
the issue in the following image seems to be similar. Unidentified characters appear on the right side of the scrollbar.
Both issues occur frequently and randomly.
https://i.ibb.co/FnhRHSZ/a.gif
Posts: 12,071
Threads: 140
Joined: Dec 2002
Let this script run when LA stars. Eg add it to the list of startup scripts in
Options > Workspace.
/*/ role editorExtension; /*/
using System.Windows.Interop;
using System.Windows.Media;
RenderOptions.ProcessRenderMode = RenderMode.SoftwareOnly;
Posts: 1,031
Threads: 246
Joined: Jul 2022
Posts: 1,031
Threads: 246
Joined: Jul 2022
03-28-2024, 01:42 AM
(This post was last modified: 03-28-2024, 01:52 AM by Davider.)
After several days of testing, many minor issues have disappeared.
Can the above functionality be added as a checkbox option under Options --> Other ?
□ Soft RenderMode
Posts: 12,071
Threads: 140
Joined: Dec 2002
Next LA always uses this mode.