How can I stay tab-free in Geany on Ubuntu?

前端 未结 6 1013
眼角桃花
眼角桃花 2021-02-06 21:32

How can I stay tab free in Geany on Ubuntu?

When I am coding in Python, tabs have always annoyed me. And the TAB is invisible. So strange.

When I open my code by

6条回答
  •  南笙
    南笙 (楼主)
    2021-02-06 21:58

    Here's another tip I like that works in almost any editor. Enable view whitespace, and never get confused again about what's in the file:

    Preferences > Editor > Display > ✔ Show Whitespace
    

    Then restart Geany.

    I use the the syntax highlighting features to make these symbols very subtle, a low contrast greyscale, so one has to look to see them. The tab is still somewhat easy to see in scintilla editors because it it will be a multi-character long arrow.

提交回复
热议问题