Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
26146286
Commit
26146286
authored
Aug 11, 2022
by
Pablo Rauzy
Browse files
adds doc for view.setBlockSelection and view.blockSelection
parent
9ce4a5ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/katepart/development.docbook
View file @
26146286
...
...
@@ -3524,6 +3524,26 @@ Clears the text selection without removing the text.
</para></listitem>
</varlistentry>
<varlistentry>
<term><synopsis>
void view.setBlockSelection(bool on);
</synopsis></term>
<listitem><para>
Set block selection mode on or off.
</para></listitem>
</varlistentry>
<varlistentry>
<term><synopsis>
bool view.blockSelection();
</synopsis></term>
<listitem><para>
Returns <literal>true</literal>, if block selection mode is on, otherwise <literal>false</literal>.
</para></listitem>
</varlistentry>
<varlistentry>
<term><synopsis>
void view.align(<parameter>Range <replaceable>range</replaceable></parameter>);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment