Re: PSPad 5.0 future [68097]

2017-03-07 Tema obsahu Jan Fiala
_Batch CP conversion_ OK. I think Encoding menu will be good place for batch encoding conversion I don't replace original files during conversion, but folder with .OUT suffix on the same level as original folder is created and converted files are stored into same directory structure there. It

Feature request: horizontal scrolling with shift+mousewheel [68096]

2017-03-07 Tema obsahu zbycz
Hi, its kind of a standard nowadays that windows aplications can scroll its window horizontally using Shift + Mouse Wheel. I would be happy for the addition .. dontation expected ;) Btw, til today I have used the version from 2006, and I am still happy with it. You have made a briliant software!

Re: delete five character of the end of line [68095]

2017-03-07 Tema obsahu Stefan
FROM: 123456789012345 12345678 TO: 1234567890 123 USE e.g.: Search: (.+).$ Replace: $1 [x]Regular expressions - - - For Regular Expressions syntax see http://gogogadgetscott.info/pspad/regexpr.htm . any character in line + one or more $ end of line Subexpressions $1 .

Re: delete five character of the end of line [68094]

2017-03-07 Tema obsahu Jan Fiala
Use regular expressions in Find/Replace dialog: search: ^(.*).{5,5}$ replace: $1 [x]Regular expressions $1 is substitution for first part in bracket You search for anything of any length from the begin of line in the first part and last any chars from the end in the second part of expression You

delete five character of the end of line [68093]

2017-03-07 Tema obsahu Angel Torres
I have a txt file with many lines ending in different character of lenght 5 I wish to delete the five characters in each line How can I do that ? Best Regards -- Nice program indeed http://ingenierostenerife.blogspot.com.es http://peritostenerife.wordpress.com

Re: PSPad 5.0 future [68092]

2017-03-07 Tema obsahu Ilya Ginzburg
Stefan: Have you checked (o) Remember Last Directory Sure. Some info: 1. The PSPad's folder located at D:\ 2. PSDad.INI is located