Hi,

> Perhaps I should just be contented
with caf+c, caf+o working and leave caf+d aside. Thank you very much.

Or you could learn about lua pattern matching and fix it yourself ;)
http://www.lua.org/manual/5.1/manual.html#5.4.1

Take care,
-Mitchell;

[EMAIL PROTECTED] <mailto:<!--AID_FROMADDRESS_BEGIN-->[EMAIL PROTECTED]<!--AID_FROMADDRESS_END-->>
2007-06-13

    ----- Original Message -----
    *From: *mitchell <mailto:[EMAIL PROTECTED]>
    *To: *scite-interest <mailto:[email protected]>
    *Sent: *2007-06-13, 13:36:51
    *Subject: *[scite] Re: file_browser.lua in SciTE=tools

    Hi,

     > 2007-04-06 17:49 195 My-PC\instanton Readme.txt

    The date format is different from mine. I have '/'s instead of '-'s.

    On line 147, instead of
      '^([%d/]+%s%s[%d:]+%s[AP]M)%s+([%d,]+)'
    it can be
      '^([%d-]+%s%s[%d:]+%s[AP]M)%s+([%d,]+)'
                   ^change

    Like I said, I have it working for my machine ;)

    -Mitchell;

    _______________________________________________
    Scite-interest mailing list
    [email protected] <mailto: [email protected]>
    http://mailman.lyra.org/mailman/listinfo/scite-interest


------------------------------------------------------------------------

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to