aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/code-editor-controller.js
Commit message (Collapse)AuthorAge
* set editor background color as per the selected themeAnanya Sen2012-04-20
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - disable autocompletion option for unsupported file typeAnanya Sen2012-04-19
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - fixed the text cursorAnanya Sen2012-04-19
| | | | | | - code cleanup Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - collapse panels for code view, restore for design viewAnanya Sen2012-04-18
| | | | | | - apply theme selection to all code view documents Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* added theme choices for editorAnanya Sen2012-04-17
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Added comment and uncomment control in the editor view optionsAnanya Sen2012-04-16
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - code editor view options barAnanya Sen2012-04-13
| | | | | | | - Checkbox for user to toggle between manually triggered autocomplete and automatic autocomplete - font zoom hottext Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - added configurability of code completion with the file typeAnanya Sen2012-04-09
| | | | | | - added logic to toggle between automatic code completion and manually triggered code completion [ UI pending ] Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* - Decouple code editor from stage document switching logicAnanya Sen2012-04-09
- cleaning up Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>