diff --git a/plugins/ace-editor/README.txt b/plugins/ace-editor/README.txt new file mode 100644 index 0000000..2e8c669 --- /dev/null +++ b/plugins/ace-editor/README.txt @@ -0,0 +1,2 @@ +### Note +TBD diff --git a/plugins/README.txt b/plugins/gtksourceview/README.txt similarity index 100% rename from plugins/README.txt rename to plugins/gtksourceview/README.txt diff --git a/plugins/autopairs/__init__.py b/plugins/gtksourceview/autopairs/__init__.py similarity index 100% rename from plugins/autopairs/__init__.py rename to plugins/gtksourceview/autopairs/__init__.py diff --git a/plugins/autopairs/__main__.py b/plugins/gtksourceview/autopairs/__main__.py similarity index 100% rename from plugins/autopairs/__main__.py rename to plugins/gtksourceview/autopairs/__main__.py diff --git a/plugins/autopairs/manifest.json b/plugins/gtksourceview/autopairs/manifest.json similarity index 100% rename from plugins/autopairs/manifest.json rename to plugins/gtksourceview/autopairs/manifest.json diff --git a/plugins/autopairs/plugin.py b/plugins/gtksourceview/autopairs/plugin.py similarity index 100% rename from plugins/autopairs/plugin.py rename to plugins/gtksourceview/autopairs/plugin.py diff --git a/plugins/colorize/__init__.py b/plugins/gtksourceview/colorize/__init__.py similarity index 100% rename from plugins/colorize/__init__.py rename to plugins/gtksourceview/colorize/__init__.py diff --git a/plugins/colorize/__main__.py b/plugins/gtksourceview/colorize/__main__.py similarity index 100% rename from plugins/colorize/__main__.py rename to plugins/gtksourceview/colorize/__main__.py diff --git a/plugins/colorize/color_converter_mixin.py b/plugins/gtksourceview/colorize/color_converter_mixin.py similarity index 100% rename from plugins/colorize/color_converter_mixin.py rename to plugins/gtksourceview/colorize/color_converter_mixin.py diff --git a/plugins/colorize/manifest.json b/plugins/gtksourceview/colorize/manifest.json similarity index 100% rename from plugins/colorize/manifest.json rename to plugins/gtksourceview/colorize/manifest.json diff --git a/plugins/colorize/plugin.py b/plugins/gtksourceview/colorize/plugin.py similarity index 100% rename from plugins/colorize/plugin.py rename to plugins/gtksourceview/colorize/plugin.py diff --git a/plugins/commentzar/__init__.py b/plugins/gtksourceview/commentzar/__init__.py similarity index 100% rename from plugins/commentzar/__init__.py rename to plugins/gtksourceview/commentzar/__init__.py diff --git a/plugins/commentzar/__main__.py b/plugins/gtksourceview/commentzar/__main__.py similarity index 100% rename from plugins/commentzar/__main__.py rename to plugins/gtksourceview/commentzar/__main__.py diff --git a/plugins/commentzar/add_comment_mixin.py b/plugins/gtksourceview/commentzar/add_comment_mixin.py similarity index 100% rename from plugins/commentzar/add_comment_mixin.py rename to plugins/gtksourceview/commentzar/add_comment_mixin.py diff --git a/plugins/commentzar/codecomment_tags.py b/plugins/gtksourceview/commentzar/codecomment_tags.py similarity index 100% rename from plugins/commentzar/codecomment_tags.py rename to plugins/gtksourceview/commentzar/codecomment_tags.py diff --git a/plugins/commentzar/manifest.json b/plugins/gtksourceview/commentzar/manifest.json similarity index 100% rename from plugins/commentzar/manifest.json rename to plugins/gtksourceview/commentzar/manifest.json diff --git a/plugins/commentzar/plugin.py b/plugins/gtksourceview/commentzar/plugin.py similarity index 100% rename from plugins/commentzar/plugin.py rename to plugins/gtksourceview/commentzar/plugin.py diff --git a/plugins/commentzar/remove_comment_mixin.py b/plugins/gtksourceview/commentzar/remove_comment_mixin.py similarity index 100% rename from plugins/commentzar/remove_comment_mixin.py rename to plugins/gtksourceview/commentzar/remove_comment_mixin.py diff --git a/plugins/lsp_client/__init__.py b/plugins/gtksourceview/lsp_client/__init__.py similarity index 100% rename from plugins/lsp_client/__init__.py rename to plugins/gtksourceview/lsp_client/__init__.py diff --git a/plugins/lsp_client/__main__.py b/plugins/gtksourceview/lsp_client/__main__.py similarity index 100% rename from plugins/lsp_client/__main__.py rename to plugins/gtksourceview/lsp_client/__main__.py diff --git a/plugins/lsp_client/capabilities.py b/plugins/gtksourceview/lsp_client/capabilities.py similarity index 100% rename from plugins/lsp_client/capabilities.py rename to plugins/gtksourceview/lsp_client/capabilities.py diff --git a/plugins/lsp_client/lsp_controller.py b/plugins/gtksourceview/lsp_client/lsp_controller.py similarity index 100% rename from plugins/lsp_client/lsp_controller.py rename to plugins/gtksourceview/lsp_client/lsp_controller.py diff --git a/plugins/lsp_client/manifest.json b/plugins/gtksourceview/lsp_client/manifest.json similarity index 100% rename from plugins/lsp_client/manifest.json rename to plugins/gtksourceview/lsp_client/manifest.json diff --git a/plugins/lsp_client/plugin.py b/plugins/gtksourceview/lsp_client/plugin.py similarity index 100% rename from plugins/lsp_client/plugin.py rename to plugins/gtksourceview/lsp_client/plugin.py diff --git a/plugins/lsp_client/pylspclient/LICENSE b/plugins/gtksourceview/lsp_client/pylspclient/LICENSE similarity index 100% rename from plugins/lsp_client/pylspclient/LICENSE rename to plugins/gtksourceview/lsp_client/pylspclient/LICENSE diff --git a/plugins/lsp_client/pylspclient/__init__.py b/plugins/gtksourceview/lsp_client/pylspclient/__init__.py similarity index 100% rename from plugins/lsp_client/pylspclient/__init__.py rename to plugins/gtksourceview/lsp_client/pylspclient/__init__.py diff --git a/plugins/lsp_client/pylspclient/json_rpc_endpoint.py b/plugins/gtksourceview/lsp_client/pylspclient/json_rpc_endpoint.py similarity index 100% rename from plugins/lsp_client/pylspclient/json_rpc_endpoint.py rename to plugins/gtksourceview/lsp_client/pylspclient/json_rpc_endpoint.py diff --git a/plugins/lsp_client/pylspclient/lsp_client.py b/plugins/gtksourceview/lsp_client/pylspclient/lsp_client.py similarity index 100% rename from plugins/lsp_client/pylspclient/lsp_client.py rename to plugins/gtksourceview/lsp_client/pylspclient/lsp_client.py diff --git a/plugins/lsp_client/pylspclient/lsp_endpoint.py b/plugins/gtksourceview/lsp_client/pylspclient/lsp_endpoint.py similarity index 100% rename from plugins/lsp_client/pylspclient/lsp_endpoint.py rename to plugins/gtksourceview/lsp_client/pylspclient/lsp_endpoint.py diff --git a/plugins/lsp_client/pylspclient/lsp_structs.py b/plugins/gtksourceview/lsp_client/pylspclient/lsp_structs.py similarity index 100% rename from plugins/lsp_client/pylspclient/lsp_structs.py rename to plugins/gtksourceview/lsp_client/pylspclient/lsp_structs.py diff --git a/plugins/markdown_preview/__init__.py b/plugins/gtksourceview/markdown_preview/__init__.py similarity index 100% rename from plugins/markdown_preview/__init__.py rename to plugins/gtksourceview/markdown_preview/__init__.py diff --git a/plugins/markdown_preview/__main__.py b/plugins/gtksourceview/markdown_preview/__main__.py similarity index 100% rename from plugins/markdown_preview/__main__.py rename to plugins/gtksourceview/markdown_preview/__main__.py diff --git a/plugins/markdown_preview/manifest.json b/plugins/gtksourceview/markdown_preview/manifest.json similarity index 100% rename from plugins/markdown_preview/manifest.json rename to plugins/gtksourceview/markdown_preview/manifest.json diff --git a/plugins/markdown_preview/markdown/__init__.py b/plugins/gtksourceview/markdown_preview/markdown/__init__.py similarity index 100% rename from plugins/markdown_preview/markdown/__init__.py rename to plugins/gtksourceview/markdown_preview/markdown/__init__.py diff --git a/plugins/markdown_preview/markdown/__main__.py b/plugins/gtksourceview/markdown_preview/markdown/__main__.py similarity index 100% rename from plugins/markdown_preview/markdown/__main__.py rename to plugins/gtksourceview/markdown_preview/markdown/__main__.py diff --git a/plugins/markdown_preview/markdown/__meta__.py b/plugins/gtksourceview/markdown_preview/markdown/__meta__.py similarity index 100% rename from plugins/markdown_preview/markdown/__meta__.py rename to plugins/gtksourceview/markdown_preview/markdown/__meta__.py diff --git a/plugins/markdown_preview/markdown/blockparser.py b/plugins/gtksourceview/markdown_preview/markdown/blockparser.py similarity index 100% rename from plugins/markdown_preview/markdown/blockparser.py rename to plugins/gtksourceview/markdown_preview/markdown/blockparser.py diff --git a/plugins/markdown_preview/markdown/blockprocessors.py b/plugins/gtksourceview/markdown_preview/markdown/blockprocessors.py similarity index 100% rename from plugins/markdown_preview/markdown/blockprocessors.py rename to plugins/gtksourceview/markdown_preview/markdown/blockprocessors.py diff --git a/plugins/markdown_preview/markdown/core.py b/plugins/gtksourceview/markdown_preview/markdown/core.py similarity index 100% rename from plugins/markdown_preview/markdown/core.py rename to plugins/gtksourceview/markdown_preview/markdown/core.py diff --git a/plugins/markdown_preview/markdown/extensions/__init__.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/__init__.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/__init__.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/__init__.py diff --git a/plugins/markdown_preview/markdown/extensions/abbr.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/abbr.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/abbr.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/abbr.py diff --git a/plugins/markdown_preview/markdown/extensions/admonition.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/admonition.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/admonition.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/admonition.py diff --git a/plugins/markdown_preview/markdown/extensions/attr_list.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/attr_list.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/attr_list.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/attr_list.py diff --git a/plugins/markdown_preview/markdown/extensions/codehilite.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/codehilite.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/codehilite.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/codehilite.py diff --git a/plugins/markdown_preview/markdown/extensions/def_list.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/def_list.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/def_list.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/def_list.py diff --git a/plugins/markdown_preview/markdown/extensions/extra.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/extra.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/extra.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/extra.py diff --git a/plugins/markdown_preview/markdown/extensions/fenced_code.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/fenced_code.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/fenced_code.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/fenced_code.py diff --git a/plugins/markdown_preview/markdown/extensions/footnotes.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/footnotes.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/footnotes.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/footnotes.py diff --git a/plugins/markdown_preview/markdown/extensions/legacy_attrs.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/legacy_attrs.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/legacy_attrs.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/legacy_attrs.py diff --git a/plugins/markdown_preview/markdown/extensions/legacy_em.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/legacy_em.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/legacy_em.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/legacy_em.py diff --git a/plugins/markdown_preview/markdown/extensions/md_in_html.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/md_in_html.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/md_in_html.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/md_in_html.py diff --git a/plugins/markdown_preview/markdown/extensions/meta.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/meta.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/meta.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/meta.py diff --git a/plugins/markdown_preview/markdown/extensions/nl2br.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/nl2br.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/nl2br.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/nl2br.py diff --git a/plugins/markdown_preview/markdown/extensions/sane_lists.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/sane_lists.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/sane_lists.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/sane_lists.py diff --git a/plugins/markdown_preview/markdown/extensions/smarty.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/smarty.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/smarty.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/smarty.py diff --git a/plugins/markdown_preview/markdown/extensions/tables.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/tables.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/tables.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/tables.py diff --git a/plugins/markdown_preview/markdown/extensions/toc.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/toc.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/toc.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/toc.py diff --git a/plugins/markdown_preview/markdown/extensions/wikilinks.py b/plugins/gtksourceview/markdown_preview/markdown/extensions/wikilinks.py similarity index 100% rename from plugins/markdown_preview/markdown/extensions/wikilinks.py rename to plugins/gtksourceview/markdown_preview/markdown/extensions/wikilinks.py diff --git a/plugins/markdown_preview/markdown/htmlparser.py b/plugins/gtksourceview/markdown_preview/markdown/htmlparser.py similarity index 100% rename from plugins/markdown_preview/markdown/htmlparser.py rename to plugins/gtksourceview/markdown_preview/markdown/htmlparser.py diff --git a/plugins/markdown_preview/markdown/inlinepatterns.py b/plugins/gtksourceview/markdown_preview/markdown/inlinepatterns.py similarity index 100% rename from plugins/markdown_preview/markdown/inlinepatterns.py rename to plugins/gtksourceview/markdown_preview/markdown/inlinepatterns.py diff --git a/plugins/markdown_preview/markdown/postprocessors.py b/plugins/gtksourceview/markdown_preview/markdown/postprocessors.py similarity index 100% rename from plugins/markdown_preview/markdown/postprocessors.py rename to plugins/gtksourceview/markdown_preview/markdown/postprocessors.py diff --git a/plugins/markdown_preview/markdown/preprocessors.py b/plugins/gtksourceview/markdown_preview/markdown/preprocessors.py similarity index 100% rename from plugins/markdown_preview/markdown/preprocessors.py rename to plugins/gtksourceview/markdown_preview/markdown/preprocessors.py diff --git a/plugins/markdown_preview/markdown/serializers.py b/plugins/gtksourceview/markdown_preview/markdown/serializers.py similarity index 100% rename from plugins/markdown_preview/markdown/serializers.py rename to plugins/gtksourceview/markdown_preview/markdown/serializers.py diff --git a/plugins/markdown_preview/markdown/test_tools.py b/plugins/gtksourceview/markdown_preview/markdown/test_tools.py similarity index 100% rename from plugins/markdown_preview/markdown/test_tools.py rename to plugins/gtksourceview/markdown_preview/markdown/test_tools.py diff --git a/plugins/markdown_preview/markdown/treeprocessors.py b/plugins/gtksourceview/markdown_preview/markdown/treeprocessors.py similarity index 100% rename from plugins/markdown_preview/markdown/treeprocessors.py rename to plugins/gtksourceview/markdown_preview/markdown/treeprocessors.py diff --git a/plugins/markdown_preview/markdown/util.py b/plugins/gtksourceview/markdown_preview/markdown/util.py similarity index 100% rename from plugins/markdown_preview/markdown/util.py rename to plugins/gtksourceview/markdown_preview/markdown/util.py diff --git a/plugins/markdown_preview/markdown_preview.glade b/plugins/gtksourceview/markdown_preview/markdown_preview.glade similarity index 100% rename from plugins/markdown_preview/markdown_preview.glade rename to plugins/gtksourceview/markdown_preview/markdown_preview.glade diff --git a/plugins/markdown_preview/markdown_template_mixin.py b/plugins/gtksourceview/markdown_preview/markdown_template_mixin.py similarity index 100% rename from plugins/markdown_preview/markdown_template_mixin.py rename to plugins/gtksourceview/markdown_preview/markdown_template_mixin.py diff --git a/plugins/markdown_preview/plugin.py b/plugins/gtksourceview/markdown_preview/plugin.py similarity index 100% rename from plugins/markdown_preview/plugin.py rename to plugins/gtksourceview/markdown_preview/plugin.py diff --git a/plugins/search_replace/__init__.py b/plugins/gtksourceview/search_replace/__init__.py similarity index 100% rename from plugins/search_replace/__init__.py rename to plugins/gtksourceview/search_replace/__init__.py diff --git a/plugins/search_replace/__main__.py b/plugins/gtksourceview/search_replace/__main__.py similarity index 100% rename from plugins/search_replace/__main__.py rename to plugins/gtksourceview/search_replace/__main__.py diff --git a/plugins/search_replace/manifest.json b/plugins/gtksourceview/search_replace/manifest.json similarity index 100% rename from plugins/search_replace/manifest.json rename to plugins/gtksourceview/search_replace/manifest.json diff --git a/plugins/search_replace/plugin.py b/plugins/gtksourceview/search_replace/plugin.py similarity index 100% rename from plugins/search_replace/plugin.py rename to plugins/gtksourceview/search_replace/plugin.py diff --git a/plugins/search_replace/replace_mixin.py b/plugins/gtksourceview/search_replace/replace_mixin.py similarity index 100% rename from plugins/search_replace/replace_mixin.py rename to plugins/gtksourceview/search_replace/replace_mixin.py diff --git a/plugins/search_replace/search_replace.glade b/plugins/gtksourceview/search_replace/search_replace.glade similarity index 100% rename from plugins/search_replace/search_replace.glade rename to plugins/gtksourceview/search_replace/search_replace.glade diff --git a/plugins/search_replace/styling_mixin.py b/plugins/gtksourceview/search_replace/styling_mixin.py similarity index 100% rename from plugins/search_replace/styling_mixin.py rename to plugins/gtksourceview/search_replace/styling_mixin.py diff --git a/plugins/snippets/__init__.py b/plugins/gtksourceview/snippets/__init__.py similarity index 100% rename from plugins/snippets/__init__.py rename to plugins/gtksourceview/snippets/__init__.py diff --git a/plugins/snippets/__main__.py b/plugins/gtksourceview/snippets/__main__.py similarity index 100% rename from plugins/snippets/__main__.py rename to plugins/gtksourceview/snippets/__main__.py diff --git a/plugins/snippets/cson/__init__.py b/plugins/gtksourceview/snippets/cson/__init__.py similarity index 100% rename from plugins/snippets/cson/__init__.py rename to plugins/gtksourceview/snippets/cson/__init__.py diff --git a/plugins/snippets/cson/parser.py b/plugins/gtksourceview/snippets/cson/parser.py similarity index 100% rename from plugins/snippets/cson/parser.py rename to plugins/gtksourceview/snippets/cson/parser.py diff --git a/plugins/snippets/cson/speg/__init__.py b/plugins/gtksourceview/snippets/cson/speg/__init__.py similarity index 100% rename from plugins/snippets/cson/speg/__init__.py rename to plugins/gtksourceview/snippets/cson/speg/__init__.py diff --git a/plugins/snippets/cson/speg/errors.py b/plugins/gtksourceview/snippets/cson/speg/errors.py similarity index 100% rename from plugins/snippets/cson/speg/errors.py rename to plugins/gtksourceview/snippets/cson/speg/errors.py diff --git a/plugins/snippets/cson/speg/peg.py b/plugins/gtksourceview/snippets/cson/speg/peg.py similarity index 100% rename from plugins/snippets/cson/speg/peg.py rename to plugins/gtksourceview/snippets/cson/speg/peg.py diff --git a/plugins/snippets/cson/speg/position.py b/plugins/gtksourceview/snippets/cson/speg/position.py similarity index 100% rename from plugins/snippets/cson/speg/position.py rename to plugins/gtksourceview/snippets/cson/speg/position.py diff --git a/plugins/snippets/cson/speg/rules.py b/plugins/gtksourceview/snippets/cson/speg/rules.py similarity index 100% rename from plugins/snippets/cson/speg/rules.py rename to plugins/gtksourceview/snippets/cson/speg/rules.py diff --git a/plugins/snippets/cson/writer.py b/plugins/gtksourceview/snippets/cson/writer.py similarity index 100% rename from plugins/snippets/cson/writer.py rename to plugins/gtksourceview/snippets/cson/writer.py diff --git a/plugins/snippets/manifest.json b/plugins/gtksourceview/snippets/manifest.json similarity index 100% rename from plugins/snippets/manifest.json rename to plugins/gtksourceview/snippets/manifest.json diff --git a/plugins/snippets/plugin.py b/plugins/gtksourceview/snippets/plugin.py similarity index 100% rename from plugins/snippets/plugin.py rename to plugins/gtksourceview/snippets/plugin.py diff --git a/plugins/snippets/snippets.cson b/plugins/gtksourceview/snippets/snippets.cson similarity index 100% rename from plugins/snippets/snippets.cson rename to plugins/gtksourceview/snippets/snippets.cson diff --git a/plugins/template/__init__.py b/plugins/gtksourceview/template/__init__.py similarity index 100% rename from plugins/template/__init__.py rename to plugins/gtksourceview/template/__init__.py diff --git a/plugins/template/__main__.py b/plugins/gtksourceview/template/__main__.py similarity index 100% rename from plugins/template/__main__.py rename to plugins/gtksourceview/template/__main__.py diff --git a/plugins/template/manifest.json b/plugins/gtksourceview/template/manifest.json similarity index 100% rename from plugins/template/manifest.json rename to plugins/gtksourceview/template/manifest.json diff --git a/plugins/template/plugin.py b/plugins/gtksourceview/template/plugin.py similarity index 100% rename from plugins/template/plugin.py rename to plugins/gtksourceview/template/plugin.py