<table><tr><td style="">dhaumann created this revision.<br />dhaumann added reviewers: cullmann, mwolff.<br />Restricted Application added projects: Kate, Frameworks.<br />Restricted Application added a subscriber: Frameworks.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D9219" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This patch extends the KTextEditor scripting API by:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">String editor.clipboardText()</li>
<li class="remarkup-list-item">StringList editor.clipboardHistory()</li>
<li class="remarkup-list-item">void editor.setClipboardText(String text)</li>
</ul>

<p>What's new here is that we introduced a new keyword 'editor'<br />
similar to 'view' and 'document'. We can extend this editor<br />
object with general purpose functions that are related to<br />
the editor.</p>

<p>For now, this review request is mostly to raise a discussion<br />
about whether we really want to go this way, or whether there<br />
is a better way of adding this.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>make test, and playing around with this in<br />
.js functions. Seems to work as expected.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R39 KTextEditor</div></div></div><br /><div><strong>BRANCH</strong><div><div>Scripting (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D9219" rel="noreferrer">https://phabricator.kde.org/D9219</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/CMakeLists.txt<br />
src/script/katescript.cpp<br />
src/script/katescript.h<br />
src/script/katescripteditor.cpp<br />
src/script/katescripteditor.h</div></div></div><br /><div><strong>To: </strong>dhaumann, cullmann, mwolff<br /><strong>Cc: </strong>Frameworks, kevinapavew, ngraham, demsking, cullmann, sars, dhaumann<br /></div>