[bin] Added a new script odfGrep.py that allows to search for some pattern within odt and ods files.

This commit is contained in:
Gaetan Delannay 2013-04-03 13:10:23 +02:00
parent 4e09a40807
commit 2869d0382f
2 changed files with 78 additions and 3 deletions

View file

@ -6,10 +6,9 @@ CKEDITOR.editorConfig = function(config) {
config.toolbar = 'Appy';
config.toolbar_Appy = [
{ name: 'basicstyles',
items: ["Format", "Bold", "Italic", "Underline", "Strike",
"Subscript", "Superscript", "RemoveFormat"]},
items: ["Bold", "Italic", "Underline"]},
{ name: 'paragraph',
items: ["NumberedList","BulletedList"]},
items: ["NumberedList","BulletedList","Outdent","Indent"]},
{ name: 'clipboard',
items: ["Cut","Copy","Paste","PasteText","Undo","Redo"]},
{ name: 'editing', items: ["Scayt"]},