mediawiki-extensions-Visual.../modules/ve/ui
Catrope 5b4554b47f Let Tab and Shift+Tab trigger indentation again
Fix the commented-out code: it caused unindent to be triggered by just
pressing Shift. ASCII 16 is "data link escape", no idea where that came
from, so I removed it and used e.shiftKey instead.

Also check whether indent/outdent is even possible before doing it.
Currently this is done in a very hacky way (by checking the state of the
indent button), ideally we'd refactor things such that toolbar tools can
listen for keydowns and intercept them, that would make the code much
cleaner and we wouldn't have this problem.

Change-Id: I99885ee4b8a79cd24c4958c188addfc2b0453b03
2012-07-20 14:07:53 -07:00
..
inspectors Revised inspector iframe construction to allow multiple inspectors 2012-07-19 17:29:15 -07:00
styles Revised inspector iframe construction to allow multiple inspectors 2012-07-19 17:29:15 -07:00
tools Let Tab and Shift+Tab trigger indentation again 2012-07-20 14:07:53 -07:00
ve.ui.Context.js Merge "Converted some instances of "var\t" to "var "" 2012-07-20 00:43:02 +00:00
ve.ui.Inspector.js Revised inspector iframe construction to allow multiple inspectors 2012-07-19 17:29:15 -07:00
ve.ui.js Removed some whitespace 2012-07-19 14:25:16 -07:00
ve.ui.Menu.js Removed some whitespace 2012-07-19 14:25:16 -07:00
ve.ui.Tool.js Removed some whitespace 2012-07-19 14:25:16 -07:00
ve.ui.Toolbar.js Converted some instances of "var\t" to "var " 2012-07-19 17:24:54 -07:00