Eric Bouyoux
2009-09-08 07:14:07 UTC
Hi,
The title is not very explicit. Let's have an example.
My file contains :
module toto ;
... (1000 lines of code)
endmodule
I want to remove all lines between "module toto" and "endmodule".
One possibility is to select all lines between the 2 keywords and to
remove them. But how can I do this automaticaly ?
I tried with the replace function and the following reg exp but it
didn't work (^module.+endmodule).
Regards.
Eric Bouyoux.
The title is not very explicit. Let's have an example.
My file contains :
module toto ;
... (1000 lines of code)
endmodule
I want to remove all lines between "module toto" and "endmodule".
One possibility is to select all lines between the 2 keywords and to
remove them. But how can I do this automaticaly ?
I tried with the replace function and the following reg exp but it
didn't work (^module.+endmodule).
Regards.
Eric Bouyoux.
--
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss
NEdit Discuss mailing list - Discuss-***@public.gmane.org
http://www.nedit.org/mailman/listinfo/discuss