Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about QM3 Some suggestions
#61
The translated file comes from the following link. Previous versions were located in the installation folder of LA. Most of the text I translated is comments in the code, as shown in the figure below.
https://github.com/qgindi/LibreAutomate/...book/files

https://i.ibb.co/R3BPW80/abc.png
#62
In next LA a script that can intercept and replace recipe text. Example:

Code:
Copy      Help
// script ""
/*/ role editorExtension; testInternal Au.Editor; r Au.Editor.dll; /*/

EditorExtension.WindowReady += () => {
    Panels.Recipe.OpeningRecipe = e => {
        print.it(e.name); //recipe name
        print.it(e.parts); //recipe parts (text, code, text, code...)
    };
};

I tested it with Google Translate. The script works well, translates almost instantly. However the translation quality is bad. Many words are translated incorrectly. ChatGPT just slightly better.
#63
I tried using chatGPT for translation, and the results were excellent.
Machine translation may have some errors, manually correct them when errors are found.
Idea If there is a folder with the same name as cookbook.db in the installation directory, the articles in that folder will be prioritized for display in LA.
#64
In LA 1.1 already possible to intercept and replace cookbook recipe text.

https://www.libreautomate.com/forum/show...p?tid=7592
#65
#20
After connecting my high-resolution laptop to a desktop via Remote Desktop, the text cursor position in PowerShell ISE has shifted, and additionally, the editing options in the right-click menu are inaccessible.
https://i.ibb.co/zHDVL63/1.gif
#66
#21 Bug
When capturing controls using Ctrl+Shift+E in Google Chrome, the error shown in the figure below often occurs, leading to LA crashing and exiting.
https://i.ibb.co/xzLfycW/33.png
#67
Does it happen when closing the Find UI element window? I noticed it recently too. It's a WPF bug, and I'm trying to find a workaround.
#68
Quote:Does it happen when closing the Find UI elementwindow?

YES

#62 post
The black box often appears, which shouldn't be a hardware issue. Whenever I drag the right border to change its width, the black box disappears
#69
#22 Enhanced Functionality:
In the options panel, add an option: automatically format when pasting code, press Ctrl+z to revert to the unformatted code.
#70
#23 
The combination Ctrl+Shift+E is pressed to open multiple capture element dialog boxes. It should be only one?
#71
Multiple.
#72
#24
Quote:Start hidden; hide when closing
https://i.ibb.co/JHJn5Ts/A.png

Can this option be split into two?
I need: When clicking the close button of LA, minimize to the icon in the bottom right corner instead of exiting the LA program.
#73
24 - start LA with command line /v
https://www.libreautomate.com/editor/Com...0line.html
#74
#25
Clicking on the output folder link in the output pane will continuously open new windows.
Suggestion: If the window is already open, simply activate it instead.
https://i.ibb.co/YBmVsWc/1.png

#26
How to localize the prompt text below the dialog?
https://i.ibb.co/TKB09k7/A.gif
For a simple message box: Is it possible to add properties for the width and height of the dialog, and resizable properties?
Additionally, the text inside the message box should allow for selecting portions of text and right-clicking to copy.

These functionalities can be very useful in certain situations.
#75
#27
Suggestion: When manually adjusting the height of the information output column to two lines of text, the control information will automatically be displayed on the right side of the first line, similar to QM.
https://i.ibb.co/ctpyYSg/A.png
#76
27. In next LA: right-click in the Mouse panel and check Single line.
#77
Display all on a single line? Two lines might be more appropriate
#78
More lines if need to wrap.
#79
26. In next LA:

Code:
Copy      Help
dialog.options.timeoutTextFormat = "Užsidarom po {0} s.";
dialog.show("", secondsTimeout: 5);

dialog.options.timeoutActionTextFormat = "Tada: {0}.";
var d = new dialog();
d.SetTimeout(5, "bus blogai");
d.ShowDialog();

Resizable, selection, etc - no.
#80
The text font size in the dialog box is too large, and the width is a bit narrow. The following image shows a comparison between QM and LA.
https://i.ibb.co/7SvjT2r/waw.png
 
Quote:dialog.options.timeoutTextFormat = "Užsidarom po {0} s.";
dialog.show("", secondsTimeout: 5);
It would be better if the parameters above could be changed within a single line of code's properties, as it's less convenient within multiple lines of code.
#81
The message box of QM will automatically adjust the width of the dialog box based on the amount of text in it.
In comparison, as shown in the figure below, the font size of the text in the LA message box is too large, and the dialog box width is not automatically adjusted, while the text of QM is relatively smaller, making it more appropriate to take the font size between them.
https://i.ibb.co/9rKgSpg/B.png
https://i.ibb.co/PmhYKZw/C.png
#82
It's a limitation of the Windows TaskDialog API.
The large-font text should be short. Place long text in the small text field (parameter text2).
Also there is a flag to make the window wider.
#83
thank you! Got it done!
#84
#28
The generated EXE file cannot start if the file name is modified (DLL file name is also changed accordingly). Is there a solution for this?
#85
Don't rename dlls.
#86
#29
When no text is selected, clicking the copy button will copy all text in the output pane.
https://i.ibb.co/CHgcL3j/A.png
#87
#30
In the new menu, support for adding Markdown files is provided.
https://i.ibb.co/7RgTN4g/MD.png
It would be even better if simple syntax highlighting is supported. Markdown is very popular, and this way, syncing MD files to a GitHub repository would be very convenient.
#88
"New text file" means "any file". In file name replace txt with md.
#89
It would be better if there were syntax coloring. It seems SCI has many syntax coloring templates for programming languages.

it is indeed very practical. Languages like PowerShell, Markdown, Python, etc.
#90
#31
When the EXE icon is not set, is the displayed image different from the original script icon? Is this normal?
https://i.ibb.co/gDM9sZ0/A.png


Forum Jump:


Users browsing this thread: 1 Guest(s)