Author Topic: [0.35.1] Missing last character in filename.  (Read 5553 times)

Offline Hakan

  • Contributor
  • ***
  • Posts: 10
[0.35.1] Missing last character in filename.
« on: February 07, 2011, 12:07:53 AM »
See screenshot below. The list is in 'filename mode' and misses the last character of the file extension.



Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: [0.35.1] Missing last character in filename.
« Reply #1 on: February 07, 2011, 12:44:47 AM »
Strange, works perfectly fine here even with the example given.

Edit: ah, i see the probem with the other posted version, another fiddly header to regex. You can change the regex pattern for yourself in: misc\filemoderegex.txt

This isn't really a bug as such.
« Last Edit: February 07, 2011, 12:52:42 AM by Hecks »

Offline Hakan

  • Contributor
  • ***
  • Posts: 10
Re: [0.35.1] Missing last character in filename.
« Reply #2 on: February 08, 2011, 03:00:40 AM »
Aha gonna try that, tnx. Never changed any setting manually outside the program.
« Last Edit: February 08, 2011, 03:02:53 AM by Hakan »

Offline Rdl

  • Administrator
  • *****
  • Posts: 3918
Re: [0.35.1] Missing last character in filename.
« Reply #3 on: February 16, 2011, 08:26:43 PM »
This is a bug inside the software and cannot be fixed with "filemoderegex.txt" file.

It's fixed now, internal regex is also improved and since I haven't seen anyone improving it - I've removed use of regex from "misc\filemoderegex.txt"

Offline Hecks

  • Contributor
  • ***
  • Posts: 2011
  • naughty cop
Re: [0.35.1] Missing last character in filename.
« Reply #4 on: February 16, 2011, 08:34:24 PM »
That explains why I couldn't find a regex that would work for that (apart from my shitty skillz) ;)