Sublime Forum

ignored_words not valued in project settings?

#1

Hi,

I really like the new ignore word feature. But I would like to keep the ignored words per project and not overall in my settings file.
No problem I thought and put the “ignored_words” into my project settings under the settings section like so:

[code]{
“folders”:

	{
		"follow_symlinks": true,
		"path": ".",
		"file_exclude_patterns" : "*.aux", "*.glo", "*.idx", "*.log", "*.toc", "*.ist", "*.acn", "*.acr", "*.alg", "*.bbl", "*.blg", "*.dvi", "*.glg", "*.gls", "*.ilg", "*.ind", "*.lof", "*.lot", "*.maf", "*.mtc", "*.mtc1", "*.out", "*.synctex.gz"]
	}
],
"settings":
{
	"ignored_words":
	
		"Blocktree",
		"Dropzones",
		"Syntaxtree",
		"Workunits",
		"dropzone"
	],
}

}

[/code]

But it seems like this setting is ingnored if placed in the project settings. Either that or I am doing something wrong,

Greetings

Stefan

1 Like