Opened 11 years ago
Last modified 11 years ago
#11735 confirmed New Feature
Adding a tab support inside codesnippet dialog
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
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:
- Tab - should insert a tabulation character
- ctrl + . (period) - should move focus to next focusable item in dialog
Note: that shift + tab should remain untouched.
We're considering 2 solutions:
- Handling it completly by ourself (leftovers are in t/11480b branch)
- Use external library, like Behave.js
- Or use full code editor.
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|