Whenewer i create a subtree of catalogues in my eclipse JAVA workspace,
the default Text file encoding for that subtree is always set to Cp1250
and new text file line delimiter to Windows.
I.e C:\Workspace\Java\Books as a root (where encoding is set to UTF-8 and line delimiter to UNIX)
and C:\Workspace\Java\Books\Author\book_name which I want to inherit encoding and line delimiter settings from 1st path
I always have to enter new branch of workspace and manually set those options
for each catalogue to UTF-8 and Unix.
I guess there is a way to set those options once for root catalogue, and apply them to sons automatically, but how to do that ?
I'm using Eclipse Neon.1 EE edition , and working in cloud workspaces only if that matters.
EDIT : I switched my workspace from cloud to desktop and nothing changed to me.