Yeebn Liang

Results 3 comments of Yeebn Liang

I have a similar problem. My solution is using a *SCRIPT Macro*. @sunderme ,@wujastyk ,@FriendsAtDawn ```JavaScript %SCRIPT dlg = new UniversalInputDialog(['Regular.*Pattern', 'RegPat'], ['g', 'ReFlag'], ['ReplaceAs', 'ReplaceAs']); if ( dlg.exec() ==...

My txs runs in this way: ![image](https://github.com/texstudio-org/texstudio/assets/104572352/5979b5cd-f7dc-4cad-a8d8-64d0983d2980) I run txs in Win10. Did you try it? What is your OS?MacOS or Linux. Maybe there is a bug, you can ask...

Don't be sad. I have plan B. Seems that you have problem with `UniversalInputDialog` in Ununtu. `UniversalInputDialog` is nothing more than an API for interactions (Passing Regular parameters). You can...