Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about QM3 Some suggestions
#91
Normal.
#92
#32 When pasting code, using lines are not cleaned up
https://i.ibb.co/mRHHtgg/LA.gif
#93
#33
After setting the font, clicking the apply button resulted in the following error. The error did not occur again after reattempting.
https://i.ibb.co/QXc2GFF/Err.png
#94
Fixed. It happens if Recipe panel still not created (was never visible) when changing font.
#95
https://www.libreautomate.com/forum/show...1#pid37571

If it could be condensed into one line of code, it would seem more convenient

    dialog.options.timeoutTextFormat = "倒计时 {0} 秒后对话框将关闭";
    dialog.show(r, secondsTimeout: 6);
TO:
    dialog.show(r, secondsTimeout: 6, timeoutText: "倒计时 {0} 秒后对话框将关闭");
#96
#34
If the HTTP server is running, when I click the compile button again, the generated files will be as shown in the image below.
https://i.ibb.co/Yb5qsC1/AAA.png

I need to stop it first and then click the compile button again. It would be better if the stop operation could be executed automatically.
#97
I guess the dll'1 etc are the old files. The compiler renames them (because can't replace while they are used), and later deletes when/if possible.
#98
There are some related issues... so I strongly suggest:
when clicking the compile button, if any scripts related to compilation are running, automatically stop these scripts, then compile, and finally restart the previously stopped scripts.
#99
Many times, after I enter a code snippet abbreviation and press the tab key, nothing happens. I need to enter the abbreviation again.

The built-in abbreviations in LA also have the same issue, such as: pi, pc...
Can a separate option be added as shown in the figure below?  
I don't want to hide it when starting LA, but I need the LA icon to appear in the bottom right corner when closing the LA window.
https://i.ibb.co/MBs79JS/A.png
Let it be checked, and start LA like
Au.Editor.exe /v
Quote:Au.Editor.exe /v
For this, I had to create a bat file, which is not convenient.
Quote:For this, I had to create a bat file

Why not .lnk shortcut?
Another way. In a startup script:

Code:
Copy      Help
    ScriptEditor.ShowMainWindow(true);
Next LA will have this option.
thank you!


Forum Jump:


Users browsing this thread: 3 Guest(s)