View Single Post
05-08-13, 06:18 PM   #72
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by Nibelheim View Post
One small thing I noticed with the download provided.

If double clicking on "health" in the following string ".health.position", then ".health.position" gets highlighted.
Without the download, double clicking on "health" in ".health.position" highlights only "health"

Original: .health.download
New: .health.download
I think you need to reedit your user preferences:

Code:
{
	"auto_complete_commit_on_tab": true,
	"bold_folder_labels": true,
	"caret_style": "phase",
	"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
	"ensure_newline_at_eof_on_save": false,
	"font_size": 10,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"save_on_focus_lost": true,
	"word_separators": ".:/\\()\"'-,;<>~!@#$%^&*|+=[]{}`~?"
}
  Reply With Quote