Author Topic: Live Errors: How often does it run?  (Read 1068 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Live Errors: How often does it run?
« on: July 31, 2020, 08:34:45 PM »
I changed my LiveErrors for Python to use my "PyLint3" profile by default.
So far, using PROCMON, I can't get Slick to actually run "C:\Program Files\Python38\Scripts\pylint.exe"

Before I changed the default profile to Pylint3, Slick was running C:\Python27\Scripts\pylint.exe, from the first profile, pylint.

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Re: Live Errors: How often does it run?
« Reply #1 on: July 31, 2020, 08:51:30 PM »
Slick can't handle having spaces in the path to the live error checker.
So, C:\Program files\Python38\...
wont work.
Slick ends up doing a  bunch of
1:49:11.7913356 PM   vs.exe   17636   QueryDirectory   C:\Program.*   NO SUCH FILE   Filter: Program.*
operations and doesn't even attempt to start the pylint process.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Live Errors: How often does it run?
« Reply #2 on: August 01, 2020, 02:33:50 PM »
I'll take a look.  It should be trying to quote the exe, but I must have introduced a bug.   Thanks for the report.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Live Errors: How often does it run?
« Reply #3 on: August 03, 2020, 05:25:44 PM »
That was a dumb mistake, fixed for the next beta.    Thanks for the report.