From 5ded9cba8563f336939400303d6a841d5089b107 Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 7 Nov 2011 19:52:18 -0300 Subject: renaming from gedit to pluma --- plugins/snippets/data/Makefile.am | 2 +- plugins/snippets/data/c.xml | 4 +-- plugins/snippets/data/chdr.xml | 4 +-- plugins/snippets/data/cpp.xml | 4 +-- plugins/snippets/data/docbook.xml | 4 +-- plugins/snippets/data/html.xml | 8 ++--- plugins/snippets/data/java.xml | 2 +- plugins/snippets/data/lang/Makefile.am | 2 +- plugins/snippets/data/latex.xml | 2 +- plugins/snippets/data/python.xml | 4 +-- plugins/snippets/data/snippets.xml | 56 +++++++++++++++++----------------- plugins/snippets/data/xslt.xml | 4 +-- 12 files changed, 48 insertions(+), 48 deletions(-) (limited to 'plugins/snippets/data') diff --git a/plugins/snippets/data/Makefile.am b/plugins/snippets/data/Makefile.am index 8ec40419..0859f602 100755 --- a/plugins/snippets/data/Makefile.am +++ b/plugins/snippets/data/Makefile.am @@ -26,7 +26,7 @@ snippets_DATA = \ xml.xml \ xslt.xml -snippetsdir = $(GEDIT_PLUGINS_DATA_DIR)/snippets +snippetsdir = $(PLUMA_PLUGINS_DATA_DIR)/snippets EXTRA_DIST = $(snippets_DATA) diff --git a/plugins/snippets/data/c.xml b/plugins/snippets/data/c.xml index 61171cb8..60188bd3 100755 --- a/plugins/snippets/data/c.xml +++ b/plugins/snippets/data/c.xml @@ -2,7 +2,7 @@ ]} + * ${1:[$PLUMA_CURRENT_DOCUMENT_NAME,]} * This file is part of ${2:} * * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4: @@ -34,7 +34,7 @@ $0]]> ]} + * ${1:[$PLUMA_CURRENT_DOCUMENT_NAME,]} * This file is part of ${2:} * * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4: diff --git a/plugins/snippets/data/chdr.xml b/plugins/snippets/data/chdr.xml index f71ea901..b88f2274 100755 --- a/plugins/snippets/data/chdr.xml +++ b/plugins/snippets/data/chdr.xml @@ -34,7 +34,7 @@ $0]]> ]} + * ${1:[$PLUMA_CURRENT_DOCUMENT_NAME,]} * This file is part of ${2:} * * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4: @@ -66,7 +66,7 @@ $0]]> ]} + * ${1:[$PLUMA_CURRENT_DOCUMENT_NAME,]} * This file is part of ${2:} * * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4: diff --git a/plugins/snippets/data/cpp.xml b/plugins/snippets/data/cpp.xml index 7c7ccabd..e514a3e3 100755 --- a/plugins/snippets/data/cpp.xml +++ b/plugins/snippets/data/cpp.xml @@ -105,7 +105,7 @@ $0]]> ]} + * ${1:[$PLUMA_CURRENT_DOCUMENT_NAME,]} * This file is part of ${2:} * * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4: @@ -137,7 +137,7 @@ except KeyError: ]} + * ${1:[$PLUMA_CURRENT_DOCUMENT_NAME,]} * This file is part of ${2:} * * Copyright (C) $<3: import datetime; return str(datetime.date.today().year)> - $<4: diff --git a/plugins/snippets/data/docbook.xml b/plugins/snippets/data/docbook.xml index 3159b603..8a96a059 100755 --- a/plugins/snippets/data/docbook.xml +++ b/plugins/snippets/data/docbook.xml @@ -34,13 +34,13 @@ - $GEDIT_SELECTED_TEXT]]> + $PLUMA_SELECTED_TEXT]]> application application tag - $GEDIT_SELECTED_TEXT]]> + $PLUMA_SELECTED_TEXT]]> enclose enclose selected text diff --git a/plugins/snippets/data/html.xml b/plugins/snippets/data/html.xml index d294f934..3c35e599 100755 --- a/plugins/snippets/data/html.xml +++ b/plugins/snippets/data/html.xml @@ -54,14 +54,14 @@ $0]]> Date - ${2:$GEDIT_SELECTED_TEXT} + ${2:$PLUMA_SELECTED_TEXT} ]]> l]]> Wrap Selection as Link ref - $GEDIT_SELECTED_TEXT]]> + $PLUMA_SELECTED_TEXT]]> w]]> Wrap Selection in Open/Close Tag @@ -96,7 +96,7 @@ $0]]> - ${0:$GEDIT_SELECTED_TEXT} + ${0:$PLUMA_SELECTED_TEXT} ]]> Div div @@ -117,7 +117,7 @@ $0]]> form - ${3:$GEDIT_SELECTED_TEXT} + ${3:$PLUMA_SELECTED_TEXT} $0]]> Heading h diff --git a/plugins/snippets/data/java.xml b/plugins/snippets/data/java.xml index 043a5dd3..fce31859 100755 --- a/plugins/snippets/data/java.xml +++ b/plugins/snippets/data/java.xml @@ -69,7 +69,7 @@ $0 - + w]]> Wrap Selection in Command diff --git a/plugins/snippets/data/python.xml b/plugins/snippets/data/python.xml index a25617b8..3829c3a0 100755 --- a/plugins/snippets/data/python.xml +++ b/plugins/snippets/data/python.xml @@ -74,12 +74,12 @@ $0]]> while loop - + 2]]> Inside String: Insert "…" - + apostrophe]]> Inside String: Insert '…' diff --git a/plugins/snippets/data/snippets.xml b/plugins/snippets/data/snippets.xml index ee405e6d..2718461b 100755 --- a/plugins/snippets/data/snippets.xml +++ b/plugins/snippets/data/snippets.xml @@ -26,73 +26,73 @@ regex - - Gedit Current Document Path Variable + + Pluma Current Document Path Variable $ - - Gedit Current Document Name Variable + + Pluma Current Document Name Variable $ - - Gedit Current Document Uri Variable + + Pluma Current Document Uri Variable $ - - Gedit Current Document Scheme Variable + + Pluma Current Document Scheme Variable $ - - Gedit Current Document Type Variable + + Pluma Current Document Type Variable $ - - Gedit Documents Uri Variable + + Pluma Documents Uri Variable $ - - Gedit Documents Path Variable + + Pluma Documents Path Variable $ - - Gedit Selected Text Variable + + Pluma Selected Text Variable $ - - Gedit Current Word Variable + + Pluma Current Word Variable $ - - Gedit Current Line Variable + + Pluma Current Line Variable $ - - Gedit Current Line Number Variable + + Pluma Current Line Number Variable $ - - Gedit Drop Filename Variable + + Pluma Drop Filename Variable $ - - Gedit Drop Relative Filename Variable + + Pluma Drop Relative Filename Variable $ - - Gedit Drop Mime Type Variable + + Pluma Drop Mime Type Variable $ diff --git a/plugins/snippets/data/xslt.xml b/plugins/snippets/data/xslt.xml index 0ff5cc15..9a470b18 100755 --- a/plugins/snippets/data/xslt.xml +++ b/plugins/snippets/data/xslt.xml @@ -103,13 +103,13 @@ $0]]> attr - ${1:$GEDIT_SELECTED_TEXT} + ${1:$PLUMA_SELECTED_TEXT} ]]> Text text - ${1:$GEDIT_SELECTED_TEXT} + ${1:$PLUMA_SELECTED_TEXT} ]]> Comment comment -- cgit v1.2.1