helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.4k stars 2.48k forks source link

Add better breakpoint icons #5956

Open filipdutescu opened 1 year ago

filipdutescu commented 1 year ago

Description

Currently, breakpoints do not use a conventional symbol, such as the classic filled red circle, the empty circle or the circle with a warning sign.

Proposal

Use nerdfont icons to set more conventional icons for breakpoints (dependent on #2869).

UI mockup

image

archseer commented 1 year ago

I posted some comments on this here: https://github.com/helix-editor/helix/issues/5952

KenCox94 commented 1 year ago

@filipdutescu is this you delegating out from the original #5952 issue or just a place to move conversation from that original issues thread. I'm interested in this but new to contributing to helix. lmk

filipdutescu commented 1 year ago

@filipdutescu is this you delegating out from the original #5952 issue or just a place to move conversation from that original issues thread. I'm interested in this but new to contributing to helix. lmk

this is a way to independently track more advanced customisation of the original issue. this customisation is dependent on #2869, so in order to not bloc #5952, I opened this issue. This one is a continuation of the original, if it makes sense.