Repository: incubator-freemarker-docgen Updated Branches: refs/heads/master 1c8615f1f -> d78b652c0
XXE addon: Removed AC+C key binding, as CS+P is now the standard. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/commit/d78b652c Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/tree/d78b652c Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/diff/d78b652c Branch: refs/heads/master Commit: d78b652c023c4b0ad9933dc4016ce67a70880d92 Parents: 1c8615f Author: ddekany <[email protected]> Authored: Thu Jun 29 12:02:08 2017 +0200 Committer: ddekany <[email protected]> Committed: Thu Jun 29 12:02:08 2017 +0200 ---------------------------------------------------------------------- src/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe | 5 ----- src/xxe-addon/howto.txt | 5 +---- 2 files changed, 1 insertion(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/d78b652c/src/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe ---------------------------------------------------------------------- diff --git a/src/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe b/src/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe index 0dbf56b..8bff7b1 100644 --- a/src/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe +++ b/src/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe @@ -38,9 +38,4 @@ <left css="Table of contents" size="0.25" /> </windowLayout> - <binding> - <keyPressed code="C" modifiers="ctrl alt" /> - <command name="copyChars" parameter="[separateParagraphs]" /> - </binding> - </configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-freemarker-docgen/blob/d78b652c/src/xxe-addon/howto.txt ---------------------------------------------------------------------- diff --git a/src/xxe-addon/howto.txt b/src/xxe-addon/howto.txt index ecb67f7..1f6719b 100644 --- a/src/xxe-addon/howto.txt +++ b/src/xxe-addon/howto.txt @@ -25,10 +25,7 @@ will be better for editing documentations conforming to the Docgen conventions. The customization will only affect the documents that has conformance="docgen" in their root element, not all DocBook documents. -It will also add a Ctrl+Alt+C for copying selection as plain text. -(Not needed since XXE 5.5.) - -Requires at least XXE 4.2.1. Last tested on 6.0.0. +Requires at least XXE 4.2.1. Last tested on 7.4.1. How to install
