Hi I use PSPad to edit mainly .ini and html/css files... so I use a lot comments in these files to remember what I'm working on.
However everytime at the end I've to manually remove all comments from the file (and this is a huge job) ... I tryed the S&R feature of PSPad but, even with regular expressions, it seems is not possible remove comments with it In UltraEdit instead I can remove all comments using th simple _%;*%_ regular expression (% = start line regular expression, ; = the first character of the line in the comments in INI files, * = every character except newline) So, if you have a file like this: [Version] File Version=2 ; here all metadata [Info] Name=xxx Description=xxx Author=xxx ; some comment ; other comment [New section] With UltraEdit you can clean the whole file with a single command So here is my request: can you add the _*_ regular expression to PSPad so I can get rid of UltraEdit? (taht I use only for this) Thanks in advance :) -- <http://forum.pspad.com/read.php?2,58106,58106> PSPad freeware editor http://www.pspad.com
