Sublime Forum

Copy and Paste started ignoring newline

#1

Hello,

there had to be some plugin update or I had to press some key combination, but suddenly when I select whole line (using down arrow - including newline), copy and paste it Sublime 3 (last stable) does not paste the trailing newline. This was working previously like in any other editor, this makes copy and pasting almost impossible as I tend to work on line-by-line basis.

Any ideas? Here are my settings:

{
	"always_show_minimap_viewport": true,
	"bold_folder_labels": true,
	"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
	"enable_telemetry": false,
	"ensure_newline_at_eof_on_save": true,
	"fallback_encoding": "ISO-8859-2",
	"file_exclude_patterns":
	[
		"tags",
		"TAGS",
		"*.log",
		"*.log.0",
		"*.log.1",
		"*.log.2",
		"*.log.3",
		"*.log.4",
		"*.log.5",
		"*.log.6",
		"*.log.7",
		"*.log.8",
		"*.log.9",
		"*.pyc",
		"*.pyo",
		"*.obj",
		"*.o",
		"*.a",
		"*.lib",
		"*.so",
		"*.dylib",
		"*.ncb",
		"*.sdf",
		"*.suo",
		"*.pdb",
		"*.idb",
		"*.class",
		"*.psd",
		".rubocop*",
		"*.sqlite3",
		"*.sublime-workspace",
		"CHANGELOG"
	],
	"folder_exclude_patterns":
	[
		".svn",
		".git",
		".hg",
		"_site",
		"CVS",
		"locale",
		"tmp",
		"coverage",
		"jenkins/reports",
		"test/reports",
		"node_modules",
		"public/webpack",
		"vendor",
		"_build"
	],
	"font_face": "M+ 1mn",
	"font_size": 16,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"ignored_words":
	[
		"config"
	],
	"show_encoding": true,
	"theme": "Adaptive.sublime-theme",
	"trim_trailing_white_space_on_save": true
}

{
	"bootstrapped": true,
	"in_process_packages":
	[
	],
	"installed_packages":
	[
		"Git",
		"Package Control",
		"Puppet",
		"Solarized Toggle",
		"SublimeLinter",
		"SublimeLinter-ruby"
	]
}

Edit: It’s actually worse, something cancels my selection automatically after 500ms approximately. Probably a plugin, will try to disable them all.

0 Likes

#2

It was a plugin, not sure which one from my list, cleaned up profile, reinstalled them and it works.

0 Likes

#3

It was not a plugin but clipboard and selection management software Parcellite, an update was pushed into Fedora Stable which started trimming whitespace. Uh.

0 Likes