﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11735	Adding a tab support inside codesnippet dialog	Marek Lewandowski		"Follow-up of #11480.

We should add some support for tab key inside code-edit textarea of codesnippet dialog. We need to handle following keys:

1. **Tab** - should insert a //tabulation character//
1. **ctrl + .** (period) - should move focus to next focusable item in dialog

Note: that shift + tab should remain untouched.

We're considering 2 solutions:

1. Handling it completly by ourself (leftovers are in [https://github.com/cksource/ckeditor-dev/tree/t/11480b t/11480b] branch)
1. Use external library, like [http://jakiestfu.github.io/Behave.js Behave.js]
1. Or use full code editor."	New Feature	confirmed	Normal		General				
