Replies: 3 comments 1 reply
-
Yes, you can use `view:hide_lines()`[1] and `view:show_lines()`[2]. You can input these commands directly in the command entry, or you could call them from a function that is activated via key binding, mouse click, etc.
[1]: https://orbitalquark.github.io/textadept/api.html#view.hide_lines
[2]: https://orbitalquark.github.io/textadept/api.html#view.show_lines
|
Beta Was this translation helpful? Give feedback.
1 reply
-
No problem. It's hard to find unless you know what you're looking for.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Just in case, i will mention i want to make some GREPping for the open text document, Should i open new discussion/question, or leave that at that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i did some post into the ScintiLua topic before,
but probaly here is more appropriate place to ask the question and advice.
I need ad-hoc collapsing/hiding of text lines (not code folding).
I see it can be done by putting special symbols and parse that with lexer,
as here suggested in a classic SciTE article:
http://lua-users.org/wiki/SciteTextFolding
.. but i dont like the idea typing/modifying the text only for folding
How is it possible in TextAdept to achieve proper seamless lines collapsing?
Beta Was this translation helpful? Give feedback.
All reactions