Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/06/2022 in all areas

  1. Jos

    2022 updates for Autoit

    The included SciTE4AutoIt3 editor in the AutoIt3 installer was an attempt at the time to give a nice basic editor for scripting for any new scripter, without having to install anything else. I mainly maintain our SciTE version and the separate SciTE4Autoit3 installer and am considering the options to stop the separate installer in favor of an editor like VSC, as that to me is much nicer than SciTE without it being very difficult to setup. Any option is open to me.
    1 point
  2. Jos

    2022 updates for Autoit

    That's fine for professionals, which for obvious reasons is not the focal group for this website. I use both the Free version of Visual Studio, for SciTE4AutoIt3 development and other projects I work on as hobbyist, and use VSCODE together with PlatformIO for development of ESP32/ESP8266 projects and must say that VSCODE is a pretty nice free editor that will do quite well for the majority of our audience. So maybe you really need to think about what you post before burping your expert opinion in these thread. ... but hey .... who am I to say all of this as I am indeed a simple hobbyist.
    1 point
  3. jimmy123j, This seems to do the trick: $sString_1 = "ABC12+ABC34-AB5>CD60=CD50" $sString_2 = StringRegExpReplace($sString_1, "(\W)", " $1 ") ConsoleWrite($sString_2 & @CRLF) $sString_1 = "<TD> BKColor=#FF12BC TextColor=#ACF9F9 <span> ABC > ???? </span> > A15F </TD>" $sString_2 = StringRegExpReplace($sString_1, "^(.*> >).*(</TD>)$", "$1 123456 $2") ConsoleWrite($sString_2 & @CRLF) Please ask if you have any questions. M23
    1 point
  4. https://www.py4u.net/discuss/17921 Answer #3: In My case it worked without any code modification,Just need to disabled the Chrome pdf viewer Here are the steps to disable it Go into Chrome Settings Scroll to the bottom click on Advanced Under Privacy And Security - Click on "Site Settings" Scroll to PDF Documents Enable "Download PDF files instead of automatically opening them in Chrome"
    1 point
  5. Whatever floats your boat. If it works for you great. I just know that vs code is a pita to get setup and working. That can be a major turn off to rookie devs. I just know that VS just works out of the box. That's all I care about I just want it to work. Not to mention it has exponentially more features and tools.
    0 points
  6. 0 points
  7. @Danp2 How to disable UDF version check,i can not connect to the internet,so it just put me the error message:_WD_IsLatestRelease: General Error
    0 points
×
×
  • Create New...