Tapatalk

Webtools (Preview)

Webtools (Preview)

5
NewbieNewbie
5

Post19:53 - Apr 24#1

Hi!
How can I edit the Webtools (Preview) list?
UltraEdit_ue.ini - 1default - Ul.jpg (22.35KiB)

6,823625
Grand MasterGrand Master
6,823625

Post13:13 - Apr 25#2

Open the HTML file %APPDATA%\IDMComp\UltraEdit\plugins\WebTools\WebTools.html respectively for UEStudio %APPDATA%\IDMComp\UEStudio\plugins\WebTools\WebTools.html and modify the JavaScript block:

Code: Select all

    const initialUrls = [
      "https://regex101.com",
      "https://chatgpt.com",
      "https://github.com",
      "https://www.w3schools.com/",
      "https://www.google.com/",
      "https://www.ultraedit.com/blog/"
    ];
The plugin WebTools is in UltraEdit for Windows and UEStudio version 2025.2.0.24 just a preview which means not yet fully implemented.

1

Post9:50 - May 06#3

Thank you, you saved my day.