bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56820: outline-minor-mode replacing the first character with an arro


From: Juri Linkov
Subject: bug#56820: outline-minor-mode replacing the first character with an arrow
Date: Wed, 07 Sep 2022 21:36:06 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu)

> This is supposed to be the Emacs answer to the various IDEs being able
> to fold code, right?  Then let's try to make it look like in those IDEs.

This is an interesting question.  I tried to search how outlines look
in other IDEs, and found such a screenshot for VSCode.

IIUC, here the first column with a red circle for a breakpoint
corresponds to Emacs fringes, the second column with line numbers
is the same as display-line-numbers-mode, and the third column is
for outline arrows.

So the column for outline indicators could be implemented the same way
as display-line-numbers-mode.  Excuse my ignorance, is
display-line-numbers-mode implemented by using margins?

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]