Changing [%d/] into [%/d-] doesn't work. Making no changes in file_browser.lua 
while changing the system date format to yyyy/mm/dd doesn't solve the problem 
either. Perhaps I should just be contented with caf+c, caf+o working and leave 
caf+d aside. Thank you very much.

[EMAIL PROTECTED]
2007-06-13 
----- Original Message ----- 
From: mitchell 
To: scite-interest 
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]
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