#18
Great, LA is becoming more powerful and now supports debug execution. I have some suggestions:
1. When debugging, automatically hide the panel on the right temporarily, as indicated by the red rectangle in the following image.
2. After executing the code below, some non-English characters printed to the output panel appear as garbled text, as indicated by the black arrow in the image.
https://i.ibb.co/7VLZ4cV/err.png
other places
https://i.ibb.co/Rz2M80m/ac.png
3.The font size of the text in the menu bar seems a bit small. Increasing the font size a bit would be more suitable.
https://i.ibb.co/x5BqfCV/b.png
#19
In the new version of LA, when using F2 for renaming, the input method's suggestion text is not positioned below the cursor insertion point but rather at the top-left corner of the screen. This issue was not present in the previous old versions, and it also displays correctly in QM.
https://i.ibb.co/tBCf36s/c.png
Great, LA is becoming more powerful and now supports debug execution. I have some suggestions:
1. When debugging, automatically hide the panel on the right temporarily, as indicated by the red rectangle in the following image.
2. After executing the code below, some non-English characters printed to the output panel appear as garbled text, as indicated by the black arrow in the image.
https://i.ibb.co/7VLZ4cV/err.png
other places
https://i.ibb.co/Rz2M80m/ac.png
3.The font size of the text in the menu bar seems a bit small. Increasing the font size a bit would be more suitable.
https://i.ibb.co/x5BqfCV/b.png
// script ""
//.
script.setup(trayIcon: true, sleepExit: true);
//..
using var c = new consoleProcess("cmd");
c.Write("wmic logicaldisk where \"VolumeName='C'\" assoc:value /RESULTCLASS:Win32_DiskPartition | findstr /i \"diskindex\"");
var a = c.Prompt("C:*>", "exit");
print.it(a);
#19
In the new version of LA, when using F2 for renaming, the input method's suggestion text is not positioned below the cursor insertion point but rather at the top-left corner of the screen. This issue was not present in the previous old versions, and it also displays correctly in QM.
https://i.ibb.co/tBCf36s/c.png