Re: How to combine several regular expressions [69419]

2017-10-25 Tema obsahu Jan Fiala
Download 64b version of PSPad from developer forum and use function I mentioned in my previous answer -- PSPad freeware editor https://www.pspad.com

Re: The application freezes after selecting an option. [69418]

2017-10-25 Tema obsahu Jan Fiala
What PSPad version do you use? Can you send me your xhtml file to support mail? Jan -- PSPad freeware editor https://www.pspad.com

The application freezes after selecting an option. [69417]

2017-10-25 Tema obsahu maki
The application freezes after selecting an option: HTML Page Preview 58KB XHTML file -- PSPad freeware editor https://www.pspad.com

Re: How to combine several regular expressions [69416]

2017-10-25 Tema obsahu maki
But I need regex because I want to open "heavy file" in EmEditor 64-BIT (only this program opens big files, or with lots of HTML text) -- PSPad freeware editor https://www.pspad.com

Re: How to combine several regular expressions [69415]

2017-10-25 Tema obsahu Jan Fiala
Hello This is the right question. Yes, use function from the HTML menu - HTML / Conversion / Remove HTML tags. -- PSPad freeware editor https://www.pspad.com

Re: How to combine several regular expressions [69414]

2017-10-25 Tema obsahu maki

Re: filename [69413]

2017-10-25 Tema obsahu Jan Fiala
Hello I am afraid I don't fully understand what should be result of your problem. I am sorry, but I am not mind reader. Maybe there is other way and easier way how to do it. If you use any script, can you give here script code? -- PSPad freeware e

Re: How to combine several regular expressions [69412]

2017-10-25 Tema obsahu Andreas Burg
You also have to escape the slashes you are searching for. / => \/ -- PSPad freeware editor https://www.pspad.com

Re: filename [69411]

2017-10-25 Tema obsahu fb
Hallo, i testet the script on an other W7-PC and it works well. Occording google this error appears to other users also. But i don't understand to remove the problem. Its something with references in vb-system or similar. When there is a more stable solution to get the filename i would prefer thi

Re: filename [69410]

2017-10-25 Tema obsahu Vlastimil Brom
fb: in Skript doesn't work "Error: Line: 0 Pos: 0 Description:" How to do the other way? Hi, that error message seems a bit strange, it

Re: filename [69409]

2017-10-25 Tema obsahu fb
in Skript doesn't work "Error: Line: 0 Pos: 0 Description:" How to do the other way? -- PSPad freeware editor https://www.pspad.com

Re: How to combine several regular expressions [69408]

2017-10-25 Tema obsahu Jan Fiala
Hello pipe, the "|" symbol serves as OR operator. you can use form: (reg_expr1|reg_expr2|reg_expr3) put all your 3 reguler expression into one big, delimit it with pipe and enclose to round brackets -- PSPad freeware editor https://www.pspad.com

Re: filename [69407]

2017-10-25 Tema obsahu Jan Fiala
It depends where do you want to get it. In Code clips? you can use %FileName% variable In scripts? See help, there are examples -- PSPad freeware editor https://www.pspad.com

How to combine several regular expressions [69406]

2017-10-25 Tema obsahu maki

filename [69405]

2017-10-25 Tema obsahu fb
hallo, how to get the flename of loaded file? thank you, frank -- PSPad freeware editor https://www.pspad.com