Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Help the translator.. please. (help needed creating little script to remove lines)
Vaz
New
Hi guys,
I'm in the process of translating Vanilla into Punjabi Phonetic. It's taking yearrss but I've done half. I never thought it would be such back breaking work (or should I say finger breaking?).
Anyway - I've been marking the origional sentence with // in the front to comment it out. Then replicating the line with the translated text.
I know that at one point I will have to go back and remove all the commented out lines (to save space). It would be a great favour if somebody could perhaps quickly code a script which will delete the lines marked with //.
Thank you.
- Vaz
0
This discussion has been closed.
Comments
^\s*//.*\n$
This works fine with jEdit, and I guess it will work with others too.
The Search menu will lead you to "Find..." and "Search in Open Buffers...". Open Buffers is the one you need if you have several files.
Anyway, it's an option in the search dialog box.
Be sure tick Regular Expression.
Remember: jEdit becomes really really great with some plugins. Else you have a simple notepad.
I guess Mini would have given you a neat sed command. But this can be achieved with Cygwin too.