You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR addsa a new shortcur (control+/) that will toggle selection of
single line of the document:
- if no selection - the current line will be toggled using the single
line comment.
- if there is a silection - that selection will be inside the start/end
comment, if there is a multiline commment. If not - all lines will be
prefixed with single line comments.
Problem - in mixed lanaguage documents, the language is pullled from the
top document, and not from the corresponding context. This is a huge
TODO.
refs #9
Kate has this feature that pressing control+d, this is saved as part of the syntax files. It should be possible to implement this in qutepart.
The text was updated successfully, but these errors were encountered: