Hi, I must be missing something simple, but I am having trouble with RawLineEdit.
I installed via the package manager and the command pallette has the RawLine toggle. But it does not show the LineEndings, which is what I need…
My prefs:
[code]{
“color_scheme”: “Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme”,
“theme”: “Soda Dark 3.sublime-theme”,
“dictionary”: “Packages/Language - English/en_GB.dic”,
“draw_white_space”: “all”,
“ignored_packages”:
"Vintage"
],
"save_on_focus_lost": true,
"show_line_endings": true,
"use_newline_glyph": true,
"use_raw_line_edit_theme": true,
"soda_classic_tabs": true
}
[/code]
Thanks!