scintilla

Does Notepad++ show all hidden characters?

荒凉一梦 提交于 2019-11-26 15:12:13
In Notepad++ I have set "replace tab with 2 spaces". When coding in Python I copy-pasted some code from the web and it appeared indented correctly. But running the code resulted in indentation errors, which I solved in the end by removing all "visible" spaces at line beginnings and inserting the same amount of spaces again. Could it be possible that Scintilla based Notepad++ does not show all special characters, but displays them as spaces? Is there a setting to fix this? Steve Willcock Yes, it does. The way to enable this depends on your version of Notepad++. On newer versions you can use:

Does Notepad++ show all hidden characters?

喜欢而已 提交于 2019-11-26 05:58:09
问题 In Notepad++ I have set \"replace tab with 2 spaces\". When coding in Python I copy-pasted some code from the web and it appeared indented correctly. But running the code resulted in indentation errors, which I solved in the end by removing all \"visible\" spaces at line beginnings and inserting the same amount of spaces again. Could it be possible that Scintilla based Notepad++ does not show all special characters, but displays them as spaces? Is there a setting to fix this? 回答1: Yes, it